Html Css Color HEX #D9310B Harley Davidson Orange
📋 copy color: '#D9310B'red 217 ◦ green 49 ◦ blue 11
Shades of Harley Davidson Orange #D9310B
Tints of Harley Davidson Orange #D9310B
RGB
CMYK
RGB Variations
Color information
#D9310B (or 0xD9310B) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 0B. RGB value is (217,49,11). Sum of RGB (Red+Green+Blue) = 217+49+11=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D9310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9310B is #26CEF4. Grayscale: #5F5F5F. Windows color (decimal): -2543349 or 733657. OLE color: 733657.
HSL color Cylindrical-coordinate representation of color #D9310B: hue angle of 11.07º 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 #D9310B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.15 |
| HSL | 11.07º | 0.9% | 0.45% | - |
| HSV(B) | 11.07º | 0.95% | 0.85% | - |
| XYZ | 29.77 | 16.97 | 2.02 | - |
| YUV | 94.9 | 80.66 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 11 | 0 | 0.77 | 0.95 | 0.15 | 11.07 | 0.9 | 0.45 |
| Hex | D9 | 31 | B | 0 | 4D | 5F | F | B | 5A | 2D |
| Octal | 331 | 61 | 13 | 0 | 115 | 137 | 17 | 13 | 132 | 55 |
| Binary | 11011001 | 110001 | 1011 | 0 | 1001101 | 1011111 | 1111 | 1011 | 1011010 | 101101 |
Color Harmonies of #D9310B
Complementary color
Monochromatic Colors of #D9310B
Black with #D9310B
Text Example
Text Example
White with #D9310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9310B; }
p { color: rgb(217,49,11); }
H1.HeaderClassName
{
color: #D9310B;
}
.AnyTagClassName
{
color: #D9310B;
}
</style>
background-color css
<style>
a { background-color: #D9310B; }
a { background-color: rgb(217,49,11); }
div.DivClassName
{
background-color: #D9310B;
}
.BgClassName
{
background-color: #D9310B;
}
</style>
border-color css
<style>
span { border-color: #D9310B; }
span { border-color: rgb(217,49,11); }
td.TdClassName
{
border-color: #D9310B;
}
.TagClassName
{
border-color: #D9310B;
}
</style>