<!-- =========================================================
VICTIMSGUIDE
COLORADO AUTO INSURANCE & CRASH LAW LIBRARY
STATE LANDING PAGE v1.0
Portable version:
- Squarespace Code Block
- WordPress Custom HTML Block
- No JavaScript
========================================================= -->
<style>
/* =========================================================
VICTIMSGUIDE DESIGN SYSTEM
========================================================= */
.vg-state-page {
--vg-navy: #0F2B46;
--vg-navy-2: #173B5C;
--vg-navy-3: #0A2035;
--vg-gold: #C9A24B;
--vg-gold-light: #E8D19A;
--vg-gold-soft: #F7F1E3;
--vg-ink: #1F2933;
--vg-muted: #59636E;
--vg-light: #F6F7F8;
--vg-light-2: #EEF1F3;
--vg-border: #D7DDE3;
--vg-green: #315C49;
--vg-green-bg: #EDF6F1;
--vg-warn: #855B18;
--vg-warn-bg: #FFF8E8;
--vg-white: #FFFFFF;
--vg-max: 1160px;
color: var(--vg-ink);
font-family: Roboto, Arial, Helvetica, sans-serif;
line-height: 1.62;
background: #fff;
}
.vg-state-page *,
.vg-state-page *::before,
.vg-state-page *::after {
box-sizing: border-box;
}
.vg-state-page a {
color: var(--vg-navy-2);
}
.vg-state-page a:hover {
color: var(--vg-navy);
}
.vg-state-page a:focus-visible,
.vg-state-page summary:focus-visible {
outline: 3px solid var(--vg-gold);
outline-offset: 3px;
}
.vg-wrap {
width: min(var(--vg-max), calc(100% - 40px));
margin: 0 auto;
}
/* =========================================================
GOLD BRAND RULE
========================================================= */
.vg-brand-rule {
height: 6px;
background: var(--vg-gold);
}
/* =========================================================
HERO
========================================================= */
.vg-state-hero {
position: relative;
overflow: hidden;
padding: 70px 0 64px;
color: #fff;
background:
radial-gradient(
circle at 88% 20%,
rgba(255,255,255,.08),
transparent 34%
),
linear-gradient(
135deg,
var(--vg-navy-2) 0%,
var(--vg-navy) 55%,
var(--vg-navy-3) 100%
);
}
.vg-breadcrumb {
margin: 0 0 22px;
font-size: 14px;
font-weight: 700;
}
.vg-breadcrumb a {
color: #fff;
text-decoration: none;
}
.vg-breadcrumb a:hover {
text-decoration: underline;
}
.vg-state-kicker {
margin: 0 0 10px;
color: var(--vg-gold-light);
text-transform: uppercase;
letter-spacing: .11em;
font-size: 13px;
font-weight: 900;
}
.vg-state-name {
margin: 0 0 8px;
color: #fff;
font-size: clamp(19px, 2vw, 24px);
font-weight: 700;
letter-spacing: .02em;
}
.vg-state-hero h1 {
max-width: 960px;
margin: 0;
color: #fff;
font-size: clamp(40px, 5vw, 64px);
line-height: 1.03;
letter-spacing: -.035em;
}
.vg-hero-deck {
max-width: 850px;
margin: 24px 0 0;
color: #EAF0F5;
font-size: 20px;
line-height: 1.6;
}
.vg-meta-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 30px;
}
.vg-meta {
display: inline-flex;
align-items: center;
min-height: 36px;
padding: 7px 13px;
border: 1px solid rgba(255,255,255,.24);
border-radius: 999px;
background: rgba(255,255,255,.08);
color: #fff;
font-size: 13px;
font-weight: 800;
}
/* =========================================================
QUICK NAVIGATION
========================================================= */
.vg-jump {
border-bottom: 1px solid var(--vg-border);
background: #fff;
}
.vg-jump .vg-wrap {
display: flex;
flex-wrap: wrap;
gap: 9px;
padding-top: 15px;
padding-bottom: 15px;
}
.vg-jump a {
padding: 8px 12px;
border: 1px solid var(--vg-border);
border-radius: 999px;
background: var(--vg-light);
color: var(--vg-navy);
text-decoration: none;
font-size: 13px;
font-weight: 800;
}
.vg-jump a:hover {
border-color: #AAB7C3;
background: #fff;
}
/* =========================================================
GENERAL SECTIONS
========================================================= */
.vg-section {
padding: 64px 0;
}
.vg-section.alt {
background: var(--vg-light);
}
.vg-section h2 {
max-width: 900px;
margin: 0 0 14px;
color: var(--vg-navy);
font-size: clamp(29px, 3.3vw, 40px);
line-height: 1.17;
letter-spacing: -.015em;
}
.vg-section-intro {
max-width: 850px;
margin: 0;
color: var(--vg-muted);
font-size: 18px;
}
/* =========================================================
START HERE
========================================================= */
.vg-start-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-top: 31px;
}
.vg-start-card {
position: relative;
display: flex;
flex-direction: column;
min-height: 260px;
padding: 26px;
border: 1px solid var(--vg-border);
border-top: 4px solid var(--vg-gold);
border-radius: 11px;
background: #fff;
text-decoration: none;
transition:
transform .15s ease,
box-shadow .15s ease,
border-color .15s ease;
}
.vg-start-card:hover {
transform: translateY(-2px);
border-color: #BAC5CE;
box-shadow: 0 10px 26px rgba(15,43,70,.09);
}
.vg-start-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
min-height: 31px;
margin-bottom: 17px;
border-radius: 5px;
background: var(--vg-navy);
color: #fff;
font-size: 13px;
font-weight: 900;
}
.vg-start-card h3 {
margin: 0 0 9px;
color: var(--vg-navy);
font-size: 21px;
line-height: 1.32;
}
.vg-start-card p {
margin: 0 0 18px;
color: var(--vg-muted);
font-size: 15px;
}
.vg-card-action {
margin-top: auto;
color: var(--vg-navy);
font-size: 14px;
font-weight: 900;
}
/* =========================================================
LIBRARY GROUPS
========================================================= */
.vg-library-groups {
display: grid;
gap: 24px;
margin-top: 34px;
}
.vg-library-group {
overflow: hidden;
border: 1px solid var(--vg-border);
border-radius: 12px;
background: #fff;
}
.vg-library-group-header {
padding: 20px 23px;
border-bottom: 1px solid var(--vg-border);
background: var(--vg-navy);
}
.vg-library-group-header span {
display: block;
margin-bottom: 3px;
color: var(--vg-gold-light);
text-transform: uppercase;
letter-spacing: .08em;
font-size: 11px;
font-weight: 900;
}
.vg-library-group-header h3 {
margin: 0;
color: #fff;
font-size: 21px;
}
.vg-guide-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0,1fr));
}
.vg-guide-link {
display: grid;
grid-template-columns: 46px 1fr;
gap: 13px;
padding: 18px 21px;
border-bottom: 1px solid var(--vg-border);
color: inherit;
text-decoration: none;
}
.vg-guide-link:nth-child(odd) {
border-right: 1px solid var(--vg-border);
}
.vg-guide-link:hover {
background: var(--vg-light);
}
.vg-guide-num {
display: inline-flex;
align-items: center;
justify-content: center;
align-self: start;
min-height: 32px;
border-radius: 5px;
background: var(--vg-gold-soft);
color: var(--vg-navy);
font-size: 12px;
font-weight: 900;
}
.vg-guide-link strong {
display: block;
margin-bottom: 3px;
color: var(--vg-navy);
font-size: 15px;
line-height: 1.35;
}
.vg-guide-link small {
display: block;
color: var(--vg-muted);
font-size: 13px;
line-height: 1.5;
}
/* =========================================================
LAW WATCH
========================================================= */
.vg-law-watch {
display: grid;
grid-template-columns: 190px 1fr;
gap: 28px;
margin-top: 30px;
padding: 28px;
border: 1px solid #E4CF9F;
border-left: 6px solid var(--vg-gold);
border-radius: 10px;
background: var(--vg-warn-bg);
}
.vg-law-watch-label {
color: var(--vg-warn);
text-transform: uppercase;
letter-spacing: .08em;
font-size: 12px;
font-weight: 900;
}
.vg-law-watch h3 {
margin: 0 0 8px;
color: var(--vg-navy);
font-size: 22px;
}
.vg-law-watch p {
margin: 0;
color: var(--vg-muted);
}
.vg-law-watch a {
display: inline-block;
margin-top: 13px;
font-weight: 900;
}
/* =========================================================
PRIMARY AUTHORITIES
========================================================= */
.vg-authority-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin-top: 29px;
}
.vg-authority-card {
min-height: 160px;
padding: 22px;
border: 1px solid var(--vg-border);
border-radius: 10px;
background: #fff;
}
.vg-authority-card span {
display: block;
margin-bottom: 7px;
color: var(--vg-gold);
text-transform: uppercase;
letter-spacing: .07em;
font-size: 11px;
font-weight: 900;
}
.vg-authority-card strong {
display: block;
margin-bottom: 10px;
color: var(--vg-navy);
font-size: 17px;
line-height: 1.35;
}
.vg-authority-card a {
font-size: 14px;
font-weight: 800;
}
/* =========================================================
ABOUT / EDITORIAL STANDARD
========================================================= */
.vg-about-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0,1fr));
gap: 17px;
margin-top: 28px;
}
.vg-about-card {
padding: 23px;
border: 1px solid var(--vg-border);
border-radius: 10px;
background: #fff;
}
.vg-about-card h3 {
margin: 0 0 8px;
color: var(--vg-navy);
font-size: 18px;
}
.vg-about-card p {
margin: 0;
color: var(--vg-muted);
font-size: 14px;
}
/* =========================================================
FAQ
========================================================= */
.vg-faq {
max-width: 920px;
margin-top: 28px;
}
.vg-faq details {
margin-top: 12px;
border: 1px solid var(--vg-border);
border-radius: 9px;
background: #fff;
}
.vg-faq summary {
cursor: pointer;
padding: 17px 19px;
color: var(--vg-navy);
font-weight: 900;
}
.vg-faq details p {
margin: 0;
padding: 0 19px 19px;
color: var(--vg-muted);
}
/* =========================================================
MULTI-STATE NAVIGATION
========================================================= */
.vg-bottom-nav {
display: grid;
grid-template-columns: repeat(3, minmax(0,1fr));
gap: 15px;
margin-top: 30px;
}
.vg-bottom-nav a {
display: block;
padding: 20px;
border: 1px solid var(--vg-border);
border-radius: 10px;
background: #fff;
text-decoration: none;
}
.vg-bottom-nav a:hover {
border-color: #AEBCC7;
box-shadow: 0 6px 18px rgba(15,43,70,.06);
}
.vg-bottom-nav strong {
display: block;
margin-bottom: 4px;
color: var(--vg-navy);
}
.vg-bottom-nav span {
color: var(--vg-muted);
font-size: 13px;
}
/* =========================================================
DISCLAIMER
========================================================= */
.vg-disclaimer {
padding: 30px 0 46px;
border-top: 1px solid var(--vg-border);
background: #fff;
color: var(--vg-muted);
font-size: 13px;
}
.vg-disclaimer strong {
color: var(--vg-navy);
}
/* =========================================================
RESPONSIVE
========================================================= */
@media (max-width: 940px) {
.vg-start-grid,
.vg-authority-grid,
.vg-about-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 760px) {
.vg-guide-grid {
grid-template-columns: 1fr;
}
.vg-guide-link:nth-child(odd) {
border-right: 0;
}
.vg-law-watch {
grid-template-columns: 1fr;
gap: 10px;
}
}
@media (max-width: 680px) {
.vg-wrap {
width: calc(100% - 24px);
}
.vg-state-hero {
padding: 52px 0 48px;
}
.vg-state-hero h1 {
font-size: 39px;
}
.vg-hero-deck {
font-size: 18px;
}
.vg-section {
padding: 50px 0;
}
.vg-start-grid,
.vg-authority-grid,
.vg-about-grid,
.vg-bottom-nav {
grid-template-columns: 1fr;
}
}
</style>
<article class="vg-state-page" data-state="CO">
<div class="vg-brand-rule" aria-hidden="true"></div>
<!-- =====================================================
HERO
====================================================== -->
<header class="vg-state-hero">
<div class="vg-wrap">
<p class="vg-breadcrumb">
<a href="/western-states-auto-insurance-law">
Western States Auto Insurance Law Library
</a>
&nbsp;&nbsp;
Colorado
</p>
<p class="vg-state-kicker">
VictimsGuide State Law Library
</p>
<p class="vg-state-name">
Colorado
</p>
<h1>
Auto Insurance &amp;<br>
Crash Law Library
</h1>
<p class="vg-hero-deck">
Understand the insurance, liability, claims, evidence, damages and
settlement rules that govern Colorado motor-vehicle crashes.
This library follows the claim from the first coverage investigation
through final resolution.
</p>
<div class="vg-meta-row" aria-label="Colorado library information">
<span class="vg-meta">
23 Legal Guides
</span>
<span class="vg-meta">
Current-law review: Sept. 13, 2026
</span>
<span class="vg-meta">
Statutes · Cases · Regulations
</span>
</div>
</div>
</header>
<!-- =====================================================
QUICK NAV
====================================================== -->
<nav class="vg-jump" aria-label="Colorado library navigation">
<div class="vg-wrap">
<a href="#start">
Start Here
</a>
<a href="#library">
Browse 23 Guides
</a>
<a href="#law-watch">
Colorado Law Watch
</a>
<a href="#authorities">
Official Sources
</a>
<a href="#about">
About the Library
</a>
<a href="#faq">
FAQ
</a>
</div>
</nav>
<main>
<!-- ===================================================
START HERE
==================================================== -->
<section class="vg-section" id="start">
<div class="vg-wrap">
<p class="vg-state-kicker" style="color:#855B18;">
Start Here
</p>
<h2>
Three ways into the Colorado library
</h2>
<p class="vg-section-intro">
A serious crash can involve liability insurance, first-party benefits,
multiple policies, deadlines, medical payments, evidence and settlement
issues at the same time. Choose the path that best matches where you are.
</p>
<div class="vg-start-grid">
<a class="vg-start-card"
href="/co-auto-insurance-law">
<span class="vg-start-number">
01
</span>
<h3>
Understand the Colorado System
</h3>
<p>
Start with the complete overview of Colorado auto-insurance and
crash law, including coverage, liability, first-party benefits,
deadlines, damages and settlement.
</p>
<span class="vg-card-action">
Read Guide 01 →
</span>
</a>
<a class="vg-start-card"
href="/co-find-insurance-coverage">
<span class="vg-start-number">
03
</span>
<h3>
Find Every Insurance Policy
</h3>
<p>
Identify the driver, vehicle owner, household, employer,
commercial, rideshare, excess and other potentially applicable
policies before valuing the claim.
</p>
<span class="vg-card-action">
Build the coverage map →
</span>
</a>
<a class="vg-start-card"
href="/co-crash-investigation">
<span class="vg-start-number">
18
</span>
<h3>
Build the Crash Record
</h3>
<p>
Preserve evidence, organize reports and witnesses, document
vehicles and electronic evidence, and create the factual record
needed for liability and damages analysis.
</p>
<span class="vg-card-action">
Start the investigation →
</span>
</a>
</div>
</div>
</section>
<!-- ===================================================
COMPLETE LIBRARY
==================================================== -->
<section class="vg-section alt" id="library">
<div class="vg-wrap">
<p class="vg-state-kicker" style="color:#855B18;">
Colorado Research Library
</p>
<h2>
Browse the 23-guide Colorado law library
</h2>
<p class="vg-section-intro">
The library is organized by subject so you can move from insurance
coverage to claims handling, special vehicle situations, liability,
damages and final resolution without treating the crash as a single
insurance claim.
</p>
<div class="vg-library-groups">
<!-- COVERAGE -->
<section class="vg-library-group">
<div class="vg-library-group-header">
<span>
Guides 01–08
</span>
<h3>
Coverage &amp; Insurance
</h3>
</div>
<div class="vg-guide-grid">
<a class="vg-guide-link"
href="/co-auto-insurance-law">
<span class="vg-guide-num">01</span>
<span>
<strong>
Colorado Auto Insurance &amp; Crash Law
</strong>
<small>
Overview of the complete Colorado system.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-required-auto-insurance">
<span class="vg-guide-num">02</span>
<span>
<strong>
Required Auto Insurance &amp; Minimum Limits
</strong>
<small>
Compulsory coverage, minimum limits and liability-policy foundation.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-find-insurance-coverage">
<span class="vg-guide-num">03</span>
<span>
<strong>
Policy Disclosure &amp; Finding Every Insurance Policy
</strong>
<small>
Colorado's § 10-3-1117 disclosure system and coverage mapping.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-uninsured-underinsured-motorist-coverage">
<span class="vg-guide-num">04</span>
<span>
<strong>
Uninsured &amp; Underinsured Motorist Coverage
</strong>
<small>
UM/UIM insured status, limits and first-party recovery.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-stacking-multiple-policies">
<span class="vg-guide-num">05</span>
<span>
<strong>
Stacking, Multiple Policies &amp; Other Insurance
</strong>
<small>
Multiple policies, overlapping coverage and other-insurance rules.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-insurance-policy-interpretation">
<span class="vg-guide-num">06</span>
<span>
<strong>
Insurance Policy Interpretation
</strong>
<small>
Reading the complete Colorado insurance contract.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-auto-insurance-exclusions-coverage-defenses">
<span class="vg-guide-num">07</span>
<span>
<strong>
Exclusions, Limitations &amp; Coverage Defenses
</strong>
<small>
Conditions, exclusions, insured status and coverage defenses.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-duty-to-defend-indemnify-reservation-rights">
<span class="vg-guide-num">08</span>
<span>
<strong>
Defense, Indemnity &amp; Reservation of Rights
</strong>
<small>
Liability-insurer obligations and coverage-control issues.
</small>
</span>
</a>
</div>
</section>
<!-- CLAIMS -->
<section class="vg-library-group">
<div class="vg-library-group-header">
<span>
Guides 09–12
</span>
<h3>
Claims &amp; Insurer Duties
</h3>
</div>
<div class="vg-guide-grid">
<a class="vg-guide-link"
href="/co-insurance-bad-faith-claims-handling">
<span class="vg-guide-num">09</span>
<span>
<strong>
Claims Handling, Good Faith &amp; Bad Faith
</strong>
<small>
Statutory and common-law insurer duties.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-settlement-demands-policy-limits">
<span class="vg-guide-num">10</span>
<span>
<strong>
Settlement Demands &amp; Policy Limits
</strong>
<small>
Settlement opportunities, insured protection and excess exposure.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-multiple-claimants-insureds-policy-limits">
<span class="vg-guide-num">11</span>
<span>
<strong>
Multiple Claimants &amp; Limited Proceeds
</strong>
<small>
Competing claims, insureds and shared limits.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-insurance-agents-brokers-failure-to-procure">
<span class="vg-guide-num">12</span>
<span>
<strong>
Agents, Brokers &amp; Failure to Procure Coverage
</strong>
<small>
Producer duties and missing requested coverage.
</small>
</span>
</a>
</div>
</section>
<!-- SPECIAL VEHICLES -->
<section class="vg-library-group">
<div class="vg-library-group-header">
<span>
Guides 13–16
</span>
<h3>
Vehicles &amp; Special Situations
</h3>
</div>
<div class="vg-guide-grid">
<a class="vg-guide-link"
href="/co-borrowed-rental-vehicles">
<span class="vg-guide-num">13</span>
<span>
<strong>
Borrowed, Loaned &amp; Rental Vehicles
</strong>
<small>
Permission, owner liability, rentals and non-owned coverage.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-work-employer-commercial-vehicles">
<span class="vg-guide-num">14</span>
<span>
<strong>
Work, Employer &amp; Commercial Vehicles
</strong>
<small>
Employment, business use and commercial insurance.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-rideshare-tnc-insurance">
<span class="vg-guide-num">15</span>
<span>
<strong>
Rideshare &amp; TNC Insurance
</strong>
<small>
App periods, TNC obligations and overlapping coverage.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-government-vehicle-public-entity-claims">
<span class="vg-guide-num">16</span>
<span>
<strong>
Government Vehicle &amp; Public Entity Claims
</strong>
<small>
Governmental immunity, notice and public-entity procedures.
</small>
</span>
</a>
</div>
</section>
<!-- LIABILITY -->
<section class="vg-library-group">
<div class="vg-library-group-header">
<span>
Guides 17–20
</span>
<h3>
Liability, Evidence &amp; Damages
</h3>
</div>
<div class="vg-guide-grid">
<a class="vg-guide-link"
href="/co-comparative-fault">
<span class="vg-guide-num">17</span>
<span>
<strong>
Comparative Fault
</strong>
<small>
Modified comparative negligence and allocation of responsibility.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-crash-investigation">
<span class="vg-guide-num">18</span>
<span>
<strong>
Crash Investigation
</strong>
<small>
Evidence, reports, vehicles, electronics, witnesses and chronology.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-crash-damages">
<span class="vg-guide-num">19</span>
<span>
<strong>
Crash Damages
</strong>
<small>
Medical, wage, future, noneconomic and property losses.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-wrongful-death">
<span class="vg-guide-num">20</span>
<span>
<strong>
Wrongful Death
</strong>
<small>
Statutory claimants, damages, caps and survival issues.
</small>
</span>
</a>
</div>
</section>
<!-- RESOLUTION -->
<section class="vg-library-group">
<div class="vg-library-group-header">
<span>
Guides 21–23
</span>
<h3>
Recovery &amp; Resolution
</h3>
</div>
<div class="vg-guide-grid">
<a class="vg-guide-link"
href="/co-medpay-subrogation">
<span class="vg-guide-num">21</span>
<span>
<strong>
MedPay, Liens &amp; Reimbursement
</strong>
<small>
Medical payments, health coverage, liens and net recovery.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-settlement-release">
<span class="vg-guide-num">22</span>
<span>
<strong>
Settlement &amp; Release
</strong>
<small>
Release scope, liens, first-party rights and finality.
</small>
</span>
</a>
<a class="vg-guide-link"
href="/co-case-authority-library">
<span class="vg-guide-num">23</span>
<span>
<strong>
Colorado Case Authority Library
</strong>
<small>
Published Colorado cases organized by doctrine and status.
</small>
</span>
</a>
</div>
</section>
</div>
</div>
</section>
<!-- ===================================================
LAW WATCH
==================================================== -->
<section class="vg-section" id="law-watch">
<div class="vg-wrap">
<p class="vg-state-kicker" style="color:#855B18;">
Colorado Law Watch
</p>
<h2>
Authorities that deserve current-status review
</h2>
<p class="vg-section-intro">
Some Colorado issues are developing through pending or recently
decided appellate authority. Those subjects should be checked against
the current docket and controlling law before reliance.
</p>
<div class="vg-law-watch">
<div>
<span class="vg-law-watch-label">
Current Case Watch
</span>
</div>
<div>
<h3>
Policy Disclosure — C.R.S. § 10-3-1117
</h3>
<p>
<em>Weatherill v. State Farm</em>, 2026 COA 11M, and
<em>Reynolds v. Great Northern Insurance Co.</em>,
2023 COA 77, involve differing appellate treatment of
limitations and accrual issues under Colorado's automobile
policy-disclosure statute. Check the current appellate status
before relying on either line of authority.
</p>
<a href="/co-find-insurance-coverage">
Review Guide 03 and current authority →
</a>
</div>
</div>
</div>
</section>
<!-- ===================================================
OFFICIAL SOURCES
==================================================== -->
<section class="vg-section alt" id="authorities">
<div class="vg-wrap">
<p class="vg-state-kicker" style="color:#855B18;">
Primary Authority
</p>
<h2>
Official Colorado legal sources
</h2>
<p class="vg-section-intro">
VictimsGuide is a research and public-education system.
The operative statute, regulation, judicial opinion and insurance
contract remain the controlling sources.
</p>
<div class="vg-authority-grid">
<div class="vg-authority-card">
<span>
Statutes
</span>
<strong>
Colorado Revised Statutes
</strong>
<a
href="https://leg.colorado.gov/laws/colorado-revised-statutes"
target="_blank"
rel="noopener noreferrer">
Official statute portal →
</a>
</div>
<div class="vg-authority-card">
<span>
Current Publication
</span>
<strong>
2026 Colorado Revised Statutes
</strong>
<a
href="https://content.leg.colorado.gov/agencies/office-legislative-legal-services/2026-crs-titles-download"
target="_blank"
rel="noopener noreferrer">
Official 2026 title downloads →
</a>
</div>
<div class="vg-authority-card">
<span>
Legislature
</span>
<strong>
Mandatory Automobile Insurance
</strong>
<a
href="https://content.leg.colorado.gov/content/mandatory-automobile-insurance-colorado"
target="_blank"
rel="noopener noreferrer">
General Assembly overview →
</a>
</div>
<div class="vg-authority-card">
<span>
Supreme Court
</span>
<strong>
Colorado Supreme Court Opinions
</strong>
<a
href="https://www.coloradojudicial.gov/supreme-court/opinions"
target="_blank"
rel="noopener noreferrer">
Official opinions →
</a>
</div>
<div class="vg-authority-card">
<span>
Court of Appeals
</span>
<strong>
Colorado Court of Appeals Opinions
</strong>
<a
href="https://www.coloradojudicial.gov/court-appeals/opinions"
target="_blank"
rel="noopener noreferrer">
Official opinions →
</a>
</div>
<div class="vg-authority-card">
<span>
Insurance Regulation
</span>
<strong>
Colorado Division of Insurance
</strong>
<a
href="https://doi.colorado.gov/insurance-products/auto-insurance"
target="_blank"
rel="noopener noreferrer">
Auto insurance resources →
</a>
</div>
</div>
</div>
</section>
<!-- ===================================================
ABOUT
==================================================== -->
<section class="vg-section" id="about">
<div class="vg-wrap">
<p class="vg-state-kicker" style="color:#855B18;">
Research Standard
</p>
<h2>
About the Colorado law library
</h2>
<p class="vg-section-intro">
The purpose of the library is to help readers identify the issues,
sources and questions that should be investigated before important
insurance and settlement decisions are made.
</p>
<div class="vg-about-grid">
<div class="vg-about-card">
<h3>
Current-law review
</h3>
<p>
This Colorado library was reviewed against the 2026 source
framework on September 13, 2026. Individual pages may identify
later status-sensitive authorities.
</p>
</div>
<div class="vg-about-card">
<h3>
Primary-source method
</h3>
<p>
Guides are designed to point readers back to statutes,
regulations, published opinions and actual insurance-policy
language rather than treating summaries as controlling law.
</p>
</div>
<div class="vg-about-card">
<h3>
Systems approach
</h3>
<p>
Coverage, liability, first-party benefits, evidence, medical
payments, deadlines, damages and settlement are treated as
interconnected parts of the same crash-claim system.
</p>
</div>
</div>
</div>
</section>
<!-- ===================================================
FAQ
==================================================== -->
<section class="vg-section alt" id="faq">
<div class="vg-wrap">
<p class="vg-state-kicker" style="color:#855B18;">
Using the Library
</p>
<h2>
Frequently asked questions
</h2>
<div class="vg-faq">
<details>
<summary>
Where should I begin?
</summary>
<p>
Begin with Guide 01 if you want an overview of the complete
Colorado crash-claim system. If you already have an active claim,
Guide 03 on finding insurance coverage is often an important early
research step.
</p>
</details>
<details>
<summary>
Are these summaries a substitute for the actual law?
</summary>
<p>
No. The operative statutes, regulations, judicial opinions,
insurance policies, endorsements and current appellate status
should be checked before legal reliance.
</p>
</details>
<details>
<summary>
How is this different from a typical insurance article?
</summary>
<p>
The library is organized as a research system rather than a
single article. It connects coverage investigation, insurer duties,
vehicle use, liability, evidence, damages, medical-payment issues,
settlement and case authority across 23 separate guides.
</p>
</details>
</div>
</div>
</section>
<!-- ===================================================
WESTERN STATES NAV
==================================================== -->
<section class="vg-section">
<div class="vg-wrap">
<h2>
Continue your research
</h2>
<div class="vg-bottom-nav">
<a href="/western-states-auto-insurance-law">
<strong>
← Western States Library
</strong>
<span>
Return to the multi-state auto insurance and crash-law library.
</span>
</a>
<a href="/co-auto-insurance-law">
<strong>
Colorado Guide 01
</strong>
<span>
Begin with the Colorado Auto Insurance &amp; Crash Law overview.
</span>
</a>
<a href="/co-required-auto-insurance">
<strong>
Guide 02 →
</strong>
<span>
Required Auto Insurance &amp; Minimum Limits.
</span>
</a>
</div>
</div>
</section>
</main>
<!-- =====================================================
DISCLAIMER
====================================================== -->
<footer class="vg-disclaimer">
<div class="vg-wrap">
<strong>
Public legal education only.
</strong>
VictimsGuide.com does not provide individualized legal advice and
does not create an attorney-client relationship. Colorado crash and
insurance claims depend on the actual facts, insurance-policy language,
endorsements, insured status, vehicle and business use, medical and
reimbursement issues, applicable deadlines, statutory version and
current controlling authority. Verify the operative insurance contract
and current primary law before legal reliance.
</div>
</footer>
</article>