Html Css Color HEX #D4311D Harley Davidson Orange
📋 copy color: '#D4311D'red 212 ◦ green 49 ◦ blue 29
Shades of Harley Davidson Orange #D4311D
Tints of Harley Davidson Orange #D4311D
RGB
CMYK
RGB Variations
Color information
#D4311D (or 0xD4311D) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 1D. RGB value is (212,49,29). Sum of RGB (Red+Green+Blue) = 212+49+29=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4311D is #2BCEE2. Grayscale: #5F5F5F. Windows color (decimal): -2871011 or 1913300. OLE color: 1913300.
HSL color Cylindrical-coordinate representation of color #D4311D: hue angle of 6.56º 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 #D4311D is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 29 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.17 |
| HSL | 6.56º | 0.76% | 0.47% | - |
| HSV(B) | 6.56º | 0.86% | 0.83% | - |
| XYZ | 28.47 | 16.28 | 2.8 | - |
| YUV | 95.46 | 90.5 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 29 | 0 | 0.77 | 0.86 | 0.17 | 6.56 | 0.76 | 0.47 |
| Hex | D4 | 31 | 1D | 0 | 4D | 56 | 11 | 7 | 4C | 2F |
| Octal | 324 | 61 | 35 | 0 | 115 | 126 | 21 | 7 | 114 | 57 |
| Binary | 11010100 | 110001 | 11101 | 0 | 1001101 | 1010110 | 10001 | 111 | 1001100 | 101111 |
Color Harmonies of #D4311D
Complementary color
Monochromatic Colors of #D4311D
Black with #D4311D
Text Example
Text Example
White with #D4311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4311D; }
p { color: rgb(212,49,29); }
H1.HeaderClassName
{
color: #D4311D;
}
.AnyTagClassName
{
color: #D4311D;
}
</style>
background-color css
<style>
a { background-color: #D4311D; }
a { background-color: rgb(212,49,29); }
div.DivClassName
{
background-color: #D4311D;
}
.BgClassName
{
background-color: #D4311D;
}
</style>
border-color css
<style>
span { border-color: #D4311D; }
span { border-color: rgb(212,49,29); }
td.TdClassName
{
border-color: #D4311D;
}
.TagClassName
{
border-color: #D4311D;
}
</style>