Html Css Color HEX #D91F08 Harley Davidson Orange
📋 copy color: '#D91F08'red 217 ◦ green 31 ◦ blue 8
Shades of Harley Davidson Orange #D91F08
Tints of Harley Davidson Orange #D91F08
RGB
CMYK
RGB Variations
Color information
#D91F08 (or 0xD91F08) is known color: Harley Davidson Orange. HEX triplet: D9, 1F and 08. RGB value is (217,31,8). Sum of RGB (Red+Green+Blue) = 217+31+8=256 (33% of max value = 765). Red value is 217 (85.16% from 255 or 84.77% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91F08 is #26E0F7. Grayscale: #545454. Windows color (decimal): -2547960 or 532441. OLE color: 532441.
HSL color Cylindrical-coordinate representation of color #D91F08: hue angle of 6.6º 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 #D91F08 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 8 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.15 |
| HSL | 6.6º | 0.93% | 0.44% | - |
| HSV(B) | 6.6º | 0.96% | 0.85% | - |
| XYZ | 29.15 | 15.75 | 1.73 | - |
| YUV | 83.99 | 85.12 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 8 | 0 | 0.86 | 0.96 | 0.15 | 6.6 | 0.93 | 0.44 |
| Hex | D9 | 1F | 8 | 0 | 56 | 60 | F | 7 | 5D | 2C |
| Octal | 331 | 37 | 10 | 0 | 126 | 140 | 17 | 7 | 135 | 54 |
| Binary | 11011001 | 11111 | 1000 | 0 | 1010110 | 1100000 | 1111 | 111 | 1011101 | 101100 |
Color Harmonies of #D91F08
Complementary color
Monochromatic Colors of #D91F08
Black with #D91F08
Text Example
Text Example
White with #D91F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91F08; }
p { color: rgb(217,31,8); }
H1.HeaderClassName
{
color: #D91F08;
}
.AnyTagClassName
{
color: #D91F08;
}
</style>
background-color css
<style>
a { background-color: #D91F08; }
a { background-color: rgb(217,31,8); }
div.DivClassName
{
background-color: #D91F08;
}
.BgClassName
{
background-color: #D91F08;
}
</style>
border-color css
<style>
span { border-color: #D91F08; }
span { border-color: rgb(217,31,8); }
td.TdClassName
{
border-color: #D91F08;
}
.TagClassName
{
border-color: #D91F08;
}
</style>