Html Css Color HEX #D24412 Harley Davidson Orange
📋 copy color: '#D24412'red 210 ◦ green 68 ◦ blue 18
Shades of Harley Davidson Orange #D24412
Tints of Harley Davidson Orange #D24412
RGB
CMYK
RGB Variations
Color information
#D24412 (or 0xD24412) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 12. RGB value is (210,68,18). Sum of RGB (Red+Green+Blue) = 210+68+18=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D24412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24412 is #2DBBED. Grayscale: #696969. Windows color (decimal): -2997230 or 1197266. OLE color: 1197266.
HSL color Cylindrical-coordinate representation of color #D24412: hue angle of 15.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D24412 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 18 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.18 |
| HSL | 15.63º | 0.84% | 0.45% | - |
| HSV(B) | 15.63º | 0.91% | 0.82% | - |
| XYZ | 28.75 | 17.88 | 2.51 | - |
| YUV | 104.76 | 79.04 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 18 | 0 | 0.68 | 0.91 | 0.18 | 15.63 | 0.84 | 0.45 |
| Hex | D2 | 44 | 12 | 0 | 44 | 5B | 12 | 10 | 54 | 2D |
| Octal | 322 | 104 | 22 | 0 | 104 | 133 | 22 | 20 | 124 | 55 |
| Binary | 11010010 | 1000100 | 10010 | 0 | 1000100 | 1011011 | 10010 | 10000 | 1010100 | 101101 |
Color Harmonies of #D24412
Complementary color
Monochromatic Colors of #D24412
Black with #D24412
Text Example
Text Example
White with #D24412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24412; }
p { color: rgb(210,68,18); }
H1.HeaderClassName
{
color: #D24412;
}
.AnyTagClassName
{
color: #D24412;
}
</style>
background-color css
<style>
a { background-color: #D24412; }
a { background-color: rgb(210,68,18); }
div.DivClassName
{
background-color: #D24412;
}
.BgClassName
{
background-color: #D24412;
}
</style>
border-color css
<style>
span { border-color: #D24412; }
span { border-color: rgb(210,68,18); }
td.TdClassName
{
border-color: #D24412;
}
.TagClassName
{
border-color: #D24412;
}
</style>