Html Css Color HEX #CA2F00 Harley Davidson Orange
📋 copy color: '#CA2F00'red 202 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #CA2F00
Tints of Harley Davidson Orange #CA2F00
RGB
CMYK
RGB Variations
Color information
#CA2F00 (or 0xCA2F00) is known color: Harley Davidson Orange. HEX triplet: CA, 2F and 00. RGB value is (202,47,0). Sum of RGB (Red+Green+Blue) = 202+47+0=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2F00 is #35D0FF. Grayscale: #585858. Windows color (decimal): -3526912 or 12234. OLE color: 12234.
HSL color Cylindrical-coordinate representation of color #CA2F00: hue angle of 13.96º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA2F00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.21 |
| HSL | 13.96º | 1% | 0.4% | - |
| HSV(B) | 13.96º | 1% | 0.79% | - |
| XYZ | 25.37 | 14.59 | 1.48 | - |
| YUV | 87.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 0 | 0 | 0.77 | 1 | 0.21 | 13.96 | 1 | 0.4 |
| Hex | CA | 2F | 0 | 0 | 4D | 64 | 15 | E | 64 | 28 |
| Octal | 312 | 57 | 0 | 0 | 115 | 144 | 25 | 16 | 144 | 50 |
| Binary | 11001010 | 101111 | 0 | 0 | 1001101 | 1100100 | 10101 | 1110 | 1100100 | 101000 |
Color Harmonies of #CA2F00
Complementary color
Monochromatic Colors of #CA2F00
Black with #CA2F00
Text Example
Text Example
White with #CA2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F00; }
p { color: rgb(202,47,0); }
H1.HeaderClassName
{
color: #CA2F00;
}
.AnyTagClassName
{
color: #CA2F00;
}
</style>
background-color css
<style>
a { background-color: #CA2F00; }
a { background-color: rgb(202,47,0); }
div.DivClassName
{
background-color: #CA2F00;
}
.BgClassName
{
background-color: #CA2F00;
}
</style>
border-color css
<style>
span { border-color: #CA2F00; }
span { border-color: rgb(202,47,0); }
td.TdClassName
{
border-color: #CA2F00;
}
.TagClassName
{
border-color: #CA2F00;
}
</style>