Html Css Color HEX #D92908 Harley Davidson Orange
📋 copy color: '#D92908'red 217 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #D92908
Tints of Harley Davidson Orange #D92908
RGB
CMYK
RGB Variations
Color information
#D92908 (or 0xD92908) is known color: Harley Davidson Orange. HEX triplet: D9, 29 and 08. RGB value is (217,41,8). Sum of RGB (Red+Green+Blue) = 217+41+8=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D92908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92908 is #26D6F7. Grayscale: #5A5A5A. Windows color (decimal): -2545400 or 535001. OLE color: 535001.
HSL color Cylindrical-coordinate representation of color #D92908: hue angle of 9.47º 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 #D92908 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 8 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.15 |
| HSL | 9.47º | 0.93% | 0.44% | - |
| HSV(B) | 9.47º | 0.96% | 0.85% | - |
| XYZ | 29.45 | 16.36 | 1.83 | - |
| YUV | 89.86 | 81.81 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 8 | 0 | 0.81 | 0.96 | 0.15 | 9.47 | 0.93 | 0.44 |
| Hex | D9 | 29 | 8 | 0 | 51 | 60 | F | 9 | 5D | 2C |
| Octal | 331 | 51 | 10 | 0 | 121 | 140 | 17 | 11 | 135 | 54 |
| Binary | 11011001 | 101001 | 1000 | 0 | 1010001 | 1100000 | 1111 | 1001 | 1011101 | 101100 |
Color Harmonies of #D92908
Complementary color
Monochromatic Colors of #D92908
Black with #D92908
Text Example
Text Example
White with #D92908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92908; }
p { color: rgb(217,41,8); }
H1.HeaderClassName
{
color: #D92908;
}
.AnyTagClassName
{
color: #D92908;
}
</style>
background-color css
<style>
a { background-color: #D92908; }
a { background-color: rgb(217,41,8); }
div.DivClassName
{
background-color: #D92908;
}
.BgClassName
{
background-color: #D92908;
}
</style>
border-color css
<style>
span { border-color: #D92908; }
span { border-color: rgb(217,41,8); }
td.TdClassName
{
border-color: #D92908;
}
.TagClassName
{
border-color: #D92908;
}
</style>