Html Css Color HEX #D9391E Harley Davidson Orange
📋 copy color: '#D9391E'red 217 ◦ green 57 ◦ blue 30
Shades of Harley Davidson Orange #D9391E
Tints of Harley Davidson Orange #D9391E
RGB
CMYK
RGB Variations
Color information
#D9391E (or 0xD9391E) is known color: Harley Davidson Orange. HEX triplet: D9, 39 and 1E. RGB value is (217,57,30). Sum of RGB (Red+Green+Blue) = 217+57+30=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D9391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9391E is #26C6E1. Grayscale: #666666. Windows color (decimal): -2541282 or 1980889. OLE color: 1980889.
HSL color Cylindrical-coordinate representation of color #D9391E: hue angle of 8.66º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9391E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 30 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.15 |
| HSL | 8.66º | 0.76% | 0.48% | - |
| HSV(B) | 8.66º | 0.86% | 0.85% | - |
| XYZ | 30.31 | 17.77 | 3.06 | - |
| YUV | 101.76 | 87.51 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 30 | 0 | 0.74 | 0.86 | 0.15 | 8.66 | 0.76 | 0.48 |
| Hex | D9 | 39 | 1E | 0 | 4A | 56 | F | 9 | 4C | 30 |
| Octal | 331 | 71 | 36 | 0 | 112 | 126 | 17 | 11 | 114 | 60 |
| Binary | 11011001 | 111001 | 11110 | 0 | 1001010 | 1010110 | 1111 | 1001 | 1001100 | 110000 |
Color Harmonies of #D9391E
Complementary color
Monochromatic Colors of #D9391E
Black with #D9391E
Text Example
Text Example
White with #D9391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9391E; }
p { color: rgb(217,57,30); }
H1.HeaderClassName
{
color: #D9391E;
}
.AnyTagClassName
{
color: #D9391E;
}
</style>
background-color css
<style>
a { background-color: #D9391E; }
a { background-color: rgb(217,57,30); }
div.DivClassName
{
background-color: #D9391E;
}
.BgClassName
{
background-color: #D9391E;
}
</style>
border-color css
<style>
span { border-color: #D9391E; }
span { border-color: rgb(217,57,30); }
td.TdClassName
{
border-color: #D9391E;
}
.TagClassName
{
border-color: #D9391E;
}
</style>