Html Css Color HEX #D4311E Harley Davidson Orange
📋 copy color: '#D4311E'red 212 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #D4311E
Tints of Harley Davidson Orange #D4311E
RGB
CMYK
RGB Variations
Color information
#D4311E (or 0xD4311E) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 1E. RGB value is (212,49,30). Sum of RGB (Red+Green+Blue) = 212+49+30=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4311E is #2BCEE1. Grayscale: #5F5F5F. Windows color (decimal): -2871010 or 1978836. OLE color: 1978836.
HSL color Cylindrical-coordinate representation of color #D4311E: hue angle of 6.26º degrees, saturation: 0.75, 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 #D4311E is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 30 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.17 |
| HSL | 6.26º | 0.75% | 0.47% | - |
| HSV(B) | 6.26º | 0.86% | 0.83% | - |
| XYZ | 28.48 | 16.29 | 2.87 | - |
| YUV | 95.57 | 91 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 30 | 0 | 0.77 | 0.86 | 0.17 | 6.26 | 0.75 | 0.47 |
| Hex | D4 | 31 | 1E | 0 | 4D | 56 | 11 | 6 | 4B | 2F |
| Octal | 324 | 61 | 36 | 0 | 115 | 126 | 21 | 6 | 113 | 57 |
| Binary | 11010100 | 110001 | 11110 | 0 | 1001101 | 1010110 | 10001 | 110 | 1001011 | 101111 |
Color Harmonies of #D4311E
Complementary color
Monochromatic Colors of #D4311E
Black with #D4311E
Text Example
Text Example
White with #D4311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4311E; }
p { color: rgb(212,49,30); }
H1.HeaderClassName
{
color: #D4311E;
}
.AnyTagClassName
{
color: #D4311E;
}
</style>
background-color css
<style>
a { background-color: #D4311E; }
a { background-color: rgb(212,49,30); }
div.DivClassName
{
background-color: #D4311E;
}
.BgClassName
{
background-color: #D4311E;
}
</style>
border-color css
<style>
span { border-color: #D4311E; }
span { border-color: rgb(212,49,30); }
td.TdClassName
{
border-color: #D4311E;
}
.TagClassName
{
border-color: #D4311E;
}
</style>