Html Css Color HEX #D8400F Harley Davidson Orange
📋 copy color: '#D8400F'red 216 ◦ green 64 ◦ blue 15
Shades of Harley Davidson Orange #D8400F
Tints of Harley Davidson Orange #D8400F
RGB
CMYK
RGB Variations
Color information
#D8400F (or 0xD8400F) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 0F. RGB value is (216,64,15). Sum of RGB (Red+Green+Blue) = 216+64+15=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8400F is #27BFF0. Grayscale: #686868. Windows color (decimal): -2605041 or 999640. OLE color: 999640.
HSL color Cylindrical-coordinate representation of color #D8400F: hue angle of 14.63º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8400F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.15 |
| HSL | 14.63º | 0.87% | 0.45% | - |
| HSV(B) | 14.63º | 0.93% | 0.85% | - |
| XYZ | 30.24 | 18.3 | 2.39 | - |
| YUV | 103.86 | 77.86 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 15 | 0 | 0.70 | 0.93 | 0.15 | 14.63 | 0.87 | 0.45 |
| Hex | D8 | 40 | F | 0 | 46 | 5D | F | F | 57 | 2D |
| Octal | 330 | 100 | 17 | 0 | 106 | 135 | 17 | 17 | 127 | 55 |
| Binary | 11011000 | 1000000 | 1111 | 0 | 1000110 | 1011101 | 1111 | 1111 | 1010111 | 101101 |
Color Harmonies of #D8400F
Complementary color
Monochromatic Colors of #D8400F
Black with #D8400F
Text Example
Text Example
White with #D8400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8400F; }
p { color: rgb(216,64,15); }
H1.HeaderClassName
{
color: #D8400F;
}
.AnyTagClassName
{
color: #D8400F;
}
</style>
background-color css
<style>
a { background-color: #D8400F; }
a { background-color: rgb(216,64,15); }
div.DivClassName
{
background-color: #D8400F;
}
.BgClassName
{
background-color: #D8400F;
}
</style>
border-color css
<style>
span { border-color: #D8400F; }
span { border-color: rgb(216,64,15); }
td.TdClassName
{
border-color: #D8400F;
}
.TagClassName
{
border-color: #D8400F;
}
</style>