Html Css Color HEX #D3311F Harley Davidson Orange
📋 copy color: '#D3311F'red 211 ◦ green 49 ◦ blue 31
Shades of Harley Davidson Orange #D3311F
Tints of Harley Davidson Orange #D3311F
RGB
CMYK
RGB Variations
Color information
#D3311F (or 0xD3311F) is known color: Harley Davidson Orange. HEX triplet: D3, 31 and 1F. RGB value is (211,49,31). Sum of RGB (Red+Green+Blue) = 211+49+31=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D3311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3311F is #2CCEE0. Grayscale: #5F5F5F. Windows color (decimal): -2936545 or 2044371. OLE color: 2044371.
HSL color Cylindrical-coordinate representation of color #D3311F: hue angle of 6º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3311F is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 31 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.17 |
| HSL | 6º | 0.74% | 0.47% | - |
| HSV(B) | 6º | 0.85% | 0.83% | - |
| XYZ | 28.21 | 16.14 | 2.93 | - |
| YUV | 95.39 | 91.67 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 31 | 0 | 0.77 | 0.85 | 0.17 | 6 | 0.74 | 0.47 |
| Hex | D3 | 31 | 1F | 0 | 4D | 55 | 11 | 6 | 4A | 2F |
| Octal | 323 | 61 | 37 | 0 | 115 | 125 | 21 | 6 | 112 | 57 |
| Binary | 11010011 | 110001 | 11111 | 0 | 1001101 | 1010101 | 10001 | 110 | 1001010 | 101111 |
Color Harmonies of #D3311F
Complementary color
Monochromatic Colors of #D3311F
Black with #D3311F
Text Example
Text Example
White with #D3311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3311F; }
p { color: rgb(211,49,31); }
H1.HeaderClassName
{
color: #D3311F;
}
.AnyTagClassName
{
color: #D3311F;
}
</style>
background-color css
<style>
a { background-color: #D3311F; }
a { background-color: rgb(211,49,31); }
div.DivClassName
{
background-color: #D3311F;
}
.BgClassName
{
background-color: #D3311F;
}
</style>
border-color css
<style>
span { border-color: #D3311F; }
span { border-color: rgb(211,49,31); }
td.TdClassName
{
border-color: #D3311F;
}
.TagClassName
{
border-color: #D3311F;
}
</style>