Html Css Color HEX #D6400D Harley Davidson Orange
📋 copy color: '#D6400D'red 214 ◦ green 64 ◦ blue 13
Shades of Harley Davidson Orange #D6400D
Tints of Harley Davidson Orange #D6400D
RGB
CMYK
RGB Variations
Color information
#D6400D (or 0xD6400D) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 0D. RGB value is (214,64,13). Sum of RGB (Red+Green+Blue) = 214+64+13=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D6400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6400D is #29BFF2. Grayscale: #676767. Windows color (decimal): -2736115 or 868566. OLE color: 868566.
HSL color Cylindrical-coordinate representation of color #D6400D: hue angle of 15.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6400D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.16 |
| HSL | 15.22º | 0.89% | 0.45% | - |
| HSV(B) | 15.22º | 0.94% | 0.84% | - |
| XYZ | 29.64 | 17.99 | 2.29 | - |
| YUV | 103.04 | 77.2 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 13 | 0 | 0.70 | 0.94 | 0.16 | 15.22 | 0.89 | 0.45 |
| Hex | D6 | 40 | D | 0 | 46 | 5E | 10 | F | 59 | 2D |
| Octal | 326 | 100 | 15 | 0 | 106 | 136 | 20 | 17 | 131 | 55 |
| Binary | 11010110 | 1000000 | 1101 | 0 | 1000110 | 1011110 | 10000 | 1111 | 1011001 | 101101 |
Color Harmonies of #D6400D
Complementary color
Monochromatic Colors of #D6400D
Black with #D6400D
Text Example
Text Example
White with #D6400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6400D; }
p { color: rgb(214,64,13); }
H1.HeaderClassName
{
color: #D6400D;
}
.AnyTagClassName
{
color: #D6400D;
}
</style>
background-color css
<style>
a { background-color: #D6400D; }
a { background-color: rgb(214,64,13); }
div.DivClassName
{
background-color: #D6400D;
}
.BgClassName
{
background-color: #D6400D;
}
</style>
border-color css
<style>
span { border-color: #D6400D; }
span { border-color: rgb(214,64,13); }
td.TdClassName
{
border-color: #D6400D;
}
.TagClassName
{
border-color: #D6400D;
}
</style>