Html Css Color HEX #CA2017 Harley Davidson Orange
📋 copy color: '#CA2017'red 202 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #CA2017
Tints of Harley Davidson Orange #CA2017
RGB
CMYK
RGB Variations
Color information
#CA2017 (or 0xCA2017) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 17. RGB value is (202,32,23). Sum of RGB (Red+Green+Blue) = 202+32+23=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2017 is #35DFE8. Grayscale: #525252. Windows color (decimal): -3530729 or 1515722. OLE color: 1515722.
HSL color Cylindrical-coordinate representation of color #CA2017: hue angle of 3.02º 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 #CA2017 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 23 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.21 |
| HSL | 3.02º | 0.8% | 0.44% | - |
| HSV(B) | 3.02º | 0.89% | 0.79% | - |
| XYZ | 25.03 | 13.65 | 2.13 | - |
| YUV | 81.8 | 94.82 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 23 | 0 | 0.84 | 0.89 | 0.21 | 3.02 | 0.8 | 0.44 |
| Hex | CA | 20 | 17 | 0 | 54 | 59 | 15 | 3 | 50 | 2C |
| Octal | 312 | 40 | 27 | 0 | 124 | 131 | 25 | 3 | 120 | 54 |
| Binary | 11001010 | 100000 | 10111 | 0 | 1010100 | 1011001 | 10101 | 11 | 1010000 | 101100 |
Color Harmonies of #CA2017
Complementary color
Monochromatic Colors of #CA2017
Black with #CA2017
Text Example
Text Example
White with #CA2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2017; }
p { color: rgb(202,32,23); }
H1.HeaderClassName
{
color: #CA2017;
}
.AnyTagClassName
{
color: #CA2017;
}
</style>
background-color css
<style>
a { background-color: #CA2017; }
a { background-color: rgb(202,32,23); }
div.DivClassName
{
background-color: #CA2017;
}
.BgClassName
{
background-color: #CA2017;
}
</style>
border-color css
<style>
span { border-color: #CA2017; }
span { border-color: rgb(202,32,23); }
td.TdClassName
{
border-color: #CA2017;
}
.TagClassName
{
border-color: #CA2017;
}
</style>