Html Css Color HEX #D9471D Harley Davidson Orange
📋 copy color: '#D9471D'red 217 ◦ green 71 ◦ blue 29
Shades of Harley Davidson Orange #D9471D
Tints of Harley Davidson Orange #D9471D
RGB
CMYK
RGB Variations
Color information
#D9471D (or 0xD9471D) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 1D. RGB value is (217,71,29). Sum of RGB (Red+Green+Blue) = 217+71+29=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9471D is #26B8E2. Grayscale: #6E6E6E. Windows color (decimal): -2537699 or 1918937. OLE color: 1918937.
HSL color Cylindrical-coordinate representation of color #D9471D: hue angle of 13.4º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9471D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 29 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.15 |
| HSL | 13.4º | 0.76% | 0.48% | - |
| HSV(B) | 13.4º | 0.87% | 0.85% | - |
| XYZ | 31.09 | 19.35 | 3.26 | - |
| YUV | 109.87 | 82.37 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 29 | 0 | 0.67 | 0.87 | 0.15 | 13.4 | 0.76 | 0.48 |
| Hex | D9 | 47 | 1D | 0 | 43 | 57 | F | D | 4C | 30 |
| Octal | 331 | 107 | 35 | 0 | 103 | 127 | 17 | 15 | 114 | 60 |
| Binary | 11011001 | 1000111 | 11101 | 0 | 1000011 | 1010111 | 1111 | 1101 | 1001100 | 110000 |
Color Harmonies of #D9471D
Complementary color
Monochromatic Colors of #D9471D
Black with #D9471D
Text Example
Text Example
White with #D9471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9471D; }
p { color: rgb(217,71,29); }
H1.HeaderClassName
{
color: #D9471D;
}
.AnyTagClassName
{
color: #D9471D;
}
</style>
background-color css
<style>
a { background-color: #D9471D; }
a { background-color: rgb(217,71,29); }
div.DivClassName
{
background-color: #D9471D;
}
.BgClassName
{
background-color: #D9471D;
}
</style>
border-color css
<style>
span { border-color: #D9471D; }
span { border-color: rgb(217,71,29); }
td.TdClassName
{
border-color: #D9471D;
}
.TagClassName
{
border-color: #D9471D;
}
</style>