Html Css Color HEX #D1470F Harley Davidson Orange
📋 copy color: '#D1470F'red 209 ◦ green 71 ◦ blue 15
Shades of Harley Davidson Orange #D1470F
Tints of Harley Davidson Orange #D1470F
RGB
CMYK
RGB Variations
Color information
#D1470F (or 0xD1470F) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 0F. RGB value is (209,71,15). Sum of RGB (Red+Green+Blue) = 209+71+15=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D1470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1470F is #2EB8F0. Grayscale: #6A6A6A. Windows color (decimal): -3062001 or 1001425. OLE color: 1001425.
HSL color Cylindrical-coordinate representation of color #D1470F: hue angle of 17.32º 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 #D1470F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.18 |
| HSL | 17.32º | 0.87% | 0.44% | - |
| HSV(B) | 17.32º | 0.93% | 0.82% | - |
| XYZ | 28.63 | 18.1 | 2.44 | - |
| YUV | 105.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 15 | 0 | 0.66 | 0.93 | 0.18 | 17.32 | 0.87 | 0.44 |
| Hex | D1 | 47 | F | 0 | 42 | 5D | 12 | 11 | 57 | 2C |
| Octal | 321 | 107 | 17 | 0 | 102 | 135 | 22 | 21 | 127 | 54 |
| Binary | 11010001 | 1000111 | 1111 | 0 | 1000010 | 1011101 | 10010 | 10001 | 1010111 | 101100 |
Color Harmonies of #D1470F
Complementary color
Monochromatic Colors of #D1470F
Black with #D1470F
Text Example
Text Example
White with #D1470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1470F; }
p { color: rgb(209,71,15); }
H1.HeaderClassName
{
color: #D1470F;
}
.AnyTagClassName
{
color: #D1470F;
}
</style>
background-color css
<style>
a { background-color: #D1470F; }
a { background-color: rgb(209,71,15); }
div.DivClassName
{
background-color: #D1470F;
}
.BgClassName
{
background-color: #D1470F;
}
</style>
border-color css
<style>
span { border-color: #D1470F; }
span { border-color: rgb(209,71,15); }
td.TdClassName
{
border-color: #D1470F;
}
.TagClassName
{
border-color: #D1470F;
}
</style>