Html Css Color HEX #D8340D Harley Davidson Orange
📋 copy color: '#D8340D'red 216 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #D8340D
Tints of Harley Davidson Orange #D8340D
RGB
CMYK
RGB Variations
Color information
#D8340D (or 0xD8340D) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 0D. RGB value is (216,52,13). Sum of RGB (Red+Green+Blue) = 216+52+13=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D8340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8340D is #27CBF2. Grayscale: #606060. Windows color (decimal): -2608115 or 865496. OLE color: 865496.
HSL color Cylindrical-coordinate representation of color #D8340D: hue angle of 11.53º degrees, saturation: 0.89, 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 #D8340D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.15 |
| HSL | 11.53º | 0.89% | 0.45% | - |
| HSV(B) | 11.53º | 0.94% | 0.85% | - |
| XYZ | 29.62 | 17.08 | 2.12 | - |
| YUV | 96.59 | 80.83 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 13 | 0 | 0.76 | 0.94 | 0.15 | 11.53 | 0.89 | 0.45 |
| Hex | D8 | 34 | D | 0 | 4C | 5E | F | C | 59 | 2D |
| Octal | 330 | 64 | 15 | 0 | 114 | 136 | 17 | 14 | 131 | 55 |
| Binary | 11011000 | 110100 | 1101 | 0 | 1001100 | 1011110 | 1111 | 1100 | 1011001 | 101101 |
Color Harmonies of #D8340D
Complementary color
Monochromatic Colors of #D8340D
Black with #D8340D
Text Example
Text Example
White with #D8340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8340D; }
p { color: rgb(216,52,13); }
H1.HeaderClassName
{
color: #D8340D;
}
.AnyTagClassName
{
color: #D8340D;
}
</style>
background-color css
<style>
a { background-color: #D8340D; }
a { background-color: rgb(216,52,13); }
div.DivClassName
{
background-color: #D8340D;
}
.BgClassName
{
background-color: #D8340D;
}
</style>
border-color css
<style>
span { border-color: #D8340D; }
span { border-color: rgb(216,52,13); }
td.TdClassName
{
border-color: #D8340D;
}
.TagClassName
{
border-color: #D8340D;
}
</style>