Html Css Color HEX #CA2C00 Harley Davidson Orange
📋 copy color: '#CA2C00'red 202 ◦ green 44 ◦ blue 0
Shades of Harley Davidson Orange #CA2C00
Tints of Harley Davidson Orange #CA2C00
RGB
CMYK
RGB Variations
Color information
#CA2C00 (or 0xCA2C00) is known color: Harley Davidson Orange. HEX triplet: CA, 2C and 00. RGB value is (202,44,0). Sum of RGB (Red+Green+Blue) = 202+44+0=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2C00 is #35D3FF. Grayscale: #565656. Windows color (decimal): -3527680 or 11466. OLE color: 11466.
HSL color Cylindrical-coordinate representation of color #CA2C00: hue angle of 13.07º 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 #CA2C00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.21 |
| HSL | 13.07º | 1% | 0.4% | - |
| HSV(B) | 13.07º | 1% | 0.79% | - |
| XYZ | 25.26 | 14.36 | 1.44 | - |
| YUV | 86.23 | 79.35 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 0 | 0 | 0.78 | 1 | 0.21 | 13.07 | 1 | 0.4 |
| Hex | CA | 2C | 0 | 0 | 4E | 64 | 15 | D | 64 | 28 |
| Octal | 312 | 54 | 0 | 0 | 116 | 144 | 25 | 15 | 144 | 50 |
| Binary | 11001010 | 101100 | 0 | 0 | 1001110 | 1100100 | 10101 | 1101 | 1100100 | 101000 |
Color Harmonies of #CA2C00
Complementary color
Monochromatic Colors of #CA2C00
Black with #CA2C00
Text Example
Text Example
White with #CA2C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C00; }
p { color: rgb(202,44,0); }
H1.HeaderClassName
{
color: #CA2C00;
}
.AnyTagClassName
{
color: #CA2C00;
}
</style>
background-color css
<style>
a { background-color: #CA2C00; }
a { background-color: rgb(202,44,0); }
div.DivClassName
{
background-color: #CA2C00;
}
.BgClassName
{
background-color: #CA2C00;
}
</style>
border-color css
<style>
span { border-color: #CA2C00; }
span { border-color: rgb(202,44,0); }
td.TdClassName
{
border-color: #CA2C00;
}
.TagClassName
{
border-color: #CA2C00;
}
</style>