Html Css Color HEX #D9360B Harley Davidson Orange
📋 copy color: '#D9360B'red 217 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #D9360B
Tints of Harley Davidson Orange #D9360B
RGB
CMYK
RGB Variations
Color information
#D9360B (or 0xD9360B) is known color: Harley Davidson Orange. HEX triplet: D9, 36 and 0B. RGB value is (217,54,11). Sum of RGB (Red+Green+Blue) = 217+54+11=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9360B is #26C9F4. Grayscale: #626262. Windows color (decimal): -2542069 or 734937. OLE color: 734937.
HSL color Cylindrical-coordinate representation of color #D9360B: hue angle of 12.52º 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 #D9360B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.15 |
| HSL | 12.52º | 0.9% | 0.45% | - |
| HSV(B) | 12.52º | 0.95% | 0.85% | - |
| XYZ | 29.99 | 17.41 | 2.1 | - |
| YUV | 97.84 | 79 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 11 | 0 | 0.75 | 0.95 | 0.15 | 12.52 | 0.9 | 0.45 |
| Hex | D9 | 36 | B | 0 | 4B | 5F | F | D | 5A | 2D |
| Octal | 331 | 66 | 13 | 0 | 113 | 137 | 17 | 15 | 132 | 55 |
| Binary | 11011001 | 110110 | 1011 | 0 | 1001011 | 1011111 | 1111 | 1101 | 1011010 | 101101 |
Color Harmonies of #D9360B
Complementary color
Monochromatic Colors of #D9360B
Black with #D9360B
Text Example
Text Example
White with #D9360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9360B; }
p { color: rgb(217,54,11); }
H1.HeaderClassName
{
color: #D9360B;
}
.AnyTagClassName
{
color: #D9360B;
}
</style>
background-color css
<style>
a { background-color: #D9360B; }
a { background-color: rgb(217,54,11); }
div.DivClassName
{
background-color: #D9360B;
}
.BgClassName
{
background-color: #D9360B;
}
</style>
border-color css
<style>
span { border-color: #D9360B; }
span { border-color: rgb(217,54,11); }
td.TdClassName
{
border-color: #D9360B;
}
.TagClassName
{
border-color: #D9360B;
}
</style>