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