Html Css Color HEX #D1370E Harley Davidson Orange
📋 copy color: '#D1370E'red 209 ◦ green 55 ◦ blue 14
Shades of Harley Davidson Orange #D1370E
Tints of Harley Davidson Orange #D1370E
RGB
CMYK
RGB Variations
Color information
#D1370E (or 0xD1370E) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 0E. RGB value is (209,55,14). Sum of RGB (Red+Green+Blue) = 209+55+14=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1370E is #2EC8F1. Grayscale: #606060. Windows color (decimal): -3066098 or 931793. OLE color: 931793.
HSL color Cylindrical-coordinate representation of color #D1370E: hue angle of 12.62º 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 #D1370E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.18 |
| HSL | 12.62º | 0.87% | 0.44% | - |
| HSV(B) | 12.62º | 0.93% | 0.82% | - |
| XYZ | 27.74 | 16.32 | 2.1 | - |
| YUV | 96.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 14 | 0 | 0.74 | 0.93 | 0.18 | 12.62 | 0.87 | 0.44 |
| Hex | D1 | 37 | E | 0 | 4A | 5D | 12 | D | 57 | 2C |
| Octal | 321 | 67 | 16 | 0 | 112 | 135 | 22 | 15 | 127 | 54 |
| Binary | 11010001 | 110111 | 1110 | 0 | 1001010 | 1011101 | 10010 | 1101 | 1010111 | 101100 |
Color Harmonies of #D1370E
Complementary color
Monochromatic Colors of #D1370E
Black with #D1370E
Text Example
Text Example
White with #D1370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1370E; }
p { color: rgb(209,55,14); }
H1.HeaderClassName
{
color: #D1370E;
}
.AnyTagClassName
{
color: #D1370E;
}
</style>
background-color css
<style>
a { background-color: #D1370E; }
a { background-color: rgb(209,55,14); }
div.DivClassName
{
background-color: #D1370E;
}
.BgClassName
{
background-color: #D1370E;
}
</style>
border-color css
<style>
span { border-color: #D1370E; }
span { border-color: rgb(209,55,14); }
td.TdClassName
{
border-color: #D1370E;
}
.TagClassName
{
border-color: #D1370E;
}
</style>