Html Css Color HEX #D9471E Harley Davidson Orange
📋 copy color: '#D9471E'red 217 ◦ green 71 ◦ blue 30
Shades of Harley Davidson Orange #D9471E
Tints of Harley Davidson Orange #D9471E
RGB
CMYK
RGB Variations
Color information
#D9471E (or 0xD9471E) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 1E. RGB value is (217,71,30). Sum of RGB (Red+Green+Blue) = 217+71+30=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9471E is #26B8E1. Grayscale: #6E6E6E. Windows color (decimal): -2537698 or 1984473. OLE color: 1984473.
HSL color Cylindrical-coordinate representation of color #D9471E: hue angle of 13.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9471E is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 30 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.15 |
| HSL | 13.16º | 0.76% | 0.48% | - |
| HSV(B) | 13.16º | 0.86% | 0.85% | - |
| XYZ | 31.1 | 19.35 | 3.32 | - |
| YUV | 109.98 | 82.87 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 30 | 0 | 0.67 | 0.86 | 0.15 | 13.16 | 0.76 | 0.48 |
| Hex | D9 | 47 | 1E | 0 | 43 | 56 | F | D | 4C | 30 |
| Octal | 331 | 107 | 36 | 0 | 103 | 126 | 17 | 15 | 114 | 60 |
| Binary | 11011001 | 1000111 | 11110 | 0 | 1000011 | 1010110 | 1111 | 1101 | 1001100 | 110000 |
Color Harmonies of #D9471E
Complementary color
Monochromatic Colors of #D9471E
Black with #D9471E
Text Example
Text Example
White with #D9471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9471E; }
p { color: rgb(217,71,30); }
H1.HeaderClassName
{
color: #D9471E;
}
.AnyTagClassName
{
color: #D9471E;
}
</style>
background-color css
<style>
a { background-color: #D9471E; }
a { background-color: rgb(217,71,30); }
div.DivClassName
{
background-color: #D9471E;
}
.BgClassName
{
background-color: #D9471E;
}
</style>
border-color css
<style>
span { border-color: #D9471E; }
span { border-color: rgb(217,71,30); }
td.TdClassName
{
border-color: #D9471E;
}
.TagClassName
{
border-color: #D9471E;
}
</style>