Html Css Color HEX #CA2012 Harley Davidson Orange
📋 copy color: '#CA2012'red 202 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #CA2012
Tints of Harley Davidson Orange #CA2012
RGB
CMYK
RGB Variations
Color information
#CA2012 (or 0xCA2012) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 12. RGB value is (202,32,18). Sum of RGB (Red+Green+Blue) = 202+32+18=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2012 is #35DFED. Grayscale: #515151. Windows color (decimal): -3530734 or 1188042. OLE color: 1188042.
HSL color Cylindrical-coordinate representation of color #CA2012: hue angle of 4.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA2012 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 18 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.21 |
| HSL | 4.57º | 0.84% | 0.43% | - |
| HSV(B) | 4.57º | 0.91% | 0.79% | - |
| XYZ | 24.98 | 13.63 | 1.89 | - |
| YUV | 81.23 | 92.32 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 18 | 0 | 0.84 | 0.91 | 0.21 | 4.57 | 0.84 | 0.43 |
| Hex | CA | 20 | 12 | 0 | 54 | 5B | 15 | 5 | 54 | 2B |
| Octal | 312 | 40 | 22 | 0 | 124 | 133 | 25 | 5 | 124 | 53 |
| Binary | 11001010 | 100000 | 10010 | 0 | 1010100 | 1011011 | 10101 | 101 | 1010100 | 101011 |
Color Harmonies of #CA2012
Complementary color
Monochromatic Colors of #CA2012
Black with #CA2012
Text Example
Text Example
White with #CA2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2012; }
p { color: rgb(202,32,18); }
H1.HeaderClassName
{
color: #CA2012;
}
.AnyTagClassName
{
color: #CA2012;
}
</style>
background-color css
<style>
a { background-color: #CA2012; }
a { background-color: rgb(202,32,18); }
div.DivClassName
{
background-color: #CA2012;
}
.BgClassName
{
background-color: #CA2012;
}
</style>
border-color css
<style>
span { border-color: #CA2012; }
span { border-color: rgb(202,32,18); }
td.TdClassName
{
border-color: #CA2012;
}
.TagClassName
{
border-color: #CA2012;
}
</style>