Html Css Color HEX #D92408 Harley Davidson Orange
📋 copy color: '#D92408'red 217 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #D92408
Tints of Harley Davidson Orange #D92408
RGB
CMYK
RGB Variations
Color information
#D92408 (or 0xD92408) is known color: Harley Davidson Orange. HEX triplet: D9, 24 and 08. RGB value is (217,36,8). Sum of RGB (Red+Green+Blue) = 217+36+8=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D92408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92408 is #26DBF7. Grayscale: #575757. Windows color (decimal): -2546680 or 533721. OLE color: 533721.
HSL color Cylindrical-coordinate representation of color #D92408: hue angle of 8.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D92408 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.15 |
| HSL | 8.04º | 0.93% | 0.44% | - |
| HSV(B) | 8.04º | 0.96% | 0.85% | - |
| XYZ | 29.29 | 16.03 | 1.78 | - |
| YUV | 86.93 | 83.47 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 8 | 0 | 0.83 | 0.96 | 0.15 | 8.04 | 0.93 | 0.44 |
| Hex | D9 | 24 | 8 | 0 | 53 | 60 | F | 8 | 5D | 2C |
| Octal | 331 | 44 | 10 | 0 | 123 | 140 | 17 | 10 | 135 | 54 |
| Binary | 11011001 | 100100 | 1000 | 0 | 1010011 | 1100000 | 1111 | 1000 | 1011101 | 101100 |
Color Harmonies of #D92408
Complementary color
Monochromatic Colors of #D92408
Black with #D92408
Text Example
Text Example
White with #D92408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92408; }
p { color: rgb(217,36,8); }
H1.HeaderClassName
{
color: #D92408;
}
.AnyTagClassName
{
color: #D92408;
}
</style>
background-color css
<style>
a { background-color: #D92408; }
a { background-color: rgb(217,36,8); }
div.DivClassName
{
background-color: #D92408;
}
.BgClassName
{
background-color: #D92408;
}
</style>
border-color css
<style>
span { border-color: #D92408; }
span { border-color: rgb(217,36,8); }
td.TdClassName
{
border-color: #D92408;
}
.TagClassName
{
border-color: #D92408;
}
</style>