Html Css Color HEX #D4471E Harley Davidson Orange
📋 copy color: '#D4471E'red 212 ◦ green 71 ◦ blue 30
Shades of Harley Davidson Orange #D4471E
Tints of Harley Davidson Orange #D4471E
RGB
CMYK
RGB Variations
Color information
#D4471E (or 0xD4471E) is known color: Harley Davidson Orange. HEX triplet: D4, 47 and 1E. RGB value is (212,71,30). Sum of RGB (Red+Green+Blue) = 212+71+30=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D4471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4471E is #2BB8E1. Grayscale: #6C6C6C. Windows color (decimal): -2865378 or 1984468. OLE color: 1984468.
HSL color Cylindrical-coordinate representation of color #D4471E: hue angle of 13.52º 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 #D4471E is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 30 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.17 |
| HSL | 13.52º | 0.75% | 0.47% | - |
| HSV(B) | 13.52º | 0.86% | 0.83% | - |
| XYZ | 29.64 | 18.6 | 3.26 | - |
| YUV | 108.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 30 | 0 | 0.67 | 0.86 | 0.17 | 13.52 | 0.75 | 0.47 |
| Hex | D4 | 47 | 1E | 0 | 43 | 56 | 11 | E | 4B | 2F |
| Octal | 324 | 107 | 36 | 0 | 103 | 126 | 21 | 16 | 113 | 57 |
| Binary | 11010100 | 1000111 | 11110 | 0 | 1000011 | 1010110 | 10001 | 1110 | 1001011 | 101111 |
Color Harmonies of #D4471E
Complementary color
Monochromatic Colors of #D4471E
Black with #D4471E
Text Example
Text Example
White with #D4471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4471E; }
p { color: rgb(212,71,30); }
H1.HeaderClassName
{
color: #D4471E;
}
.AnyTagClassName
{
color: #D4471E;
}
</style>
background-color css
<style>
a { background-color: #D4471E; }
a { background-color: rgb(212,71,30); }
div.DivClassName
{
background-color: #D4471E;
}
.BgClassName
{
background-color: #D4471E;
}
</style>
border-color css
<style>
span { border-color: #D4471E; }
span { border-color: rgb(212,71,30); }
td.TdClassName
{
border-color: #D4471E;
}
.TagClassName
{
border-color: #D4471E;
}
</style>