Html Css Color HEX #D8340F Harley Davidson Orange
📋 copy color: '#D8340F'red 216 ◦ green 52 ◦ blue 15
Shades of Harley Davidson Orange #D8340F
Tints of Harley Davidson Orange #D8340F
RGB
CMYK
RGB Variations
Color information
#D8340F (or 0xD8340F) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 0F. RGB value is (216,52,15). Sum of RGB (Red+Green+Blue) = 216+52+15=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8340F is #27CBF0. Grayscale: #616161. Windows color (decimal): -2608113 or 996568. OLE color: 996568.
HSL color Cylindrical-coordinate representation of color #D8340F: hue angle of 11.04º 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 #D8340F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 15 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.15 |
| HSL | 11.04º | 0.87% | 0.45% | - |
| HSV(B) | 11.04º | 0.93% | 0.85% | - |
| XYZ | 29.63 | 17.09 | 2.19 | - |
| YUV | 96.82 | 81.83 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 15 | 0 | 0.76 | 0.93 | 0.15 | 11.04 | 0.87 | 0.45 |
| Hex | D8 | 34 | F | 0 | 4C | 5D | F | B | 57 | 2D |
| Octal | 330 | 64 | 17 | 0 | 114 | 135 | 17 | 13 | 127 | 55 |
| Binary | 11011000 | 110100 | 1111 | 0 | 1001100 | 1011101 | 1111 | 1011 | 1010111 | 101101 |
Color Harmonies of #D8340F
Complementary color
Monochromatic Colors of #D8340F
Black with #D8340F
Text Example
Text Example
White with #D8340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8340F; }
p { color: rgb(216,52,15); }
H1.HeaderClassName
{
color: #D8340F;
}
.AnyTagClassName
{
color: #D8340F;
}
</style>
background-color css
<style>
a { background-color: #D8340F; }
a { background-color: rgb(216,52,15); }
div.DivClassName
{
background-color: #D8340F;
}
.BgClassName
{
background-color: #D8340F;
}
</style>
border-color css
<style>
span { border-color: #D8340F; }
span { border-color: rgb(216,52,15); }
td.TdClassName
{
border-color: #D8340F;
}
.TagClassName
{
border-color: #D8340F;
}
</style>