Html Css Color HEX #CA2C0F Harley Davidson Orange
📋 copy color: '#CA2C0F'red 202 ◦ green 44 ◦ blue 15
Shades of Harley Davidson Orange #CA2C0F
Tints of Harley Davidson Orange #CA2C0F
RGB
CMYK
RGB Variations
Color information
#CA2C0F (or 0xCA2C0F) is known color: Harley Davidson Orange. HEX triplet: CA, 2C and 0F. RGB value is (202,44,15). Sum of RGB (Red+Green+Blue) = 202+44+15=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2C0F is #35D3F0. Grayscale: #585858. Windows color (decimal): -3527665 or 994506. OLE color: 994506.
HSL color Cylindrical-coordinate representation of color #CA2C0F: hue angle of 9.3º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA2C0F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 15 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.21 |
| HSL | 9.3º | 0.86% | 0.43% | - |
| HSV(B) | 9.3º | 0.93% | 0.79% | - |
| XYZ | 25.34 | 14.39 | 1.89 | - |
| YUV | 87.94 | 86.85 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 15 | 0 | 0.78 | 0.93 | 0.21 | 9.3 | 0.86 | 0.43 |
| Hex | CA | 2C | F | 0 | 4E | 5D | 15 | 9 | 56 | 2B |
| Octal | 312 | 54 | 17 | 0 | 116 | 135 | 25 | 11 | 126 | 53 |
| Binary | 11001010 | 101100 | 1111 | 0 | 1001110 | 1011101 | 10101 | 1001 | 1010110 | 101011 |
Color Harmonies of #CA2C0F
Complementary color
Monochromatic Colors of #CA2C0F
Black with #CA2C0F
Text Example
Text Example
White with #CA2C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C0F; }
p { color: rgb(202,44,15); }
H1.HeaderClassName
{
color: #CA2C0F;
}
.AnyTagClassName
{
color: #CA2C0F;
}
</style>
background-color css
<style>
a { background-color: #CA2C0F; }
a { background-color: rgb(202,44,15); }
div.DivClassName
{
background-color: #CA2C0F;
}
.BgClassName
{
background-color: #CA2C0F;
}
</style>
border-color css
<style>
span { border-color: #CA2C0F; }
span { border-color: rgb(202,44,15); }
td.TdClassName
{
border-color: #CA2C0F;
}
.TagClassName
{
border-color: #CA2C0F;
}
</style>