Html Css Color HEX #D1440E Harley Davidson Orange
📋 copy color: '#D1440E'red 209 ◦ green 68 ◦ blue 14
Shades of Harley Davidson Orange #D1440E
Tints of Harley Davidson Orange #D1440E
RGB
CMYK
RGB Variations
Color information
#D1440E (or 0xD1440E) is known color: Harley Davidson Orange. HEX triplet: D1, 44 and 0E. RGB value is (209,68,14). Sum of RGB (Red+Green+Blue) = 209+68+14=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1440E is #2EBBF1. Grayscale: #686868. Windows color (decimal): -3062770 or 935121. OLE color: 935121.
HSL color Cylindrical-coordinate representation of color #D1440E: hue angle of 16.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 #D1440E is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 14 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.18 |
| HSL | 16.62º | 0.87% | 0.44% | - |
| HSV(B) | 16.62º | 0.93% | 0.82% | - |
| XYZ | 28.44 | 17.72 | 2.34 | - |
| YUV | 104 | 77.21 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 14 | 0 | 0.67 | 0.93 | 0.18 | 16.62 | 0.87 | 0.44 |
| Hex | D1 | 44 | E | 0 | 43 | 5D | 12 | 11 | 57 | 2C |
| Octal | 321 | 104 | 16 | 0 | 103 | 135 | 22 | 21 | 127 | 54 |
| Binary | 11010001 | 1000100 | 1110 | 0 | 1000011 | 1011101 | 10010 | 10001 | 1010111 | 101100 |
Color Harmonies of #D1440E
Complementary color
Monochromatic Colors of #D1440E
Black with #D1440E
Text Example
Text Example
White with #D1440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1440E; }
p { color: rgb(209,68,14); }
H1.HeaderClassName
{
color: #D1440E;
}
.AnyTagClassName
{
color: #D1440E;
}
</style>
background-color css
<style>
a { background-color: #D1440E; }
a { background-color: rgb(209,68,14); }
div.DivClassName
{
background-color: #D1440E;
}
.BgClassName
{
background-color: #D1440E;
}
</style>
border-color css
<style>
span { border-color: #D1440E; }
span { border-color: rgb(209,68,14); }
td.TdClassName
{
border-color: #D1440E;
}
.TagClassName
{
border-color: #D1440E;
}
</style>