Html Css Color HEX #CA2D18 Harley Davidson Orange
📋 copy color: '#CA2D18'red 202 ◦ green 45 ◦ blue 24
Shades of Harley Davidson Orange #CA2D18
Tints of Harley Davidson Orange #CA2D18
RGB
CMYK
RGB Variations
Color information
#CA2D18 (or 0xCA2D18) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 18. RGB value is (202,45,24). Sum of RGB (Red+Green+Blue) = 202+45+24=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2D18 is #35D2E7. Grayscale: #595959. Windows color (decimal): -3527400 or 1584586. OLE color: 1584586.
HSL color Cylindrical-coordinate representation of color #CA2D18: hue angle of 7.08º 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 #CA2D18 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 24 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.21 |
| HSL | 7.08º | 0.79% | 0.44% | - |
| HSV(B) | 7.08º | 0.88% | 0.79% | - |
| XYZ | 25.46 | 14.5 | 2.32 | - |
| YUV | 89.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 24 | 0 | 0.78 | 0.88 | 0.21 | 7.08 | 0.79 | 0.44 |
| Hex | CA | 2D | 18 | 0 | 4E | 58 | 15 | 7 | 4F | 2C |
| Octal | 312 | 55 | 30 | 0 | 116 | 130 | 25 | 7 | 117 | 54 |
| Binary | 11001010 | 101101 | 11000 | 0 | 1001110 | 1011000 | 10101 | 111 | 1001111 | 101100 |
Color Harmonies of #CA2D18
Complementary color
Monochromatic Colors of #CA2D18
Black with #CA2D18
Text Example
Text Example
White with #CA2D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D18; }
p { color: rgb(202,45,24); }
H1.HeaderClassName
{
color: #CA2D18;
}
.AnyTagClassName
{
color: #CA2D18;
}
</style>
background-color css
<style>
a { background-color: #CA2D18; }
a { background-color: rgb(202,45,24); }
div.DivClassName
{
background-color: #CA2D18;
}
.BgClassName
{
background-color: #CA2D18;
}
</style>
border-color css
<style>
span { border-color: #CA2D18; }
span { border-color: rgb(202,45,24); }
td.TdClassName
{
border-color: #CA2D18;
}
.TagClassName
{
border-color: #CA2D18;
}
</style>