Html Css Color HEX #D1470D Harley Davidson Orange
📋 copy color: '#D1470D'red 209 ◦ green 71 ◦ blue 13
Shades of Harley Davidson Orange #D1470D
Tints of Harley Davidson Orange #D1470D
RGB
CMYK
RGB Variations
Color information
#D1470D (or 0xD1470D) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 0D. RGB value is (209,71,13). Sum of RGB (Red+Green+Blue) = 209+71+13=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1470D is #2EB8F2. Grayscale: #6A6A6A. Windows color (decimal): -3062003 or 870353. OLE color: 870353.
HSL color Cylindrical-coordinate representation of color #D1470D: hue angle of 17.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1470D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.18 |
| HSL | 17.76º | 0.88% | 0.44% | - |
| HSV(B) | 17.76º | 0.94% | 0.82% | - |
| XYZ | 28.62 | 18.09 | 2.36 | - |
| YUV | 105.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 13 | 0 | 0.66 | 0.94 | 0.18 | 17.76 | 0.88 | 0.44 |
| Hex | D1 | 47 | D | 0 | 42 | 5E | 12 | 12 | 58 | 2C |
| Octal | 321 | 107 | 15 | 0 | 102 | 136 | 22 | 22 | 130 | 54 |
| Binary | 11010001 | 1000111 | 1101 | 0 | 1000010 | 1011110 | 10010 | 10010 | 1011000 | 101100 |
Color Harmonies of #D1470D
Complementary color
Monochromatic Colors of #D1470D
Black with #D1470D
Text Example
Text Example
White with #D1470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1470D; }
p { color: rgb(209,71,13); }
H1.HeaderClassName
{
color: #D1470D;
}
.AnyTagClassName
{
color: #D1470D;
}
</style>
background-color css
<style>
a { background-color: #D1470D; }
a { background-color: rgb(209,71,13); }
div.DivClassName
{
background-color: #D1470D;
}
.BgClassName
{
background-color: #D1470D;
}
</style>
border-color css
<style>
span { border-color: #D1470D; }
span { border-color: rgb(209,71,13); }
td.TdClassName
{
border-color: #D1470D;
}
.TagClassName
{
border-color: #D1470D;
}
</style>