Html Css Color HEX #CA2D17 Harley Davidson Orange
📋 copy color: '#CA2D17'red 202 ◦ green 45 ◦ blue 23
Shades of Harley Davidson Orange #CA2D17
Tints of Harley Davidson Orange #CA2D17
RGB
CMYK
RGB Variations
Color information
#CA2D17 (or 0xCA2D17) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 17. RGB value is (202,45,23). Sum of RGB (Red+Green+Blue) = 202+45+23=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2D17 is #35D2E8. Grayscale: #595959. Windows color (decimal): -3527401 or 1519050. OLE color: 1519050.
HSL color Cylindrical-coordinate representation of color #CA2D17: hue angle of 7.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 #CA2D17 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 23 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.21 |
| HSL | 7.37º | 0.8% | 0.44% | - |
| HSV(B) | 7.37º | 0.89% | 0.79% | - |
| XYZ | 25.45 | 14.5 | 2.27 | - |
| YUV | 89.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 23 | 0 | 0.78 | 0.89 | 0.21 | 7.37 | 0.8 | 0.44 |
| Hex | CA | 2D | 17 | 0 | 4E | 59 | 15 | 7 | 50 | 2C |
| Octal | 312 | 55 | 27 | 0 | 116 | 131 | 25 | 7 | 120 | 54 |
| Binary | 11001010 | 101101 | 10111 | 0 | 1001110 | 1011001 | 10101 | 111 | 1010000 | 101100 |
Color Harmonies of #CA2D17
Complementary color
Monochromatic Colors of #CA2D17
Black with #CA2D17
Text Example
Text Example
White with #CA2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D17; }
p { color: rgb(202,45,23); }
H1.HeaderClassName
{
color: #CA2D17;
}
.AnyTagClassName
{
color: #CA2D17;
}
</style>
background-color css
<style>
a { background-color: #CA2D17; }
a { background-color: rgb(202,45,23); }
div.DivClassName
{
background-color: #CA2D17;
}
.BgClassName
{
background-color: #CA2D17;
}
</style>
border-color css
<style>
span { border-color: #CA2D17; }
span { border-color: rgb(202,45,23); }
td.TdClassName
{
border-color: #CA2D17;
}
.TagClassName
{
border-color: #CA2D17;
}
</style>