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