Html Css Color HEX #CA2D08 Harley Davidson Orange
📋 copy color: '#CA2D08'red 202 ◦ green 45 ◦ blue 8
Shades of Harley Davidson Orange #CA2D08
Tints of Harley Davidson Orange #CA2D08
RGB
CMYK
RGB Variations
Color information
#CA2D08 (or 0xCA2D08) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 08. RGB value is (202,45,8). Sum of RGB (Red+Green+Blue) = 202+45+8=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2D08 is #35D2F7. Grayscale: #585858. Windows color (decimal): -3527416 or 536010. OLE color: 536010.
HSL color Cylindrical-coordinate representation of color #CA2D08: hue angle of 11.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA2D08 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 8 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.21 |
| HSL | 11.44º | 0.92% | 0.41% | - |
| HSV(B) | 11.44º | 0.96% | 0.79% | - |
| XYZ | 25.34 | 14.45 | 1.68 | - |
| YUV | 87.73 | 83.01 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 8 | 0 | 0.78 | 0.96 | 0.21 | 11.44 | 0.92 | 0.41 |
| Hex | CA | 2D | 8 | 0 | 4E | 60 | 15 | B | 5C | 29 |
| Octal | 312 | 55 | 10 | 0 | 116 | 140 | 25 | 13 | 134 | 51 |
| Binary | 11001010 | 101101 | 1000 | 0 | 1001110 | 1100000 | 10101 | 1011 | 1011100 | 101001 |
Color Harmonies of #CA2D08
Complementary color
Monochromatic Colors of #CA2D08
Black with #CA2D08
Text Example
Text Example
White with #CA2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D08; }
p { color: rgb(202,45,8); }
H1.HeaderClassName
{
color: #CA2D08;
}
.AnyTagClassName
{
color: #CA2D08;
}
</style>
background-color css
<style>
a { background-color: #CA2D08; }
a { background-color: rgb(202,45,8); }
div.DivClassName
{
background-color: #CA2D08;
}
.BgClassName
{
background-color: #CA2D08;
}
</style>
border-color css
<style>
span { border-color: #CA2D08; }
span { border-color: rgb(202,45,8); }
td.TdClassName
{
border-color: #CA2D08;
}
.TagClassName
{
border-color: #CA2D08;
}
</style>