Html Css Color HEX #CA2401 Harley Davidson Orange
📋 copy color: '#CA2401'red 202 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #CA2401
Tints of Harley Davidson Orange #CA2401
RGB
CMYK
RGB Variations
Color information
#CA2401 (or 0xCA2401) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 01. RGB value is (202,36,1). Sum of RGB (Red+Green+Blue) = 202+36+1=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2401 is #35DBFE. Grayscale: #515151. Windows color (decimal): -3529727 or 74954. OLE color: 74954.
HSL color Cylindrical-coordinate representation of color #CA2401: hue angle of 10.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA2401 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.21 |
| HSL | 10.45º | 0.99% | 0.4% | - |
| HSV(B) | 10.45º | 1% | 0.79% | - |
| XYZ | 24.99 | 13.82 | 1.38 | - |
| YUV | 81.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 1 | 0 | 0.82 | 1.00 | 0.21 | 10.45 | 0.99 | 0.4 |
| Hex | CA | 24 | 1 | 0 | 52 | 64 | 15 | A | 63 | 28 |
| Octal | 312 | 44 | 1 | 0 | 122 | 144 | 25 | 12 | 143 | 50 |
| Binary | 11001010 | 100100 | 1 | 0 | 1010010 | 1100100 | 10101 | 1010 | 1100011 | 101000 |
Color Harmonies of #CA2401
Complementary color
Monochromatic Colors of #CA2401
Black with #CA2401
Text Example
Text Example
White with #CA2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2401; }
p { color: rgb(202,36,1); }
H1.HeaderClassName
{
color: #CA2401;
}
.AnyTagClassName
{
color: #CA2401;
}
</style>
background-color css
<style>
a { background-color: #CA2401; }
a { background-color: rgb(202,36,1); }
div.DivClassName
{
background-color: #CA2401;
}
.BgClassName
{
background-color: #CA2401;
}
</style>
border-color css
<style>
span { border-color: #CA2401; }
span { border-color: rgb(202,36,1); }
td.TdClassName
{
border-color: #CA2401;
}
.TagClassName
{
border-color: #CA2401;
}
</style>