Html Css Color HEX #D6390D Harley Davidson Orange
📋 copy color: '#D6390D'red 214 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #D6390D
Tints of Harley Davidson Orange #D6390D
RGB
CMYK
RGB Variations
Color information
#D6390D (or 0xD6390D) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 0D. RGB value is (214,57,13). Sum of RGB (Red+Green+Blue) = 214+57+13=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D6390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6390D is #29C6F2. Grayscale: #636363. Windows color (decimal): -2737907 or 866774. OLE color: 866774.
HSL color Cylindrical-coordinate representation of color #D6390D: hue angle of 13.13º 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 #D6390D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.16 |
| HSL | 13.13º | 0.89% | 0.45% | - |
| HSV(B) | 13.13º | 0.94% | 0.84% | - |
| XYZ | 29.27 | 17.25 | 2.17 | - |
| YUV | 98.93 | 79.51 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 13 | 0 | 0.73 | 0.94 | 0.16 | 13.13 | 0.89 | 0.45 |
| Hex | D6 | 39 | D | 0 | 49 | 5E | 10 | D | 59 | 2D |
| Octal | 326 | 71 | 15 | 0 | 111 | 136 | 20 | 15 | 131 | 55 |
| Binary | 11010110 | 111001 | 1101 | 0 | 1001001 | 1011110 | 10000 | 1101 | 1011001 | 101101 |
Color Harmonies of #D6390D
Complementary color
Monochromatic Colors of #D6390D
Black with #D6390D
Text Example
Text Example
White with #D6390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6390D; }
p { color: rgb(214,57,13); }
H1.HeaderClassName
{
color: #D6390D;
}
.AnyTagClassName
{
color: #D6390D;
}
</style>
background-color css
<style>
a { background-color: #D6390D; }
a { background-color: rgb(214,57,13); }
div.DivClassName
{
background-color: #D6390D;
}
.BgClassName
{
background-color: #D6390D;
}
</style>
border-color css
<style>
span { border-color: #D6390D; }
span { border-color: rgb(214,57,13); }
td.TdClassName
{
border-color: #D6390D;
}
.TagClassName
{
border-color: #D6390D;
}
</style>