Html Css Color HEX #D1310D Harley Davidson Orange
📋 copy color: '#D1310D'red 209 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #D1310D
Tints of Harley Davidson Orange #D1310D
RGB
CMYK
RGB Variations
Color information
#D1310D (or 0xD1310D) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 0D. RGB value is (209,49,13). Sum of RGB (Red+Green+Blue) = 209+49+13=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1310D is #2ECEF2. Grayscale: #5D5D5D. Windows color (decimal): -3067635 or 864721. OLE color: 864721.
HSL color Cylindrical-coordinate representation of color #D1310D: hue angle of 11.02º 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 #D1310D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.18 |
| HSL | 11.02º | 0.88% | 0.44% | - |
| HSV(B) | 11.02º | 0.94% | 0.82% | - |
| XYZ | 27.47 | 15.78 | 1.98 | - |
| YUV | 92.74 | 83.01 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 13 | 0 | 0.77 | 0.94 | 0.18 | 11.02 | 0.88 | 0.44 |
| Hex | D1 | 31 | D | 0 | 4D | 5E | 12 | B | 58 | 2C |
| Octal | 321 | 61 | 15 | 0 | 115 | 136 | 22 | 13 | 130 | 54 |
| Binary | 11010001 | 110001 | 1101 | 0 | 1001101 | 1011110 | 10010 | 1011 | 1011000 | 101100 |
Color Harmonies of #D1310D
Complementary color
Monochromatic Colors of #D1310D
Black with #D1310D
Text Example
Text Example
White with #D1310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1310D; }
p { color: rgb(209,49,13); }
H1.HeaderClassName
{
color: #D1310D;
}
.AnyTagClassName
{
color: #D1310D;
}
</style>
background-color css
<style>
a { background-color: #D1310D; }
a { background-color: rgb(209,49,13); }
div.DivClassName
{
background-color: #D1310D;
}
.BgClassName
{
background-color: #D1310D;
}
</style>
border-color css
<style>
span { border-color: #D1310D; }
span { border-color: rgb(209,49,13); }
td.TdClassName
{
border-color: #D1310D;
}
.TagClassName
{
border-color: #D1310D;
}
</style>