Html Css Color HEX #CA2218 Harley Davidson Orange
📋 copy color: '#CA2218'red 202 ◦ green 34 ◦ blue 24
Shades of Harley Davidson Orange #CA2218
Tints of Harley Davidson Orange #CA2218
RGB
CMYK
RGB Variations
Color information
#CA2218 (or 0xCA2218) is known color: Harley Davidson Orange. HEX triplet: CA, 22 and 18. RGB value is (202,34,24). Sum of RGB (Red+Green+Blue) = 202+34+24=260 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.69% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2218 is #35DDE7. Grayscale: #535353. Windows color (decimal): -3530216 or 1581770. OLE color: 1581770.
HSL color Cylindrical-coordinate representation of color #CA2218: hue angle of 3.37º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA2218 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 24 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.21 |
| HSL | 3.37º | 0.79% | 0.44% | - |
| HSV(B) | 3.37º | 0.88% | 0.79% | - |
| XYZ | 25.09 | 13.77 | 2.2 | - |
| YUV | 83.09 | 94.66 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 24 | 0 | 0.83 | 0.88 | 0.21 | 3.37 | 0.79 | 0.44 |
| Hex | CA | 22 | 18 | 0 | 53 | 58 | 15 | 3 | 4F | 2C |
| Octal | 312 | 42 | 30 | 0 | 123 | 130 | 25 | 3 | 117 | 54 |
| Binary | 11001010 | 100010 | 11000 | 0 | 1010011 | 1011000 | 10101 | 11 | 1001111 | 101100 |
Color Harmonies of #CA2218
Complementary color
Monochromatic Colors of #CA2218
Black with #CA2218
Text Example
Text Example
White with #CA2218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2218; }
p { color: rgb(202,34,24); }
H1.HeaderClassName
{
color: #CA2218;
}
.AnyTagClassName
{
color: #CA2218;
}
</style>
background-color css
<style>
a { background-color: #CA2218; }
a { background-color: rgb(202,34,24); }
div.DivClassName
{
background-color: #CA2218;
}
.BgClassName
{
background-color: #CA2218;
}
</style>
border-color css
<style>
span { border-color: #CA2218; }
span { border-color: rgb(202,34,24); }
td.TdClassName
{
border-color: #CA2218;
}
.TagClassName
{
border-color: #CA2218;
}
</style>