Html Css Color HEX #D24217 Harley Davidson Orange
📋 copy color: '#D24217'red 210 ◦ green 66 ◦ blue 23
Shades of Harley Davidson Orange #D24217
Tints of Harley Davidson Orange #D24217
RGB
CMYK
RGB Variations
Color information
#D24217 (or 0xD24217) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 17. RGB value is (210,66,23). Sum of RGB (Red+Green+Blue) = 210+66+23=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D24217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24217 is #2DBDE8. Grayscale: #686868. Windows color (decimal): -2997737 or 1524434. OLE color: 1524434.
HSL color Cylindrical-coordinate representation of color #D24217: hue angle of 13.8º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D24217 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 23 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.18 |
| HSL | 13.8º | 0.8% | 0.46% | - |
| HSV(B) | 13.8º | 0.89% | 0.82% | - |
| XYZ | 28.68 | 17.66 | 2.71 | - |
| YUV | 104.15 | 82.21 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 23 | 0 | 0.69 | 0.89 | 0.18 | 13.8 | 0.8 | 0.46 |
| Hex | D2 | 42 | 17 | 0 | 45 | 59 | 12 | E | 50 | 2E |
| Octal | 322 | 102 | 27 | 0 | 105 | 131 | 22 | 16 | 120 | 56 |
| Binary | 11010010 | 1000010 | 10111 | 0 | 1000101 | 1011001 | 10010 | 1110 | 1010000 | 101110 |
Color Harmonies of #D24217
Complementary color
Monochromatic Colors of #D24217
Black with #D24217
Text Example
Text Example
White with #D24217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24217; }
p { color: rgb(210,66,23); }
H1.HeaderClassName
{
color: #D24217;
}
.AnyTagClassName
{
color: #D24217;
}
</style>
background-color css
<style>
a { background-color: #D24217; }
a { background-color: rgb(210,66,23); }
div.DivClassName
{
background-color: #D24217;
}
.BgClassName
{
background-color: #D24217;
}
</style>
border-color css
<style>
span { border-color: #D24217; }
span { border-color: rgb(210,66,23); }
td.TdClassName
{
border-color: #D24217;
}
.TagClassName
{
border-color: #D24217;
}
</style>