Html Css Color HEX #D24916 Harley Davidson Orange
📋 copy color: '#D24916'red 210 ◦ green 73 ◦ blue 22
Shades of Harley Davidson Orange #D24916
Tints of Harley Davidson Orange #D24916
RGB
CMYK
RGB Variations
Color information
#D24916 (or 0xD24916) is known color: Harley Davidson Orange. HEX triplet: D2, 49 and 16. RGB value is (210,73,22). Sum of RGB (Red+Green+Blue) = 210+73+22=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D24916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24916 is #2DB6E9. Grayscale: #6C6C6C. Windows color (decimal): -2995946 or 1460690. OLE color: 1460690.
HSL color Cylindrical-coordinate representation of color #D24916: hue angle of 16.28º 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 #D24916 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.18 |
| HSL | 16.28º | 0.81% | 0.45% | - |
| HSV(B) | 16.28º | 0.9% | 0.82% | - |
| XYZ | 29.11 | 18.52 | 2.8 | - |
| YUV | 108.15 | 79.39 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 22 | 0 | 0.65 | 0.90 | 0.18 | 16.28 | 0.81 | 0.45 |
| Hex | D2 | 49 | 16 | 0 | 41 | 5A | 12 | 10 | 51 | 2D |
| Octal | 322 | 111 | 26 | 0 | 101 | 132 | 22 | 20 | 121 | 55 |
| Binary | 11010010 | 1001001 | 10110 | 0 | 1000001 | 1011010 | 10010 | 10000 | 1010001 | 101101 |
Color Harmonies of #D24916
Complementary color
Monochromatic Colors of #D24916
Black with #D24916
Text Example
Text Example
White with #D24916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24916; }
p { color: rgb(210,73,22); }
H1.HeaderClassName
{
color: #D24916;
}
.AnyTagClassName
{
color: #D24916;
}
</style>
background-color css
<style>
a { background-color: #D24916; }
a { background-color: rgb(210,73,22); }
div.DivClassName
{
background-color: #D24916;
}
.BgClassName
{
background-color: #D24916;
}
</style>
border-color css
<style>
span { border-color: #D24916; }
span { border-color: rgb(210,73,22); }
td.TdClassName
{
border-color: #D24916;
}
.TagClassName
{
border-color: #D24916;
}
</style>