Html Css Color HEX #CA2F11 Harley Davidson Orange
📋 copy color: '#CA2F11'red 202 ◦ green 47 ◦ blue 17
Shades of Harley Davidson Orange #CA2F11
Tints of Harley Davidson Orange #CA2F11
RGB
CMYK
RGB Variations
Color information
#CA2F11 (or 0xCA2F11) is known color: Harley Davidson Orange. HEX triplet: CA, 2F and 11. RGB value is (202,47,17). Sum of RGB (Red+Green+Blue) = 202+47+17=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2F11 is #35D0EE. Grayscale: #5A5A5A. Windows color (decimal): -3526895 or 1126346. OLE color: 1126346.
HSL color Cylindrical-coordinate representation of color #CA2F11: hue angle of 9.73º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA2F11 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 17 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.21 |
| HSL | 9.73º | 0.84% | 0.43% | - |
| HSV(B) | 9.73º | 0.92% | 0.79% | - |
| XYZ | 25.47 | 14.63 | 2.01 | - |
| YUV | 89.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 17 | 0 | 0.77 | 0.92 | 0.21 | 9.73 | 0.84 | 0.43 |
| Hex | CA | 2F | 11 | 0 | 4D | 5C | 15 | A | 54 | 2B |
| Octal | 312 | 57 | 21 | 0 | 115 | 134 | 25 | 12 | 124 | 53 |
| Binary | 11001010 | 101111 | 10001 | 0 | 1001101 | 1011100 | 10101 | 1010 | 1010100 | 101011 |
Color Harmonies of #CA2F11
Complementary color
Monochromatic Colors of #CA2F11
Black with #CA2F11
Text Example
Text Example
White with #CA2F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F11; }
p { color: rgb(202,47,17); }
H1.HeaderClassName
{
color: #CA2F11;
}
.AnyTagClassName
{
color: #CA2F11;
}
</style>
background-color css
<style>
a { background-color: #CA2F11; }
a { background-color: rgb(202,47,17); }
div.DivClassName
{
background-color: #CA2F11;
}
.BgClassName
{
background-color: #CA2F11;
}
</style>
border-color css
<style>
span { border-color: #CA2F11; }
span { border-color: rgb(202,47,17); }
td.TdClassName
{
border-color: #CA2F11;
}
.TagClassName
{
border-color: #CA2F11;
}
</style>