Html Css Color HEX #CA4617 Harley Davidson Orange
📋 copy color: '#CA4617'red 202 ◦ green 70 ◦ blue 23
Shades of Harley Davidson Orange #CA4617
Tints of Harley Davidson Orange #CA4617
RGB
CMYK
RGB Variations
Color information
#CA4617 (or 0xCA4617) is known color: Harley Davidson Orange. HEX triplet: CA, 46 and 17. RGB value is (202,70,23). Sum of RGB (Red+Green+Blue) = 202+70+23=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4617 is #35B9E8. Grayscale: #686868. Windows color (decimal): -3521001 or 1525450. OLE color: 1525450.
HSL color Cylindrical-coordinate representation of color #CA4617: hue angle of 15.75º 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 #CA4617 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 23 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.21 |
| HSL | 15.75º | 0.8% | 0.44% | - |
| HSV(B) | 15.75º | 0.89% | 0.79% | - |
| XYZ | 26.7 | 17 | 2.68 | - |
| YUV | 104.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 23 | 0 | 0.65 | 0.89 | 0.21 | 15.75 | 0.8 | 0.44 |
| Hex | CA | 46 | 17 | 0 | 41 | 59 | 15 | 10 | 50 | 2C |
| Octal | 312 | 106 | 27 | 0 | 101 | 131 | 25 | 20 | 120 | 54 |
| Binary | 11001010 | 1000110 | 10111 | 0 | 1000001 | 1011001 | 10101 | 10000 | 1010000 | 101100 |
Color Harmonies of #CA4617
Complementary color
Monochromatic Colors of #CA4617
Black with #CA4617
Text Example
Text Example
White with #CA4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4617; }
p { color: rgb(202,70,23); }
H1.HeaderClassName
{
color: #CA4617;
}
.AnyTagClassName
{
color: #CA4617;
}
</style>
background-color css
<style>
a { background-color: #CA4617; }
a { background-color: rgb(202,70,23); }
div.DivClassName
{
background-color: #CA4617;
}
.BgClassName
{
background-color: #CA4617;
}
</style>
border-color css
<style>
span { border-color: #CA4617; }
span { border-color: rgb(202,70,23); }
td.TdClassName
{
border-color: #CA4617;
}
.TagClassName
{
border-color: #CA4617;
}
</style>