Html Css Color HEX #CA2F0E Harley Davidson Orange
📋 copy color: '#CA2F0E'red 202 ◦ green 47 ◦ blue 14
Shades of Harley Davidson Orange #CA2F0E
Tints of Harley Davidson Orange #CA2F0E
RGB
CMYK
RGB Variations
Color information
#CA2F0E (or 0xCA2F0E) is known color: Harley Davidson Orange. HEX triplet: CA, 2F and 0E. RGB value is (202,47,14). Sum of RGB (Red+Green+Blue) = 202+47+14=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2F0E is #35D0F1. Grayscale: #595959. Windows color (decimal): -3526898 or 929738. OLE color: 929738.
HSL color Cylindrical-coordinate representation of color #CA2F0E: hue angle of 10.53º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA2F0E is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 14 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.21 |
| HSL | 10.53º | 0.87% | 0.42% | - |
| HSV(B) | 10.53º | 0.93% | 0.79% | - |
| XYZ | 25.45 | 14.62 | 1.9 | - |
| YUV | 89.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 14 | 0 | 0.77 | 0.93 | 0.21 | 10.53 | 0.87 | 0.42 |
| Hex | CA | 2F | E | 0 | 4D | 5D | 15 | B | 57 | 2A |
| Octal | 312 | 57 | 16 | 0 | 115 | 135 | 25 | 13 | 127 | 52 |
| Binary | 11001010 | 101111 | 1110 | 0 | 1001101 | 1011101 | 10101 | 1011 | 1010111 | 101010 |
Color Harmonies of #CA2F0E
Complementary color
Monochromatic Colors of #CA2F0E
Black with #CA2F0E
Text Example
Text Example
White with #CA2F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F0E; }
p { color: rgb(202,47,14); }
H1.HeaderClassName
{
color: #CA2F0E;
}
.AnyTagClassName
{
color: #CA2F0E;
}
</style>
background-color css
<style>
a { background-color: #CA2F0E; }
a { background-color: rgb(202,47,14); }
div.DivClassName
{
background-color: #CA2F0E;
}
.BgClassName
{
background-color: #CA2F0E;
}
</style>
border-color css
<style>
span { border-color: #CA2F0E; }
span { border-color: rgb(202,47,14); }
td.TdClassName
{
border-color: #CA2F0E;
}
.TagClassName
{
border-color: #CA2F0E;
}
</style>