Html Css Color HEX #D92D08 Harley Davidson Orange
📋 copy color: '#D92D08'red 217 ◦ green 45 ◦ blue 8
Shades of Harley Davidson Orange #D92D08
Tints of Harley Davidson Orange #D92D08
RGB
CMYK
RGB Variations
Color information
#D92D08 (or 0xD92D08) is known color: Harley Davidson Orange. HEX triplet: D9, 2D and 08. RGB value is (217,45,8). Sum of RGB (Red+Green+Blue) = 217+45+8=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92D08 is #26D2F7. Grayscale: #5C5C5C. Windows color (decimal): -2544376 or 536025. OLE color: 536025.
HSL color Cylindrical-coordinate representation of color #D92D08: hue angle of 10.62º 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 #D92D08 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 8 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.15 |
| HSL | 10.62º | 0.93% | 0.44% | - |
| HSV(B) | 10.62º | 0.96% | 0.85% | - |
| XYZ | 29.6 | 16.65 | 1.88 | - |
| YUV | 92.21 | 80.48 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 8 | 0 | 0.79 | 0.96 | 0.15 | 10.62 | 0.93 | 0.44 |
| Hex | D9 | 2D | 8 | 0 | 4F | 60 | F | B | 5D | 2C |
| Octal | 331 | 55 | 10 | 0 | 117 | 140 | 17 | 13 | 135 | 54 |
| Binary | 11011001 | 101101 | 1000 | 0 | 1001111 | 1100000 | 1111 | 1011 | 1011101 | 101100 |
Color Harmonies of #D92D08
Complementary color
Monochromatic Colors of #D92D08
Black with #D92D08
Text Example
Text Example
White with #D92D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D08; }
p { color: rgb(217,45,8); }
H1.HeaderClassName
{
color: #D92D08;
}
.AnyTagClassName
{
color: #D92D08;
}
</style>
background-color css
<style>
a { background-color: #D92D08; }
a { background-color: rgb(217,45,8); }
div.DivClassName
{
background-color: #D92D08;
}
.BgClassName
{
background-color: #D92D08;
}
</style>
border-color css
<style>
span { border-color: #D92D08; }
span { border-color: rgb(217,45,8); }
td.TdClassName
{
border-color: #D92D08;
}
.TagClassName
{
border-color: #D92D08;
}
</style>