Html Css Color HEX #CA2A17 Harley Davidson Orange
📋 copy color: '#CA2A17'red 202 ◦ green 42 ◦ blue 23
Shades of Harley Davidson Orange #CA2A17
Tints of Harley Davidson Orange #CA2A17
RGB
CMYK
RGB Variations
Color information
#CA2A17 (or 0xCA2A17) is known color: Harley Davidson Orange. HEX triplet: CA, 2A and 17. RGB value is (202,42,23). Sum of RGB (Red+Green+Blue) = 202+42+23=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2A17 is #35D5E8. Grayscale: #575757. Windows color (decimal): -3528169 or 1518282. OLE color: 1518282.
HSL color Cylindrical-coordinate representation of color #CA2A17: hue angle of 6.37º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA2A17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 23 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.21 |
| HSL | 6.37º | 0.8% | 0.44% | - |
| HSV(B) | 6.37º | 0.89% | 0.79% | - |
| XYZ | 25.34 | 14.27 | 2.23 | - |
| YUV | 87.67 | 91.51 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 23 | 0 | 0.79 | 0.89 | 0.21 | 6.37 | 0.8 | 0.44 |
| Hex | CA | 2A | 17 | 0 | 4F | 59 | 15 | 6 | 50 | 2C |
| Octal | 312 | 52 | 27 | 0 | 117 | 131 | 25 | 6 | 120 | 54 |
| Binary | 11001010 | 101010 | 10111 | 0 | 1001111 | 1011001 | 10101 | 110 | 1010000 | 101100 |
Color Harmonies of #CA2A17
Complementary color
Monochromatic Colors of #CA2A17
Black with #CA2A17
Text Example
Text Example
White with #CA2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A17; }
p { color: rgb(202,42,23); }
H1.HeaderClassName
{
color: #CA2A17;
}
.AnyTagClassName
{
color: #CA2A17;
}
</style>
background-color css
<style>
a { background-color: #CA2A17; }
a { background-color: rgb(202,42,23); }
div.DivClassName
{
background-color: #CA2A17;
}
.BgClassName
{
background-color: #CA2A17;
}
</style>
border-color css
<style>
span { border-color: #CA2A17; }
span { border-color: rgb(202,42,23); }
td.TdClassName
{
border-color: #CA2A17;
}
.TagClassName
{
border-color: #CA2A17;
}
</style>