Html Css Color HEX #D31D0E Harley Davidson Orange
📋 copy color: '#D31D0E'red 211 ◦ green 29 ◦ blue 14
Shades of Harley Davidson Orange #D31D0E
Tints of Harley Davidson Orange #D31D0E
RGB
CMYK
RGB Variations
Color information
#D31D0E (or 0xD31D0E) is known color: Harley Davidson Orange. HEX triplet: D3, 1D and 0E. RGB value is (211,29,14). Sum of RGB (Red+Green+Blue) = 211+29+14=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31D0E is #2CE2F1. Grayscale: #515151. Windows color (decimal): -2941682 or 925139. OLE color: 925139.
HSL color Cylindrical-coordinate representation of color #D31D0E: hue angle of 4.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D31D0E is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 14 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.17 |
| HSL | 4.57º | 0.88% | 0.44% | - |
| HSV(B) | 4.57º | 0.93% | 0.83% | - |
| XYZ | 27.38 | 14.76 | 1.82 | - |
| YUV | 81.71 | 89.8 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 14 | 0 | 0.86 | 0.93 | 0.17 | 4.57 | 0.88 | 0.44 |
| Hex | D3 | 1D | E | 0 | 56 | 5D | 11 | 5 | 58 | 2C |
| Octal | 323 | 35 | 16 | 0 | 126 | 135 | 21 | 5 | 130 | 54 |
| Binary | 11010011 | 11101 | 1110 | 0 | 1010110 | 1011101 | 10001 | 101 | 1011000 | 101100 |
Color Harmonies of #D31D0E
Complementary color
Monochromatic Colors of #D31D0E
Black with #D31D0E
Text Example
Text Example
White with #D31D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31D0E; }
p { color: rgb(211,29,14); }
H1.HeaderClassName
{
color: #D31D0E;
}
.AnyTagClassName
{
color: #D31D0E;
}
</style>
background-color css
<style>
a { background-color: #D31D0E; }
a { background-color: rgb(211,29,14); }
div.DivClassName
{
background-color: #D31D0E;
}
.BgClassName
{
background-color: #D31D0E;
}
</style>
border-color css
<style>
span { border-color: #D31D0E; }
span { border-color: rgb(211,29,14); }
td.TdClassName
{
border-color: #D31D0E;
}
.TagClassName
{
border-color: #D31D0E;
}
</style>