Html Css Color HEX #D14004 Harley Davidson Orange
📋 copy color: '#D14004'red 209 ◦ green 64 ◦ blue 4
Shades of Harley Davidson Orange #D14004
Tints of Harley Davidson Orange #D14004
RGB
CMYK
RGB Variations
Color information
#D14004 (or 0xD14004) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 04. RGB value is (209,64,4). Sum of RGB (Red+Green+Blue) = 209+64+4=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D14004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14004 is #2EBFFB. Grayscale: #646464. Windows color (decimal): -3063804 or 278737. OLE color: 278737.
HSL color Cylindrical-coordinate representation of color #D14004: hue angle of 17.56º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D14004 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.18 |
| HSL | 17.56º | 0.96% | 0.42% | - |
| HSV(B) | 17.56º | 0.98% | 0.82% | - |
| XYZ | 28.15 | 17.23 | 1.96 | - |
| YUV | 100.52 | 73.54 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 4 | 0 | 0.69 | 0.98 | 0.18 | 17.56 | 0.96 | 0.42 |
| Hex | D1 | 40 | 4 | 0 | 45 | 62 | 12 | 12 | 60 | 2A |
| Octal | 321 | 100 | 4 | 0 | 105 | 142 | 22 | 22 | 140 | 52 |
| Binary | 11010001 | 1000000 | 100 | 0 | 1000101 | 1100010 | 10010 | 10010 | 1100000 | 101010 |
Color Harmonies of #D14004
Complementary color
Monochromatic Colors of #D14004
Black with #D14004
Text Example
Text Example
White with #D14004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14004; }
p { color: rgb(209,64,4); }
H1.HeaderClassName
{
color: #D14004;
}
.AnyTagClassName
{
color: #D14004;
}
</style>
background-color css
<style>
a { background-color: #D14004; }
a { background-color: rgb(209,64,4); }
div.DivClassName
{
background-color: #D14004;
}
.BgClassName
{
background-color: #D14004;
}
</style>
border-color css
<style>
span { border-color: #D14004; }
span { border-color: rgb(209,64,4); }
td.TdClassName
{
border-color: #D14004;
}
.TagClassName
{
border-color: #D14004;
}
</style>