Html Css Color HEX #CA2014 Harley Davidson Orange
📋 copy color: '#CA2014'red 202 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #CA2014
Tints of Harley Davidson Orange #CA2014
RGB
CMYK
RGB Variations
Color information
#CA2014 (or 0xCA2014) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 14. RGB value is (202,32,20). Sum of RGB (Red+Green+Blue) = 202+32+20=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2014 is #35DFEB. Grayscale: #515151. Windows color (decimal): -3530732 or 1319114. OLE color: 1319114.
HSL color Cylindrical-coordinate representation of color #CA2014: hue angle of 3.96º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA2014 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 20 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.21 |
| HSL | 3.96º | 0.82% | 0.44% | - |
| HSV(B) | 3.96º | 0.9% | 0.79% | - |
| XYZ | 25 | 13.64 | 1.98 | - |
| YUV | 81.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 20 | 0 | 0.84 | 0.90 | 0.21 | 3.96 | 0.82 | 0.44 |
| Hex | CA | 20 | 14 | 0 | 54 | 5A | 15 | 4 | 52 | 2C |
| Octal | 312 | 40 | 24 | 0 | 124 | 132 | 25 | 4 | 122 | 54 |
| Binary | 11001010 | 100000 | 10100 | 0 | 1010100 | 1011010 | 10101 | 100 | 1010010 | 101100 |
Color Harmonies of #CA2014
Complementary color
Monochromatic Colors of #CA2014
Black with #CA2014
Text Example
Text Example
White with #CA2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2014; }
p { color: rgb(202,32,20); }
H1.HeaderClassName
{
color: #CA2014;
}
.AnyTagClassName
{
color: #CA2014;
}
</style>
background-color css
<style>
a { background-color: #CA2014; }
a { background-color: rgb(202,32,20); }
div.DivClassName
{
background-color: #CA2014;
}
.BgClassName
{
background-color: #CA2014;
}
</style>
border-color css
<style>
span { border-color: #CA2014; }
span { border-color: rgb(202,32,20); }
td.TdClassName
{
border-color: #CA2014;
}
.TagClassName
{
border-color: #CA2014;
}
</style>