Html Css Color HEX #CA2720 Harley Davidson Orange
📋 copy color: '#CA2720'red 202 ◦ green 39 ◦ blue 32
Shades of Harley Davidson Orange #CA2720
Tints of Harley Davidson Orange #CA2720
RGB
CMYK
RGB Variations
Color information
#CA2720 (or 0xCA2720) is known color: Harley Davidson Orange. HEX triplet: CA, 27 and 20. RGB value is (202,39,32). Sum of RGB (Red+Green+Blue) = 202+39+32=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2720 is #35D8DF. Grayscale: #575757. Windows color (decimal): -3528928 or 2107338. OLE color: 2107338.
HSL color Cylindrical-coordinate representation of color #CA2720: hue angle of 2.47º 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 #CA2720 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 32 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.21 |
| HSL | 2.47º | 0.73% | 0.46% | - |
| HSV(B) | 2.47º | 0.84% | 0.79% | - |
| XYZ | 25.34 | 14.11 | 2.75 | - |
| YUV | 86.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 32 | 0 | 0.81 | 0.84 | 0.21 | 2.47 | 0.73 | 0.46 |
| Hex | CA | 27 | 20 | 0 | 51 | 54 | 15 | 2 | 49 | 2E |
| Octal | 312 | 47 | 40 | 0 | 121 | 124 | 25 | 2 | 111 | 56 |
| Binary | 11001010 | 100111 | 100000 | 0 | 1010001 | 1010100 | 10101 | 10 | 1001001 | 101110 |
Color Harmonies of #CA2720
Complementary color
Monochromatic Colors of #CA2720
Black with #CA2720
Text Example
Text Example
White with #CA2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2720; }
p { color: rgb(202,39,32); }
H1.HeaderClassName
{
color: #CA2720;
}
.AnyTagClassName
{
color: #CA2720;
}
</style>
background-color css
<style>
a { background-color: #CA2720; }
a { background-color: rgb(202,39,32); }
div.DivClassName
{
background-color: #CA2720;
}
.BgClassName
{
background-color: #CA2720;
}
</style>
border-color css
<style>
span { border-color: #CA2720; }
span { border-color: rgb(202,39,32); }
td.TdClassName
{
border-color: #CA2720;
}
.TagClassName
{
border-color: #CA2720;
}
</style>