Html Css Color HEX #D93B0E Harley Davidson Orange
📋 copy color: '#D93B0E'red 217 ◦ green 59 ◦ blue 14
Shades of Harley Davidson Orange #D93B0E
Tints of Harley Davidson Orange #D93B0E
RGB
CMYK
RGB Variations
Color information
#D93B0E (or 0xD93B0E) is known color: Harley Davidson Orange. HEX triplet: D9, 3B and 0E. RGB value is (217,59,14). Sum of RGB (Red+Green+Blue) = 217+59+14=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93B0E is #26C4F1. Grayscale: #656565. Windows color (decimal): -2540786 or 932825. OLE color: 932825.
HSL color Cylindrical-coordinate representation of color #D93B0E: hue angle of 13.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D93B0E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 14 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.15 |
| HSL | 13.3º | 0.88% | 0.45% | - |
| HSV(B) | 13.3º | 0.94% | 0.85% | - |
| XYZ | 30.26 | 17.91 | 2.28 | - |
| YUV | 101.11 | 78.85 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 14 | 0 | 0.73 | 0.94 | 0.15 | 13.3 | 0.88 | 0.45 |
| Hex | D9 | 3B | E | 0 | 49 | 5E | F | D | 58 | 2D |
| Octal | 331 | 73 | 16 | 0 | 111 | 136 | 17 | 15 | 130 | 55 |
| Binary | 11011001 | 111011 | 1110 | 0 | 1001001 | 1011110 | 1111 | 1101 | 1011000 | 101101 |
Color Harmonies of #D93B0E
Complementary color
Monochromatic Colors of #D93B0E
Black with #D93B0E
Text Example
Text Example
White with #D93B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B0E; }
p { color: rgb(217,59,14); }
H1.HeaderClassName
{
color: #D93B0E;
}
.AnyTagClassName
{
color: #D93B0E;
}
</style>
background-color css
<style>
a { background-color: #D93B0E; }
a { background-color: rgb(217,59,14); }
div.DivClassName
{
background-color: #D93B0E;
}
.BgClassName
{
background-color: #D93B0E;
}
</style>
border-color css
<style>
span { border-color: #D93B0E; }
span { border-color: rgb(217,59,14); }
td.TdClassName
{
border-color: #D93B0E;
}
.TagClassName
{
border-color: #D93B0E;
}
</style>