Html Css Color HEX #CA2902 Harley Davidson Orange
📋 copy color: '#CA2902'red 202 ◦ green 41 ◦ blue 2
Shades of Harley Davidson Orange #CA2902
Tints of Harley Davidson Orange #CA2902
RGB
CMYK
RGB Variations
Color information
#CA2902 (or 0xCA2902) is known color: Harley Davidson Orange. HEX triplet: CA, 29 and 02. RGB value is (202,41,2). Sum of RGB (Red+Green+Blue) = 202+41+2=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2902 is #35D6FD. Grayscale: #555555. Windows color (decimal): -3528446 or 141770. OLE color: 141770.
HSL color Cylindrical-coordinate representation of color #CA2902: hue angle of 11.7º 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 #CA2902 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.21 |
| HSL | 11.7º | 0.98% | 0.4% | - |
| HSV(B) | 11.7º | 0.99% | 0.79% | - |
| XYZ | 25.16 | 14.15 | 1.46 | - |
| YUV | 84.69 | 81.34 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 2 | 0 | 0.80 | 0.99 | 0.21 | 11.7 | 0.98 | 0.4 |
| Hex | CA | 29 | 2 | 0 | 50 | 63 | 15 | C | 62 | 28 |
| Octal | 312 | 51 | 2 | 0 | 120 | 143 | 25 | 14 | 142 | 50 |
| Binary | 11001010 | 101001 | 10 | 0 | 1010000 | 1100011 | 10101 | 1100 | 1100010 | 101000 |
Color Harmonies of #CA2902
Complementary color
Monochromatic Colors of #CA2902
Black with #CA2902
Text Example
Text Example
White with #CA2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2902; }
p { color: rgb(202,41,2); }
H1.HeaderClassName
{
color: #CA2902;
}
.AnyTagClassName
{
color: #CA2902;
}
</style>
background-color css
<style>
a { background-color: #CA2902; }
a { background-color: rgb(202,41,2); }
div.DivClassName
{
background-color: #CA2902;
}
.BgClassName
{
background-color: #CA2902;
}
</style>
border-color css
<style>
span { border-color: #CA2902; }
span { border-color: rgb(202,41,2); }
td.TdClassName
{
border-color: #CA2902;
}
.TagClassName
{
border-color: #CA2902;
}
</style>