Html Css Color HEX #CA2B0E Harley Davidson Orange
📋 copy color: '#CA2B0E'red 202 ◦ green 43 ◦ blue 14
Shades of Harley Davidson Orange #CA2B0E
Tints of Harley Davidson Orange #CA2B0E
RGB
CMYK
RGB Variations
Color information
#CA2B0E (or 0xCA2B0E) is known color: Harley Davidson Orange. HEX triplet: CA, 2B and 0E. RGB value is (202,43,14). Sum of RGB (Red+Green+Blue) = 202+43+14=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2B0E is #35D4F1. Grayscale: #575757. Windows color (decimal): -3527922 or 928714. OLE color: 928714.
HSL color Cylindrical-coordinate representation of color #CA2B0E: hue angle of 9.26º 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 #CA2B0E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.21 |
| HSL | 9.26º | 0.87% | 0.42% | - |
| HSV(B) | 9.26º | 0.93% | 0.79% | - |
| XYZ | 25.3 | 14.32 | 1.85 | - |
| YUV | 87.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 14 | 0 | 0.79 | 0.93 | 0.21 | 9.26 | 0.87 | 0.42 |
| Hex | CA | 2B | E | 0 | 4F | 5D | 15 | 9 | 57 | 2A |
| Octal | 312 | 53 | 16 | 0 | 117 | 135 | 25 | 11 | 127 | 52 |
| Binary | 11001010 | 101011 | 1110 | 0 | 1001111 | 1011101 | 10101 | 1001 | 1010111 | 101010 |
Color Harmonies of #CA2B0E
Complementary color
Monochromatic Colors of #CA2B0E
Black with #CA2B0E
Text Example
Text Example
White with #CA2B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2B0E; }
p { color: rgb(202,43,14); }
H1.HeaderClassName
{
color: #CA2B0E;
}
.AnyTagClassName
{
color: #CA2B0E;
}
</style>
background-color css
<style>
a { background-color: #CA2B0E; }
a { background-color: rgb(202,43,14); }
div.DivClassName
{
background-color: #CA2B0E;
}
.BgClassName
{
background-color: #CA2B0E;
}
</style>
border-color css
<style>
span { border-color: #CA2B0E; }
span { border-color: rgb(202,43,14); }
td.TdClassName
{
border-color: #CA2B0E;
}
.TagClassName
{
border-color: #CA2B0E;
}
</style>