Html Css Color HEX #D31D00 Harley Davidson Orange
📋 copy color: '#D31D00'red 211 ◦ green 29 ◦ blue 0
Shades of Harley Davidson Orange #D31D00
Tints of Harley Davidson Orange #D31D00
RGB
CMYK
RGB Variations
Color information
#D31D00 (or 0xD31D00) is known color: Harley Davidson Orange. HEX triplet: D3, 1D and 00. RGB value is (211,29,0). Sum of RGB (Red+Green+Blue) = 211+29+0=240 (31% of max value = 765). Red value is 211 (82.81% from 255 or 87.92% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31D00 is #2CE2FF. Grayscale: #505050. Windows color (decimal): -2941696 or 7635. OLE color: 7635.
HSL color Cylindrical-coordinate representation of color #D31D00: hue angle of 8.25º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D31D00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.17 |
| HSL | 8.25º | 1% | 0.41% | - |
| HSV(B) | 8.25º | 1% | 0.83% | - |
| XYZ | 27.3 | 14.73 | 1.4 | - |
| YUV | 80.11 | 82.8 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 0 | 0 | 0.86 | 1 | 0.17 | 8.25 | 1 | 0.41 |
| Hex | D3 | 1D | 0 | 0 | 56 | 64 | 11 | 8 | 64 | 29 |
| Octal | 323 | 35 | 0 | 0 | 126 | 144 | 21 | 10 | 144 | 51 |
| Binary | 11010011 | 11101 | 0 | 0 | 1010110 | 1100100 | 10001 | 1000 | 1100100 | 101001 |
Color Harmonies of #D31D00
Complementary color
Monochromatic Colors of #D31D00
Black with #D31D00
Text Example
Text Example
White with #D31D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31D00; }
p { color: rgb(211,29,0); }
H1.HeaderClassName
{
color: #D31D00;
}
.AnyTagClassName
{
color: #D31D00;
}
</style>
background-color css
<style>
a { background-color: #D31D00; }
a { background-color: rgb(211,29,0); }
div.DivClassName
{
background-color: #D31D00;
}
.BgClassName
{
background-color: #D31D00;
}
</style>
border-color css
<style>
span { border-color: #D31D00; }
span { border-color: rgb(211,29,0); }
td.TdClassName
{
border-color: #D31D00;
}
.TagClassName
{
border-color: #D31D00;
}
</style>