Html Css Color HEX #D1471F Harley Davidson Orange
📋 copy color: '#D1471F'red 209 ◦ green 71 ◦ blue 31
Shades of Harley Davidson Orange #D1471F
Tints of Harley Davidson Orange #D1471F
RGB
CMYK
RGB Variations
Color information
#D1471F (or 0xD1471F) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 1F. RGB value is (209,71,31). Sum of RGB (Red+Green+Blue) = 209+71+31=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D1471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1471F is #2EB8E0. Grayscale: #6C6C6C. Windows color (decimal): -3061985 or 2050001. OLE color: 2050001.
HSL color Cylindrical-coordinate representation of color #D1471F: hue angle of 13.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1471F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 31 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.18 |
| HSL | 13.48º | 0.74% | 0.47% | - |
| HSV(B) | 13.48º | 0.85% | 0.82% | - |
| XYZ | 28.8 | 18.16 | 3.28 | - |
| YUV | 107.7 | 84.72 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 31 | 0 | 0.66 | 0.85 | 0.18 | 13.48 | 0.74 | 0.47 |
| Hex | D1 | 47 | 1F | 0 | 42 | 55 | 12 | D | 4A | 2F |
| Octal | 321 | 107 | 37 | 0 | 102 | 125 | 22 | 15 | 112 | 57 |
| Binary | 11010001 | 1000111 | 11111 | 0 | 1000010 | 1010101 | 10010 | 1101 | 1001010 | 101111 |
Color Harmonies of #D1471F
Complementary color
Monochromatic Colors of #D1471F
Black with #D1471F
Text Example
Text Example
White with #D1471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1471F; }
p { color: rgb(209,71,31); }
H1.HeaderClassName
{
color: #D1471F;
}
.AnyTagClassName
{
color: #D1471F;
}
</style>
background-color css
<style>
a { background-color: #D1471F; }
a { background-color: rgb(209,71,31); }
div.DivClassName
{
background-color: #D1471F;
}
.BgClassName
{
background-color: #D1471F;
}
</style>
border-color css
<style>
span { border-color: #D1471F; }
span { border-color: rgb(209,71,31); }
td.TdClassName
{
border-color: #D1471F;
}
.TagClassName
{
border-color: #D1471F;
}
</style>