Html Css Color HEX #D6400E Harley Davidson Orange
📋 copy color: '#D6400E'red 214 ◦ green 64 ◦ blue 14
Shades of Harley Davidson Orange #D6400E
Tints of Harley Davidson Orange #D6400E
RGB
CMYK
RGB Variations
Color information
#D6400E (or 0xD6400E) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 0E. RGB value is (214,64,14). Sum of RGB (Red+Green+Blue) = 214+64+14=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6400E is #29BFF1. Grayscale: #676767. Windows color (decimal): -2736114 or 934102. OLE color: 934102.
HSL color Cylindrical-coordinate representation of color #D6400E: hue angle of 15º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6400E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 14 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.16 |
| HSL | 15º | 0.88% | 0.45% | - |
| HSV(B) | 15º | 0.93% | 0.84% | - |
| XYZ | 29.64 | 17.99 | 2.33 | - |
| YUV | 103.15 | 77.7 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 14 | 0 | 0.70 | 0.93 | 0.16 | 15 | 0.88 | 0.45 |
| Hex | D6 | 40 | E | 0 | 46 | 5D | 10 | F | 58 | 2D |
| Octal | 326 | 100 | 16 | 0 | 106 | 135 | 20 | 17 | 130 | 55 |
| Binary | 11010110 | 1000000 | 1110 | 0 | 1000110 | 1011101 | 10000 | 1111 | 1011000 | 101101 |
Color Harmonies of #D6400E
Complementary color
Monochromatic Colors of #D6400E
Black with #D6400E
Text Example
Text Example
White with #D6400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6400E; }
p { color: rgb(214,64,14); }
H1.HeaderClassName
{
color: #D6400E;
}
.AnyTagClassName
{
color: #D6400E;
}
</style>
background-color css
<style>
a { background-color: #D6400E; }
a { background-color: rgb(214,64,14); }
div.DivClassName
{
background-color: #D6400E;
}
.BgClassName
{
background-color: #D6400E;
}
</style>
border-color css
<style>
span { border-color: #D6400E; }
span { border-color: rgb(214,64,14); }
td.TdClassName
{
border-color: #D6400E;
}
.TagClassName
{
border-color: #D6400E;
}
</style>