Html Css Color HEX #D8440F Harley Davidson Orange
📋 copy color: '#D8440F'red 216 ◦ green 68 ◦ blue 15
Shades of Harley Davidson Orange #D8440F
Tints of Harley Davidson Orange #D8440F
RGB
CMYK
RGB Variations
Color information
#D8440F (or 0xD8440F) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 0F. RGB value is (216,68,15). Sum of RGB (Red+Green+Blue) = 216+68+15=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8440F is #27BBF0. Grayscale: #6A6A6A. Windows color (decimal): -2604017 or 1000664. OLE color: 1000664.
HSL color Cylindrical-coordinate representation of color #D8440F: hue angle of 15.82º 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 #D8440F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.15 |
| HSL | 15.82º | 0.87% | 0.45% | - |
| HSV(B) | 15.82º | 0.93% | 0.85% | - |
| XYZ | 30.47 | 18.77 | 2.47 | - |
| YUV | 106.21 | 76.53 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 15 | 0 | 0.69 | 0.93 | 0.15 | 15.82 | 0.87 | 0.45 |
| Hex | D8 | 44 | F | 0 | 45 | 5D | F | 10 | 57 | 2D |
| Octal | 330 | 104 | 17 | 0 | 105 | 135 | 17 | 20 | 127 | 55 |
| Binary | 11011000 | 1000100 | 1111 | 0 | 1000101 | 1011101 | 1111 | 10000 | 1010111 | 101101 |
Color Harmonies of #D8440F
Complementary color
Monochromatic Colors of #D8440F
Black with #D8440F
Text Example
Text Example
White with #D8440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8440F; }
p { color: rgb(216,68,15); }
H1.HeaderClassName
{
color: #D8440F;
}
.AnyTagClassName
{
color: #D8440F;
}
</style>
background-color css
<style>
a { background-color: #D8440F; }
a { background-color: rgb(216,68,15); }
div.DivClassName
{
background-color: #D8440F;
}
.BgClassName
{
background-color: #D8440F;
}
</style>
border-color css
<style>
span { border-color: #D8440F; }
span { border-color: rgb(216,68,15); }
td.TdClassName
{
border-color: #D8440F;
}
.TagClassName
{
border-color: #D8440F;
}
</style>