Html Css Color HEX #D6390B Harley Davidson Orange
📋 copy color: '#D6390B'red 214 ◦ green 57 ◦ blue 11
Shades of Harley Davidson Orange #D6390B
Tints of Harley Davidson Orange #D6390B
RGB
CMYK
RGB Variations
Color information
#D6390B (or 0xD6390B) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 0B. RGB value is (214,57,11). Sum of RGB (Red+Green+Blue) = 214+57+11=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D6390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6390B is #29C6F4. Grayscale: #636363. Windows color (decimal): -2737909 or 735702. OLE color: 735702.
HSL color Cylindrical-coordinate representation of color #D6390B: hue angle of 13.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6390B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.16 |
| HSL | 13.6º | 0.9% | 0.44% | - |
| HSV(B) | 13.6º | 0.95% | 0.84% | - |
| XYZ | 29.26 | 17.25 | 2.1 | - |
| YUV | 98.7 | 78.51 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 11 | 0 | 0.73 | 0.95 | 0.16 | 13.6 | 0.9 | 0.44 |
| Hex | D6 | 39 | B | 0 | 49 | 5F | 10 | E | 5A | 2C |
| Octal | 326 | 71 | 13 | 0 | 111 | 137 | 20 | 16 | 132 | 54 |
| Binary | 11010110 | 111001 | 1011 | 0 | 1001001 | 1011111 | 10000 | 1110 | 1011010 | 101100 |
Color Harmonies of #D6390B
Complementary color
Monochromatic Colors of #D6390B
Black with #D6390B
Text Example
Text Example
White with #D6390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6390B; }
p { color: rgb(214,57,11); }
H1.HeaderClassName
{
color: #D6390B;
}
.AnyTagClassName
{
color: #D6390B;
}
</style>
background-color css
<style>
a { background-color: #D6390B; }
a { background-color: rgb(214,57,11); }
div.DivClassName
{
background-color: #D6390B;
}
.BgClassName
{
background-color: #D6390B;
}
</style>
border-color css
<style>
span { border-color: #D6390B; }
span { border-color: rgb(214,57,11); }
td.TdClassName
{
border-color: #D6390B;
}
.TagClassName
{
border-color: #D6390B;
}
</style>