Html Css Color HEX #CA2002 Harley Davidson Orange
📋 copy color: '#CA2002'red 202 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #CA2002
Tints of Harley Davidson Orange #CA2002
RGB
CMYK
RGB Variations
Color information
#CA2002 (or 0xCA2002) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 02. RGB value is (202,32,2). Sum of RGB (Red+Green+Blue) = 202+32+2=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2002 is #35DFFD. Grayscale: #4F4F4F. Windows color (decimal): -3530750 or 139466. OLE color: 139466.
HSL color Cylindrical-coordinate representation of color #CA2002: hue angle of 9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA2002 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.21 |
| HSL | 9º | 0.98% | 0.4% | - |
| HSV(B) | 9º | 0.99% | 0.79% | - |
| XYZ | 24.88 | 13.59 | 1.37 | - |
| YUV | 79.41 | 84.32 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 2 | 0 | 0.84 | 0.99 | 0.21 | 9 | 0.98 | 0.4 |
| Hex | CA | 20 | 2 | 0 | 54 | 63 | 15 | 9 | 62 | 28 |
| Octal | 312 | 40 | 2 | 0 | 124 | 143 | 25 | 11 | 142 | 50 |
| Binary | 11001010 | 100000 | 10 | 0 | 1010100 | 1100011 | 10101 | 1001 | 1100010 | 101000 |
Color Harmonies of #CA2002
Complementary color
Monochromatic Colors of #CA2002
Black with #CA2002
Text Example
Text Example
White with #CA2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2002; }
p { color: rgb(202,32,2); }
H1.HeaderClassName
{
color: #CA2002;
}
.AnyTagClassName
{
color: #CA2002;
}
</style>
background-color css
<style>
a { background-color: #CA2002; }
a { background-color: rgb(202,32,2); }
div.DivClassName
{
background-color: #CA2002;
}
.BgClassName
{
background-color: #CA2002;
}
</style>
border-color css
<style>
span { border-color: #CA2002; }
span { border-color: rgb(202,32,2); }
td.TdClassName
{
border-color: #CA2002;
}
.TagClassName
{
border-color: #CA2002;
}
</style>