Html Css Color HEX #D24716 Harley Davidson Orange
📋 copy color: '#D24716'red 210 ◦ green 71 ◦ blue 22
Shades of Harley Davidson Orange #D24716
Tints of Harley Davidson Orange #D24716
RGB
CMYK
RGB Variations
Color information
#D24716 (or 0xD24716) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 16. RGB value is (210,71,22). Sum of RGB (Red+Green+Blue) = 210+71+22=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D24716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24716 is #2DB8E9. Grayscale: #6B6B6B. Windows color (decimal): -2996458 or 1460178. OLE color: 1460178.
HSL color Cylindrical-coordinate representation of color #D24716: hue angle of 15.64º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D24716 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.18 |
| HSL | 15.64º | 0.81% | 0.45% | - |
| HSV(B) | 15.64º | 0.9% | 0.82% | - |
| XYZ | 28.98 | 18.27 | 2.76 | - |
| YUV | 106.98 | 80.05 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 22 | 0 | 0.66 | 0.90 | 0.18 | 15.64 | 0.81 | 0.45 |
| Hex | D2 | 47 | 16 | 0 | 42 | 5A | 12 | 10 | 51 | 2D |
| Octal | 322 | 107 | 26 | 0 | 102 | 132 | 22 | 20 | 121 | 55 |
| Binary | 11010010 | 1000111 | 10110 | 0 | 1000010 | 1011010 | 10010 | 10000 | 1010001 | 101101 |
Color Harmonies of #D24716
Complementary color
Monochromatic Colors of #D24716
Black with #D24716
Text Example
Text Example
White with #D24716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24716; }
p { color: rgb(210,71,22); }
H1.HeaderClassName
{
color: #D24716;
}
.AnyTagClassName
{
color: #D24716;
}
</style>
background-color css
<style>
a { background-color: #D24716; }
a { background-color: rgb(210,71,22); }
div.DivClassName
{
background-color: #D24716;
}
.BgClassName
{
background-color: #D24716;
}
</style>
border-color css
<style>
span { border-color: #D24716; }
span { border-color: rgb(210,71,22); }
td.TdClassName
{
border-color: #D24716;
}
.TagClassName
{
border-color: #D24716;
}
</style>