Html Css Color HEX #D4311F Harley Davidson Orange
📋 copy color: '#D4311F'red 212 ◦ green 49 ◦ blue 31
Shades of Harley Davidson Orange #D4311F
Tints of Harley Davidson Orange #D4311F
RGB
CMYK
RGB Variations
Color information
#D4311F (or 0xD4311F) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 1F. RGB value is (212,49,31). Sum of RGB (Red+Green+Blue) = 212+49+31=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4311F is #2BCEE0. Grayscale: #5F5F5F. Windows color (decimal): -2871009 or 2044372. OLE color: 2044372.
HSL color Cylindrical-coordinate representation of color #D4311F: hue angle of 5.97º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4311F is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 31 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.17 |
| HSL | 5.97º | 0.74% | 0.48% | - |
| HSV(B) | 5.97º | 0.85% | 0.83% | - |
| XYZ | 28.5 | 16.29 | 2.94 | - |
| YUV | 95.69 | 91.5 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 31 | 0 | 0.77 | 0.85 | 0.17 | 5.97 | 0.74 | 0.48 |
| Hex | D4 | 31 | 1F | 0 | 4D | 55 | 11 | 6 | 4A | 30 |
| Octal | 324 | 61 | 37 | 0 | 115 | 125 | 21 | 6 | 112 | 60 |
| Binary | 11010100 | 110001 | 11111 | 0 | 1001101 | 1010101 | 10001 | 110 | 1001010 | 110000 |
Color Harmonies of #D4311F
Complementary color
Monochromatic Colors of #D4311F
Black with #D4311F
Text Example
Text Example
White with #D4311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4311F; }
p { color: rgb(212,49,31); }
H1.HeaderClassName
{
color: #D4311F;
}
.AnyTagClassName
{
color: #D4311F;
}
</style>
background-color css
<style>
a { background-color: #D4311F; }
a { background-color: rgb(212,49,31); }
div.DivClassName
{
background-color: #D4311F;
}
.BgClassName
{
background-color: #D4311F;
}
</style>
border-color css
<style>
span { border-color: #D4311F; }
span { border-color: rgb(212,49,31); }
td.TdClassName
{
border-color: #D4311F;
}
.TagClassName
{
border-color: #D4311F;
}
</style>