Html Css Color HEX #D6340D Harley Davidson Orange
📋 copy color: '#D6340D'red 214 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #D6340D
Tints of Harley Davidson Orange #D6340D
RGB
CMYK
RGB Variations
Color information
#D6340D (or 0xD6340D) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 0D. RGB value is (214,52,13). Sum of RGB (Red+Green+Blue) = 214+52+13=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6340D is #29CBF2. Grayscale: #606060. Windows color (decimal): -2739187 or 865494. OLE color: 865494.
HSL color Cylindrical-coordinate representation of color #D6340D: hue angle of 11.64º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6340D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.16 |
| HSL | 11.64º | 0.89% | 0.45% | - |
| HSV(B) | 11.64º | 0.94% | 0.84% | - |
| XYZ | 29.03 | 16.78 | 2.09 | - |
| YUV | 95.99 | 81.17 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 13 | 0 | 0.76 | 0.94 | 0.16 | 11.64 | 0.89 | 0.45 |
| Hex | D6 | 34 | D | 0 | 4C | 5E | 10 | C | 59 | 2D |
| Octal | 326 | 64 | 15 | 0 | 114 | 136 | 20 | 14 | 131 | 55 |
| Binary | 11010110 | 110100 | 1101 | 0 | 1001100 | 1011110 | 10000 | 1100 | 1011001 | 101101 |
Color Harmonies of #D6340D
Complementary color
Monochromatic Colors of #D6340D
Black with #D6340D
Text Example
Text Example
White with #D6340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6340D; }
p { color: rgb(214,52,13); }
H1.HeaderClassName
{
color: #D6340D;
}
.AnyTagClassName
{
color: #D6340D;
}
</style>
background-color css
<style>
a { background-color: #D6340D; }
a { background-color: rgb(214,52,13); }
div.DivClassName
{
background-color: #D6340D;
}
.BgClassName
{
background-color: #D6340D;
}
</style>
border-color css
<style>
span { border-color: #D6340D; }
span { border-color: rgb(214,52,13); }
td.TdClassName
{
border-color: #D6340D;
}
.TagClassName
{
border-color: #D6340D;
}
</style>