Html Css Color HEX #CA2008 Harley Davidson Orange
📋 copy color: '#CA2008'red 202 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #CA2008
Tints of Harley Davidson Orange #CA2008
RGB
CMYK
RGB Variations
Color information
#CA2008 (or 0xCA2008) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 08. RGB value is (202,32,8). Sum of RGB (Red+Green+Blue) = 202+32+8=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2008 is #35DFF7. Grayscale: #505050. Windows color (decimal): -3530744 or 532682. OLE color: 532682.
HSL color Cylindrical-coordinate representation of color #CA2008: hue angle of 7.42º 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 #CA2008 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.21 |
| HSL | 7.42º | 0.92% | 0.41% | - |
| HSV(B) | 7.42º | 0.96% | 0.79% | - |
| XYZ | 24.92 | 13.61 | 1.54 | - |
| YUV | 80.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 8 | 0 | 0.84 | 0.96 | 0.21 | 7.42 | 0.92 | 0.41 |
| Hex | CA | 20 | 8 | 0 | 54 | 60 | 15 | 7 | 5C | 29 |
| Octal | 312 | 40 | 10 | 0 | 124 | 140 | 25 | 7 | 134 | 51 |
| Binary | 11001010 | 100000 | 1000 | 0 | 1010100 | 1100000 | 10101 | 111 | 1011100 | 101001 |
Color Harmonies of #CA2008
Complementary color
Monochromatic Colors of #CA2008
Black with #CA2008
Text Example
Text Example
White with #CA2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2008; }
p { color: rgb(202,32,8); }
H1.HeaderClassName
{
color: #CA2008;
}
.AnyTagClassName
{
color: #CA2008;
}
</style>
background-color css
<style>
a { background-color: #CA2008; }
a { background-color: rgb(202,32,8); }
div.DivClassName
{
background-color: #CA2008;
}
.BgClassName
{
background-color: #CA2008;
}
</style>
border-color css
<style>
span { border-color: #CA2008; }
span { border-color: rgb(202,32,8); }
td.TdClassName
{
border-color: #CA2008;
}
.TagClassName
{
border-color: #CA2008;
}
</style>