Html Css Color HEX #D14011 Harley Davidson Orange
📋 copy color: '#D14011'red 209 ◦ green 64 ◦ blue 17
Shades of Harley Davidson Orange #D14011
Tints of Harley Davidson Orange #D14011
RGB
CMYK
RGB Variations
Color information
#D14011 (or 0xD14011) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 11. RGB value is (209,64,17). Sum of RGB (Red+Green+Blue) = 209+64+17=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D14011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14011 is #2EBFEE. Grayscale: #666666. Windows color (decimal): -3063791 or 1130705. OLE color: 1130705.
HSL color Cylindrical-coordinate representation of color #D14011: hue angle of 14.69º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D14011 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 17 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.18 |
| HSL | 14.69º | 0.85% | 0.44% | - |
| HSV(B) | 14.69º | 0.92% | 0.82% | - |
| XYZ | 28.23 | 17.26 | 2.37 | - |
| YUV | 102 | 80.04 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 17 | 0 | 0.69 | 0.92 | 0.18 | 14.69 | 0.85 | 0.44 |
| Hex | D1 | 40 | 11 | 0 | 45 | 5C | 12 | F | 55 | 2C |
| Octal | 321 | 100 | 21 | 0 | 105 | 134 | 22 | 17 | 125 | 54 |
| Binary | 11010001 | 1000000 | 10001 | 0 | 1000101 | 1011100 | 10010 | 1111 | 1010101 | 101100 |
Color Harmonies of #D14011
Complementary color
Monochromatic Colors of #D14011
Black with #D14011
Text Example
Text Example
White with #D14011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14011; }
p { color: rgb(209,64,17); }
H1.HeaderClassName
{
color: #D14011;
}
.AnyTagClassName
{
color: #D14011;
}
</style>
background-color css
<style>
a { background-color: #D14011; }
a { background-color: rgb(209,64,17); }
div.DivClassName
{
background-color: #D14011;
}
.BgClassName
{
background-color: #D14011;
}
</style>
border-color css
<style>
span { border-color: #D14011; }
span { border-color: rgb(209,64,17); }
td.TdClassName
{
border-color: #D14011;
}
.TagClassName
{
border-color: #D14011;
}
</style>