Html Css Color HEX #D3311D Harley Davidson Orange
📋 copy color: '#D3311D'red 211 ◦ green 49 ◦ blue 29
Shades of Harley Davidson Orange #D3311D
Tints of Harley Davidson Orange #D3311D
RGB
CMYK
RGB Variations
Color information
#D3311D (or 0xD3311D) is known color: Harley Davidson Orange. HEX triplet: D3, 31 and 1D. RGB value is (211,49,29). Sum of RGB (Red+Green+Blue) = 211+49+29=289 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.01% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 211 - color contains mainly: red. Hex color #D3311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3311D is #2CCEE2. Grayscale: #5F5F5F. Windows color (decimal): -2936547 or 1913299. OLE color: 1913299.
HSL color Cylindrical-coordinate representation of color #D3311D: hue angle of 6.59º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3311D is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 29 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.17 |
| HSL | 6.59º | 0.76% | 0.47% | - |
| HSV(B) | 6.59º | 0.86% | 0.83% | - |
| XYZ | 28.18 | 16.13 | 2.79 | - |
| YUV | 95.16 | 90.67 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 29 | 0 | 0.77 | 0.86 | 0.17 | 6.59 | 0.76 | 0.47 |
| Hex | D3 | 31 | 1D | 0 | 4D | 56 | 11 | 7 | 4C | 2F |
| Octal | 323 | 61 | 35 | 0 | 115 | 126 | 21 | 7 | 114 | 57 |
| Binary | 11010011 | 110001 | 11101 | 0 | 1001101 | 1010110 | 10001 | 111 | 1001100 | 101111 |
Color Harmonies of #D3311D
Complementary color
Monochromatic Colors of #D3311D
Black with #D3311D
Text Example
Text Example
White with #D3311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3311D; }
p { color: rgb(211,49,29); }
H1.HeaderClassName
{
color: #D3311D;
}
.AnyTagClassName
{
color: #D3311D;
}
</style>
background-color css
<style>
a { background-color: #D3311D; }
a { background-color: rgb(211,49,29); }
div.DivClassName
{
background-color: #D3311D;
}
.BgClassName
{
background-color: #D3311D;
}
</style>
border-color css
<style>
span { border-color: #D3311D; }
span { border-color: rgb(211,49,29); }
td.TdClassName
{
border-color: #D3311D;
}
.TagClassName
{
border-color: #D3311D;
}
</style>