Html Css Color HEX #D9390B Harley Davidson Orange
📋 copy color: '#D9390B'red 217 ◦ green 57 ◦ blue 11
Shades of Harley Davidson Orange #D9390B
Tints of Harley Davidson Orange #D9390B
RGB
CMYK
RGB Variations
Color information
#D9390B (or 0xD9390B) is known color: Harley Davidson Orange. HEX triplet: D9, 39 and 0B. RGB value is (217,57,11). Sum of RGB (Red+Green+Blue) = 217+57+11=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D9390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9390B is #26C6F4. Grayscale: #636363. Windows color (decimal): -2541301 or 735705. OLE color: 735705.
HSL color Cylindrical-coordinate representation of color #D9390B: hue angle of 13.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9390B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.15 |
| HSL | 13.4º | 0.9% | 0.45% | - |
| HSV(B) | 13.4º | 0.95% | 0.85% | - |
| XYZ | 30.14 | 17.7 | 2.14 | - |
| YUV | 99.6 | 78.01 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 11 | 0 | 0.74 | 0.95 | 0.15 | 13.4 | 0.9 | 0.45 |
| Hex | D9 | 39 | B | 0 | 4A | 5F | F | D | 5A | 2D |
| Octal | 331 | 71 | 13 | 0 | 112 | 137 | 17 | 15 | 132 | 55 |
| Binary | 11011001 | 111001 | 1011 | 0 | 1001010 | 1011111 | 1111 | 1101 | 1011010 | 101101 |
Color Harmonies of #D9390B
Complementary color
Monochromatic Colors of #D9390B
Black with #D9390B
Text Example
Text Example
White with #D9390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9390B; }
p { color: rgb(217,57,11); }
H1.HeaderClassName
{
color: #D9390B;
}
.AnyTagClassName
{
color: #D9390B;
}
</style>
background-color css
<style>
a { background-color: #D9390B; }
a { background-color: rgb(217,57,11); }
div.DivClassName
{
background-color: #D9390B;
}
.BgClassName
{
background-color: #D9390B;
}
</style>
border-color css
<style>
span { border-color: #D9390B; }
span { border-color: rgb(217,57,11); }
td.TdClassName
{
border-color: #D9390B;
}
.TagClassName
{
border-color: #D9390B;
}
</style>