Html Css Color HEX #D8400B Harley Davidson Orange
📋 copy color: '#D8400B'red 216 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #D8400B
Tints of Harley Davidson Orange #D8400B
RGB
CMYK
RGB Variations
Color information
#D8400B (or 0xD8400B) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 0B. RGB value is (216,64,11). Sum of RGB (Red+Green+Blue) = 216+64+11=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D8400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8400B is #27BFF4. Grayscale: #676767. Windows color (decimal): -2605045 or 737496. OLE color: 737496.
HSL color Cylindrical-coordinate representation of color #D8400B: hue angle of 15.51º 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 #D8400B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.15 |
| HSL | 15.51º | 0.9% | 0.45% | - |
| HSV(B) | 15.51º | 0.95% | 0.85% | - |
| XYZ | 30.21 | 18.29 | 2.25 | - |
| YUV | 103.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 11 | 0 | 0.70 | 0.95 | 0.15 | 15.51 | 0.9 | 0.45 |
| Hex | D8 | 40 | B | 0 | 46 | 5F | F | 10 | 5A | 2D |
| Octal | 330 | 100 | 13 | 0 | 106 | 137 | 17 | 20 | 132 | 55 |
| Binary | 11011000 | 1000000 | 1011 | 0 | 1000110 | 1011111 | 1111 | 10000 | 1011010 | 101101 |
Color Harmonies of #D8400B
Complementary color
Monochromatic Colors of #D8400B
Black with #D8400B
Text Example
Text Example
White with #D8400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8400B; }
p { color: rgb(216,64,11); }
H1.HeaderClassName
{
color: #D8400B;
}
.AnyTagClassName
{
color: #D8400B;
}
</style>
background-color css
<style>
a { background-color: #D8400B; }
a { background-color: rgb(216,64,11); }
div.DivClassName
{
background-color: #D8400B;
}
.BgClassName
{
background-color: #D8400B;
}
</style>
border-color css
<style>
span { border-color: #D8400B; }
span { border-color: rgb(216,64,11); }
td.TdClassName
{
border-color: #D8400B;
}
.TagClassName
{
border-color: #D8400B;
}
</style>