Html Css Color HEX #D81D1D Harley Davidson Orange
📋 copy color: '#D81D1D'red 216 ◦ green 29 ◦ blue 29
Shades of Harley Davidson Orange #D81D1D
Tints of Harley Davidson Orange #D81D1D
RGB
CMYK
RGB Variations
Color information
#D81D1D (or 0xD81D1D) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 1D. RGB value is (216,29,29). Sum of RGB (Red+Green+Blue) = 216+29+29=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D1D is #27E2E2. Grayscale: #555555. Windows color (decimal): -2613987 or 1908184. OLE color: 1908184.
HSL color Cylindrical-coordinate representation of color #D81D1D: hue angle of 0º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D1D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 29 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.15 |
| HSL | 0º | 0.76% | 0.48% | - |
| HSV(B) | 0º | 0.87% | 0.85% | - |
| XYZ | 28.98 | 15.57 | 2.64 | - |
| YUV | 84.91 | 96.45 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 29 | 0 | 0.87 | 0.87 | 0.15 | 0 | 0.76 | 0.48 |
| Hex | D8 | 1D | 1D | 0 | 57 | 57 | F | 0 | 4C | 30 |
| Octal | 330 | 35 | 35 | 0 | 127 | 127 | 17 | 0 | 114 | 60 |
| Binary | 11011000 | 11101 | 11101 | 0 | 1010111 | 1010111 | 1111 | 0 | 1001100 | 110000 |
Color Harmonies of #D81D1D
Complementary color
Monochromatic Colors of #D81D1D
Black with #D81D1D
Text Example
Text Example
White with #D81D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D1D; }
p { color: rgb(216,29,29); }
H1.HeaderClassName
{
color: #D81D1D;
}
.AnyTagClassName
{
color: #D81D1D;
}
</style>
background-color css
<style>
a { background-color: #D81D1D; }
a { background-color: rgb(216,29,29); }
div.DivClassName
{
background-color: #D81D1D;
}
.BgClassName
{
background-color: #D81D1D;
}
</style>
border-color css
<style>
span { border-color: #D81D1D; }
span { border-color: rgb(216,29,29); }
td.TdClassName
{
border-color: #D81D1D;
}
.TagClassName
{
border-color: #D81D1D;
}
</style>