Html Css Color HEX #CA2118 Harley Davidson Orange
📋 copy color: '#CA2118'red 202 ◦ green 33 ◦ blue 24
Shades of Harley Davidson Orange #CA2118
Tints of Harley Davidson Orange #CA2118
RGB
CMYK
RGB Variations
Color information
#CA2118 (or 0xCA2118) is known color: Harley Davidson Orange. HEX triplet: CA, 21 and 18. RGB value is (202,33,24). Sum of RGB (Red+Green+Blue) = 202+33+24=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2118 is #35DEE7. Grayscale: #525252. Windows color (decimal): -3530472 or 1581514. OLE color: 1581514.
HSL color Cylindrical-coordinate representation of color #CA2118: hue angle of 3.03º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA2118 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 24 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.21 |
| HSL | 3.03º | 0.79% | 0.44% | - |
| HSV(B) | 3.03º | 0.88% | 0.79% | - |
| XYZ | 25.07 | 13.71 | 2.19 | - |
| YUV | 82.51 | 94.99 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 24 | 0 | 0.84 | 0.88 | 0.21 | 3.03 | 0.79 | 0.44 |
| Hex | CA | 21 | 18 | 0 | 54 | 58 | 15 | 3 | 4F | 2C |
| Octal | 312 | 41 | 30 | 0 | 124 | 130 | 25 | 3 | 117 | 54 |
| Binary | 11001010 | 100001 | 11000 | 0 | 1010100 | 1011000 | 10101 | 11 | 1001111 | 101100 |
Color Harmonies of #CA2118
Complementary color
Monochromatic Colors of #CA2118
Black with #CA2118
Text Example
Text Example
White with #CA2118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2118; }
p { color: rgb(202,33,24); }
H1.HeaderClassName
{
color: #CA2118;
}
.AnyTagClassName
{
color: #CA2118;
}
</style>
background-color css
<style>
a { background-color: #CA2118; }
a { background-color: rgb(202,33,24); }
div.DivClassName
{
background-color: #CA2118;
}
.BgClassName
{
background-color: #CA2118;
}
</style>
border-color css
<style>
span { border-color: #CA2118; }
span { border-color: rgb(202,33,24); }
td.TdClassName
{
border-color: #CA2118;
}
.TagClassName
{
border-color: #CA2118;
}
</style>