Html Css Color HEX #D1400E Harley Davidson Orange
📋 copy color: '#D1400E'red 209 ◦ green 64 ◦ blue 14
Shades of Harley Davidson Orange #D1400E
Tints of Harley Davidson Orange #D1400E
RGB
CMYK
RGB Variations
Color information
#D1400E (or 0xD1400E) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 0E. RGB value is (209,64,14). Sum of RGB (Red+Green+Blue) = 209+64+14=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1400E is #2EBFF1. Grayscale: #666666. Windows color (decimal): -3063794 or 934097. OLE color: 934097.
HSL color Cylindrical-coordinate representation of color #D1400E: hue angle of 15.38º 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 #D1400E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 14 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.18 |
| HSL | 15.38º | 0.87% | 0.44% | - |
| HSV(B) | 15.38º | 0.93% | 0.82% | - |
| XYZ | 28.21 | 17.25 | 2.26 | - |
| YUV | 101.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 14 | 0 | 0.69 | 0.93 | 0.18 | 15.38 | 0.87 | 0.44 |
| Hex | D1 | 40 | E | 0 | 45 | 5D | 12 | F | 57 | 2C |
| Octal | 321 | 100 | 16 | 0 | 105 | 135 | 22 | 17 | 127 | 54 |
| Binary | 11010001 | 1000000 | 1110 | 0 | 1000101 | 1011101 | 10010 | 1111 | 1010111 | 101100 |
Color Harmonies of #D1400E
Complementary color
Monochromatic Colors of #D1400E
Black with #D1400E
Text Example
Text Example
White with #D1400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1400E; }
p { color: rgb(209,64,14); }
H1.HeaderClassName
{
color: #D1400E;
}
.AnyTagClassName
{
color: #D1400E;
}
</style>
background-color css
<style>
a { background-color: #D1400E; }
a { background-color: rgb(209,64,14); }
div.DivClassName
{
background-color: #D1400E;
}
.BgClassName
{
background-color: #D1400E;
}
</style>
border-color css
<style>
span { border-color: #D1400E; }
span { border-color: rgb(209,64,14); }
td.TdClassName
{
border-color: #D1400E;
}
.TagClassName
{
border-color: #D1400E;
}
</style>