Html Css Color HEX #D1470E Harley Davidson Orange
📋 copy color: '#D1470E'red 209 ◦ green 71 ◦ blue 14
Shades of Harley Davidson Orange #D1470E
Tints of Harley Davidson Orange #D1470E
RGB
CMYK
RGB Variations
Color information
#D1470E (or 0xD1470E) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 0E. RGB value is (209,71,14). Sum of RGB (Red+Green+Blue) = 209+71+14=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D1470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1470E is #2EB8F1. Grayscale: #6A6A6A. Windows color (decimal): -3062002 or 935889. OLE color: 935889.
HSL color Cylindrical-coordinate representation of color #D1470E: hue angle of 17.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1470E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.18 |
| HSL | 17.54º | 0.87% | 0.44% | - |
| HSV(B) | 17.54º | 0.93% | 0.82% | - |
| XYZ | 28.63 | 18.09 | 2.4 | - |
| YUV | 105.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 14 | 0 | 0.66 | 0.93 | 0.18 | 17.54 | 0.87 | 0.44 |
| Hex | D1 | 47 | E | 0 | 42 | 5D | 12 | 12 | 57 | 2C |
| Octal | 321 | 107 | 16 | 0 | 102 | 135 | 22 | 22 | 127 | 54 |
| Binary | 11010001 | 1000111 | 1110 | 0 | 1000010 | 1011101 | 10010 | 10010 | 1010111 | 101100 |
Color Harmonies of #D1470E
Complementary color
Monochromatic Colors of #D1470E
Black with #D1470E
Text Example
Text Example
White with #D1470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1470E; }
p { color: rgb(209,71,14); }
H1.HeaderClassName
{
color: #D1470E;
}
.AnyTagClassName
{
color: #D1470E;
}
</style>
background-color css
<style>
a { background-color: #D1470E; }
a { background-color: rgb(209,71,14); }
div.DivClassName
{
background-color: #D1470E;
}
.BgClassName
{
background-color: #D1470E;
}
</style>
border-color css
<style>
span { border-color: #D1470E; }
span { border-color: rgb(209,71,14); }
td.TdClassName
{
border-color: #D1470E;
}
.TagClassName
{
border-color: #D1470E;
}
</style>