Html Css Color HEX #CA2214 Harley Davidson Orange
📋 copy color: '#CA2214'red 202 ◦ green 34 ◦ blue 20
Shades of Harley Davidson Orange #CA2214
Tints of Harley Davidson Orange #CA2214
RGB
CMYK
RGB Variations
Color information
#CA2214 (or 0xCA2214) is known color: Harley Davidson Orange. HEX triplet: CA, 22 and 14. RGB value is (202,34,20). Sum of RGB (Red+Green+Blue) = 202+34+20=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2214 is #35DDEB. Grayscale: #525252. Windows color (decimal): -3530220 or 1319626. OLE color: 1319626.
HSL color Cylindrical-coordinate representation of color #CA2214: hue angle of 4.62º 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 #CA2214 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 20 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.21 |
| HSL | 4.62º | 0.82% | 0.44% | - |
| HSV(B) | 4.62º | 0.9% | 0.79% | - |
| XYZ | 25.06 | 13.75 | 2 | - |
| YUV | 82.64 | 92.66 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 20 | 0 | 0.83 | 0.90 | 0.21 | 4.62 | 0.82 | 0.44 |
| Hex | CA | 22 | 14 | 0 | 53 | 5A | 15 | 5 | 52 | 2C |
| Octal | 312 | 42 | 24 | 0 | 123 | 132 | 25 | 5 | 122 | 54 |
| Binary | 11001010 | 100010 | 10100 | 0 | 1010011 | 1011010 | 10101 | 101 | 1010010 | 101100 |
Color Harmonies of #CA2214
Complementary color
Monochromatic Colors of #CA2214
Black with #CA2214
Text Example
Text Example
White with #CA2214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2214; }
p { color: rgb(202,34,20); }
H1.HeaderClassName
{
color: #CA2214;
}
.AnyTagClassName
{
color: #CA2214;
}
</style>
background-color css
<style>
a { background-color: #CA2214; }
a { background-color: rgb(202,34,20); }
div.DivClassName
{
background-color: #CA2214;
}
.BgClassName
{
background-color: #CA2214;
}
</style>
border-color css
<style>
span { border-color: #CA2214; }
span { border-color: rgb(202,34,20); }
td.TdClassName
{
border-color: #CA2214;
}
.TagClassName
{
border-color: #CA2214;
}
</style>