Html Css Color HEX #CA2010 Harley Davidson Orange
📋 copy color: '#CA2010'red 202 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #CA2010
Tints of Harley Davidson Orange #CA2010
RGB
CMYK
RGB Variations
Color information
#CA2010 (or 0xCA2010) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 10. RGB value is (202,32,16). Sum of RGB (Red+Green+Blue) = 202+32+16=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2010 is #35DFEF. Grayscale: #515151. Windows color (decimal): -3530736 or 1056970. OLE color: 1056970.
HSL color Cylindrical-coordinate representation of color #CA2010: hue angle of 5.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA2010 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 16 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.21 |
| HSL | 5.16º | 0.85% | 0.43% | - |
| HSV(B) | 5.16º | 0.92% | 0.79% | - |
| XYZ | 24.97 | 13.63 | 1.8 | - |
| YUV | 81.01 | 91.32 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 16 | 0 | 0.84 | 0.92 | 0.21 | 5.16 | 0.85 | 0.43 |
| Hex | CA | 20 | 10 | 0 | 54 | 5C | 15 | 5 | 55 | 2B |
| Octal | 312 | 40 | 20 | 0 | 124 | 134 | 25 | 5 | 125 | 53 |
| Binary | 11001010 | 100000 | 10000 | 0 | 1010100 | 1011100 | 10101 | 101 | 1010101 | 101011 |
Color Harmonies of #CA2010
Complementary color
Monochromatic Colors of #CA2010
Black with #CA2010
Text Example
Text Example
White with #CA2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2010; }
p { color: rgb(202,32,16); }
H1.HeaderClassName
{
color: #CA2010;
}
.AnyTagClassName
{
color: #CA2010;
}
</style>
background-color css
<style>
a { background-color: #CA2010; }
a { background-color: rgb(202,32,16); }
div.DivClassName
{
background-color: #CA2010;
}
.BgClassName
{
background-color: #CA2010;
}
</style>
border-color css
<style>
span { border-color: #CA2010; }
span { border-color: rgb(202,32,16); }
td.TdClassName
{
border-color: #CA2010;
}
.TagClassName
{
border-color: #CA2010;
}
</style>