Html Css Color HEX #CA2E09 Harley Davidson Orange
📋 copy color: '#CA2E09'red 202 ◦ green 46 ◦ blue 9
Shades of Harley Davidson Orange #CA2E09
Tints of Harley Davidson Orange #CA2E09
RGB
CMYK
RGB Variations
Color information
#CA2E09 (or 0xCA2E09) is known color: Harley Davidson Orange. HEX triplet: CA, 2E and 09. RGB value is (202,46,9). Sum of RGB (Red+Green+Blue) = 202+46+9=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2E09 is #35D1F6. Grayscale: #585858. Windows color (decimal): -3527159 or 601802. OLE color: 601802.
HSL color Cylindrical-coordinate representation of color #CA2E09: hue angle of 11.5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA2E09 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 9 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.21 |
| HSL | 11.5º | 0.91% | 0.41% | - |
| HSV(B) | 11.5º | 0.96% | 0.79% | - |
| XYZ | 25.38 | 14.53 | 1.73 | - |
| YUV | 88.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 9 | 0 | 0.77 | 0.96 | 0.21 | 11.5 | 0.91 | 0.41 |
| Hex | CA | 2E | 9 | 0 | 4D | 60 | 15 | C | 5B | 29 |
| Octal | 312 | 56 | 11 | 0 | 115 | 140 | 25 | 14 | 133 | 51 |
| Binary | 11001010 | 101110 | 1001 | 0 | 1001101 | 1100000 | 10101 | 1100 | 1011011 | 101001 |
Color Harmonies of #CA2E09
Complementary color
Monochromatic Colors of #CA2E09
Black with #CA2E09
Text Example
Text Example
White with #CA2E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E09; }
p { color: rgb(202,46,9); }
H1.HeaderClassName
{
color: #CA2E09;
}
.AnyTagClassName
{
color: #CA2E09;
}
</style>
background-color css
<style>
a { background-color: #CA2E09; }
a { background-color: rgb(202,46,9); }
div.DivClassName
{
background-color: #CA2E09;
}
.BgClassName
{
background-color: #CA2E09;
}
</style>
border-color css
<style>
span { border-color: #CA2E09; }
span { border-color: rgb(202,46,9); }
td.TdClassName
{
border-color: #CA2E09;
}
.TagClassName
{
border-color: #CA2E09;
}
</style>