Html Css Color HEX #CA2E20 Harley Davidson Orange
📋 copy color: '#CA2E20'red 202 ◦ green 46 ◦ blue 32
Shades of Harley Davidson Orange #CA2E20
Tints of Harley Davidson Orange #CA2E20
RGB
CMYK
RGB Variations
Color information
#CA2E20 (or 0xCA2E20) is known color: Harley Davidson Orange. HEX triplet: CA, 2E and 20. RGB value is (202,46,32). Sum of RGB (Red+Green+Blue) = 202+46+32=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E20 is #35D1DF. Grayscale: #5B5B5B. Windows color (decimal): -3527136 or 2109130. OLE color: 2109130.
HSL color Cylindrical-coordinate representation of color #CA2E20: hue angle of 4.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2E20 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 32 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.21 |
| HSL | 4.94º | 0.73% | 0.46% | - |
| HSV(B) | 4.94º | 0.84% | 0.79% | - |
| XYZ | 25.59 | 14.61 | 2.84 | - |
| YUV | 91.05 | 94.68 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 32 | 0 | 0.77 | 0.84 | 0.21 | 4.94 | 0.73 | 0.46 |
| Hex | CA | 2E | 20 | 0 | 4D | 54 | 15 | 5 | 49 | 2E |
| Octal | 312 | 56 | 40 | 0 | 115 | 124 | 25 | 5 | 111 | 56 |
| Binary | 11001010 | 101110 | 100000 | 0 | 1001101 | 1010100 | 10101 | 101 | 1001001 | 101110 |
Color Harmonies of #CA2E20
Complementary color
Monochromatic Colors of #CA2E20
Black with #CA2E20
Text Example
Text Example
White with #CA2E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E20; }
p { color: rgb(202,46,32); }
H1.HeaderClassName
{
color: #CA2E20;
}
.AnyTagClassName
{
color: #CA2E20;
}
</style>
background-color css
<style>
a { background-color: #CA2E20; }
a { background-color: rgb(202,46,32); }
div.DivClassName
{
background-color: #CA2E20;
}
.BgClassName
{
background-color: #CA2E20;
}
</style>
border-color css
<style>
span { border-color: #CA2E20; }
span { border-color: rgb(202,46,32); }
td.TdClassName
{
border-color: #CA2E20;
}
.TagClassName
{
border-color: #CA2E20;
}
</style>