Html Css Color HEX #D24712 Harley Davidson Orange
📋 copy color: '#D24712'red 210 ◦ green 71 ◦ blue 18
Shades of Harley Davidson Orange #D24712
Tints of Harley Davidson Orange #D24712
RGB
CMYK
RGB Variations
Color information
#D24712 (or 0xD24712) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 12. RGB value is (210,71,18). Sum of RGB (Red+Green+Blue) = 210+71+18=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D24712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24712 is #2DB8ED. Grayscale: #6A6A6A. Windows color (decimal): -2996462 or 1198034. OLE color: 1198034.
HSL color Cylindrical-coordinate representation of color #D24712: hue angle of 16.56º 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 #D24712 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.18 |
| HSL | 16.56º | 0.84% | 0.45% | - |
| HSV(B) | 16.56º | 0.91% | 0.82% | - |
| XYZ | 28.94 | 18.25 | 2.57 | - |
| YUV | 106.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 18 | 0 | 0.66 | 0.91 | 0.18 | 16.56 | 0.84 | 0.45 |
| Hex | D2 | 47 | 12 | 0 | 42 | 5B | 12 | 11 | 54 | 2D |
| Octal | 322 | 107 | 22 | 0 | 102 | 133 | 22 | 21 | 124 | 55 |
| Binary | 11010010 | 1000111 | 10010 | 0 | 1000010 | 1011011 | 10010 | 10001 | 1010100 | 101101 |
Color Harmonies of #D24712
Complementary color
Monochromatic Colors of #D24712
Black with #D24712
Text Example
Text Example
White with #D24712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24712; }
p { color: rgb(210,71,18); }
H1.HeaderClassName
{
color: #D24712;
}
.AnyTagClassName
{
color: #D24712;
}
</style>
background-color css
<style>
a { background-color: #D24712; }
a { background-color: rgb(210,71,18); }
div.DivClassName
{
background-color: #D24712;
}
.BgClassName
{
background-color: #D24712;
}
</style>
border-color css
<style>
span { border-color: #D24712; }
span { border-color: rgb(210,71,18); }
td.TdClassName
{
border-color: #D24712;
}
.TagClassName
{
border-color: #D24712;
}
</style>