Html Css Color HEX #D4471F Harley Davidson Orange
📋 copy color: '#D4471F'red 212 ◦ green 71 ◦ blue 31
Shades of Harley Davidson Orange #D4471F
Tints of Harley Davidson Orange #D4471F
RGB
CMYK
RGB Variations
Color information
#D4471F (or 0xD4471F) is known color: Harley Davidson Orange. HEX triplet: D4, 47 and 1F. RGB value is (212,71,31). Sum of RGB (Red+Green+Blue) = 212+71+31=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D4471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4471F is #2BB8E0. Grayscale: #6C6C6C. Windows color (decimal): -2865377 or 2050004. OLE color: 2050004.
HSL color Cylindrical-coordinate representation of color #D4471F: hue angle of 13.26º 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 #D4471F is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 31 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.17 |
| HSL | 13.26º | 0.74% | 0.48% | - |
| HSV(B) | 13.26º | 0.85% | 0.83% | - |
| XYZ | 29.65 | 18.6 | 3.32 | - |
| YUV | 108.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 31 | 0 | 0.67 | 0.85 | 0.17 | 13.26 | 0.74 | 0.48 |
| Hex | D4 | 47 | 1F | 0 | 43 | 55 | 11 | D | 4A | 30 |
| Octal | 324 | 107 | 37 | 0 | 103 | 125 | 21 | 15 | 112 | 60 |
| Binary | 11010100 | 1000111 | 11111 | 0 | 1000011 | 1010101 | 10001 | 1101 | 1001010 | 110000 |
Color Harmonies of #D4471F
Complementary color
Monochromatic Colors of #D4471F
Black with #D4471F
Text Example
Text Example
White with #D4471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4471F; }
p { color: rgb(212,71,31); }
H1.HeaderClassName
{
color: #D4471F;
}
.AnyTagClassName
{
color: #D4471F;
}
</style>
background-color css
<style>
a { background-color: #D4471F; }
a { background-color: rgb(212,71,31); }
div.DivClassName
{
background-color: #D4471F;
}
.BgClassName
{
background-color: #D4471F;
}
</style>
border-color css
<style>
span { border-color: #D4471F; }
span { border-color: rgb(212,71,31); }
td.TdClassName
{
border-color: #D4471F;
}
.TagClassName
{
border-color: #D4471F;
}
</style>