Html Css Color HEX #D81D0B Harley Davidson Orange
📋 copy color: '#D81D0B'red 216 ◦ green 29 ◦ blue 11
Shades of Harley Davidson Orange #D81D0B
Tints of Harley Davidson Orange #D81D0B
RGB
CMYK
RGB Variations
Color information
#D81D0B (or 0xD81D0B) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 0B. RGB value is (216,29,11). Sum of RGB (Red+Green+Blue) = 216+29+11=256 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.38% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D0B is #27E2F4. Grayscale: #535353. Windows color (decimal): -2614005 or 728536. OLE color: 728536.
HSL color Cylindrical-coordinate representation of color #D81D0B: hue angle of 5.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D81D0B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 11 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.15 |
| HSL | 5.27º | 0.9% | 0.45% | - |
| HSV(B) | 5.27º | 0.95% | 0.85% | - |
| XYZ | 28.82 | 15.5 | 1.79 | - |
| YUV | 82.86 | 87.45 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 11 | 0 | 0.87 | 0.95 | 0.15 | 5.27 | 0.9 | 0.45 |
| Hex | D8 | 1D | B | 0 | 57 | 5F | F | 5 | 5A | 2D |
| Octal | 330 | 35 | 13 | 0 | 127 | 137 | 17 | 5 | 132 | 55 |
| Binary | 11011000 | 11101 | 1011 | 0 | 1010111 | 1011111 | 1111 | 101 | 1011010 | 101101 |
Color Harmonies of #D81D0B
Complementary color
Monochromatic Colors of #D81D0B
Black with #D81D0B
Text Example
Text Example
White with #D81D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D0B; }
p { color: rgb(216,29,11); }
H1.HeaderClassName
{
color: #D81D0B;
}
.AnyTagClassName
{
color: #D81D0B;
}
</style>
background-color css
<style>
a { background-color: #D81D0B; }
a { background-color: rgb(216,29,11); }
div.DivClassName
{
background-color: #D81D0B;
}
.BgClassName
{
background-color: #D81D0B;
}
</style>
border-color css
<style>
span { border-color: #D81D0B; }
span { border-color: rgb(216,29,11); }
td.TdClassName
{
border-color: #D81D0B;
}
.TagClassName
{
border-color: #D81D0B;
}
</style>