Html Css Color HEX #D8340E Harley Davidson Orange
📋 copy color: '#D8340E'red 216 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #D8340E
Tints of Harley Davidson Orange #D8340E
RGB
CMYK
RGB Variations
Color information
#D8340E (or 0xD8340E) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 0E. RGB value is (216,52,14). Sum of RGB (Red+Green+Blue) = 216+52+14=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8340E is #27CBF1. Grayscale: #616161. Windows color (decimal): -2608114 or 931032. OLE color: 931032.
HSL color Cylindrical-coordinate representation of color #D8340E: hue angle of 11.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8340E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.15 |
| HSL | 11.29º | 0.88% | 0.45% | - |
| HSV(B) | 11.29º | 0.94% | 0.85% | - |
| XYZ | 29.63 | 17.09 | 2.15 | - |
| YUV | 96.7 | 81.33 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 14 | 0 | 0.76 | 0.94 | 0.15 | 11.29 | 0.88 | 0.45 |
| Hex | D8 | 34 | E | 0 | 4C | 5E | F | B | 58 | 2D |
| Octal | 330 | 64 | 16 | 0 | 114 | 136 | 17 | 13 | 130 | 55 |
| Binary | 11011000 | 110100 | 1110 | 0 | 1001100 | 1011110 | 1111 | 1011 | 1011000 | 101101 |
Color Harmonies of #D8340E
Complementary color
Monochromatic Colors of #D8340E
Black with #D8340E
Text Example
Text Example
White with #D8340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8340E; }
p { color: rgb(216,52,14); }
H1.HeaderClassName
{
color: #D8340E;
}
.AnyTagClassName
{
color: #D8340E;
}
</style>
background-color css
<style>
a { background-color: #D8340E; }
a { background-color: rgb(216,52,14); }
div.DivClassName
{
background-color: #D8340E;
}
.BgClassName
{
background-color: #D8340E;
}
</style>
border-color css
<style>
span { border-color: #D8340E; }
span { border-color: rgb(216,52,14); }
td.TdClassName
{
border-color: #D8340E;
}
.TagClassName
{
border-color: #D8340E;
}
</style>