Html Css Color HEX #D24418 Harley Davidson Orange
📋 copy color: '#D24418'red 210 ◦ green 68 ◦ blue 24
Shades of Harley Davidson Orange #D24418
Tints of Harley Davidson Orange #D24418
RGB
CMYK
RGB Variations
Color information
#D24418 (or 0xD24418) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 18. RGB value is (210,68,24). Sum of RGB (Red+Green+Blue) = 210+68+24=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D24418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24418 is #2DBBE7. Grayscale: #696969. Windows color (decimal): -2997224 or 1590482. OLE color: 1590482.
HSL color Cylindrical-coordinate representation of color #D24418: hue angle of 14.19º degrees, saturation: 0.79, 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 #D24418 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 24 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.18 |
| HSL | 14.19º | 0.79% | 0.46% | - |
| HSV(B) | 14.19º | 0.89% | 0.82% | - |
| XYZ | 28.81 | 17.9 | 2.8 | - |
| YUV | 105.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 24 | 0 | 0.68 | 0.89 | 0.18 | 14.19 | 0.79 | 0.46 |
| Hex | D2 | 44 | 18 | 0 | 44 | 59 | 12 | E | 4F | 2E |
| Octal | 322 | 104 | 30 | 0 | 104 | 131 | 22 | 16 | 117 | 56 |
| Binary | 11010010 | 1000100 | 11000 | 0 | 1000100 | 1011001 | 10010 | 1110 | 1001111 | 101110 |
Color Harmonies of #D24418
Complementary color
Monochromatic Colors of #D24418
Black with #D24418
Text Example
Text Example
White with #D24418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24418; }
p { color: rgb(210,68,24); }
H1.HeaderClassName
{
color: #D24418;
}
.AnyTagClassName
{
color: #D24418;
}
</style>
background-color css
<style>
a { background-color: #D24418; }
a { background-color: rgb(210,68,24); }
div.DivClassName
{
background-color: #D24418;
}
.BgClassName
{
background-color: #D24418;
}
</style>
border-color css
<style>
span { border-color: #D24418; }
span { border-color: rgb(210,68,24); }
td.TdClassName
{
border-color: #D24418;
}
.TagClassName
{
border-color: #D24418;
}
</style>