Html Css Color HEX #D81D09 Harley Davidson Orange
📋 copy color: '#D81D09'red 216 ◦ green 29 ◦ blue 9
Shades of Harley Davidson Orange #D81D09
Tints of Harley Davidson Orange #D81D09
RGB
CMYK
RGB Variations
Color information
#D81D09 (or 0xD81D09) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 09. RGB value is (216,29,9). Sum of RGB (Red+Green+Blue) = 216+29+9=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D09 is #27E2F6. Grayscale: #525252. Windows color (decimal): -2614007 or 597464. OLE color: 597464.
HSL color Cylindrical-coordinate representation of color #D81D09: hue angle of 5.8º degrees, saturation: 0.92, 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 #D81D09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.15 |
| HSL | 5.8º | 0.92% | 0.44% | - |
| HSV(B) | 5.8º | 0.96% | 0.85% | - |
| XYZ | 28.81 | 15.5 | 1.73 | - |
| YUV | 82.63 | 86.45 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 9 | 0 | 0.87 | 0.96 | 0.15 | 5.8 | 0.92 | 0.44 |
| Hex | D8 | 1D | 9 | 0 | 57 | 60 | F | 6 | 5C | 2C |
| Octal | 330 | 35 | 11 | 0 | 127 | 140 | 17 | 6 | 134 | 54 |
| Binary | 11011000 | 11101 | 1001 | 0 | 1010111 | 1100000 | 1111 | 110 | 1011100 | 101100 |
Color Harmonies of #D81D09
Complementary color
Monochromatic Colors of #D81D09
Black with #D81D09
Text Example
Text Example
White with #D81D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D09; }
p { color: rgb(216,29,9); }
H1.HeaderClassName
{
color: #D81D09;
}
.AnyTagClassName
{
color: #D81D09;
}
</style>
background-color css
<style>
a { background-color: #D81D09; }
a { background-color: rgb(216,29,9); }
div.DivClassName
{
background-color: #D81D09;
}
.BgClassName
{
background-color: #D81D09;
}
</style>
border-color css
<style>
span { border-color: #D81D09; }
span { border-color: rgb(216,29,9); }
td.TdClassName
{
border-color: #D81D09;
}
.TagClassName
{
border-color: #D81D09;
}
</style>