Html Css Color HEX #D24911 Harley Davidson Orange
📋 copy color: '#D24911'red 210 ◦ green 73 ◦ blue 17
Shades of Harley Davidson Orange #D24911
Tints of Harley Davidson Orange #D24911
RGB
CMYK
RGB Variations
Color information
#D24911 (or 0xD24911) is known color: Harley Davidson Orange. HEX triplet: D2, 49 and 11. RGB value is (210,73,17). Sum of RGB (Red+Green+Blue) = 210+73+17=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D24911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24911 is #2DB6EE. Grayscale: #6B6B6B. Windows color (decimal): -2995951 or 1133010. OLE color: 1133010.
HSL color Cylindrical-coordinate representation of color #D24911: hue angle of 17.41º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D24911 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.18 |
| HSL | 17.41º | 0.85% | 0.45% | - |
| HSV(B) | 17.41º | 0.92% | 0.82% | - |
| XYZ | 29.06 | 18.51 | 2.57 | - |
| YUV | 107.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 17 | 0 | 0.65 | 0.92 | 0.18 | 17.41 | 0.85 | 0.45 |
| Hex | D2 | 49 | 11 | 0 | 41 | 5C | 12 | 11 | 55 | 2D |
| Octal | 322 | 111 | 21 | 0 | 101 | 134 | 22 | 21 | 125 | 55 |
| Binary | 11010010 | 1001001 | 10001 | 0 | 1000001 | 1011100 | 10010 | 10001 | 1010101 | 101101 |
Color Harmonies of #D24911
Complementary color
Monochromatic Colors of #D24911
Black with #D24911
Text Example
Text Example
White with #D24911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24911; }
p { color: rgb(210,73,17); }
H1.HeaderClassName
{
color: #D24911;
}
.AnyTagClassName
{
color: #D24911;
}
</style>
background-color css
<style>
a { background-color: #D24911; }
a { background-color: rgb(210,73,17); }
div.DivClassName
{
background-color: #D24911;
}
.BgClassName
{
background-color: #D24911;
}
</style>
border-color css
<style>
span { border-color: #D24911; }
span { border-color: rgb(210,73,17); }
td.TdClassName
{
border-color: #D24911;
}
.TagClassName
{
border-color: #D24911;
}
</style>