Html Css Color HEX #CA2C09 Harley Davidson Orange
📋 copy color: '#CA2C09'red 202 ◦ green 44 ◦ blue 9
Shades of Harley Davidson Orange #CA2C09
Tints of Harley Davidson Orange #CA2C09
RGB
CMYK
RGB Variations
Color information
#CA2C09 (or 0xCA2C09) is known color: Harley Davidson Orange. HEX triplet: CA, 2C and 09. RGB value is (202,44,9). Sum of RGB (Red+Green+Blue) = 202+44+9=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2C09 is #35D3F6. Grayscale: #575757. Windows color (decimal): -3527671 or 601290. OLE color: 601290.
HSL color Cylindrical-coordinate representation of color #CA2C09: hue angle of 10.88º 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 #CA2C09 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.21 |
| HSL | 10.88º | 0.91% | 0.41% | - |
| HSV(B) | 10.88º | 0.96% | 0.79% | - |
| XYZ | 25.31 | 14.38 | 1.7 | - |
| YUV | 87.25 | 83.85 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 9 | 0 | 0.78 | 0.96 | 0.21 | 10.88 | 0.91 | 0.41 |
| Hex | CA | 2C | 9 | 0 | 4E | 60 | 15 | B | 5B | 29 |
| Octal | 312 | 54 | 11 | 0 | 116 | 140 | 25 | 13 | 133 | 51 |
| Binary | 11001010 | 101100 | 1001 | 0 | 1001110 | 1100000 | 10101 | 1011 | 1011011 | 101001 |
Color Harmonies of #CA2C09
Complementary color
Monochromatic Colors of #CA2C09
Black with #CA2C09
Text Example
Text Example
White with #CA2C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C09; }
p { color: rgb(202,44,9); }
H1.HeaderClassName
{
color: #CA2C09;
}
.AnyTagClassName
{
color: #CA2C09;
}
</style>
background-color css
<style>
a { background-color: #CA2C09; }
a { background-color: rgb(202,44,9); }
div.DivClassName
{
background-color: #CA2C09;
}
.BgClassName
{
background-color: #CA2C09;
}
</style>
border-color css
<style>
span { border-color: #CA2C09; }
span { border-color: rgb(202,44,9); }
td.TdClassName
{
border-color: #CA2C09;
}
.TagClassName
{
border-color: #CA2C09;
}
</style>