Html Css Color HEX #D6411D Harley Davidson Orange
📋 copy color: '#D6411D'red 214 ◦ green 65 ◦ blue 29
Shades of Harley Davidson Orange #D6411D
Tints of Harley Davidson Orange #D6411D
RGB
CMYK
RGB Variations
Color information
#D6411D (or 0xD6411D) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 1D. RGB value is (214,65,29). Sum of RGB (Red+Green+Blue) = 214+65+29=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6411D is #29BEE2. Grayscale: #696969. Windows color (decimal): -2735843 or 1917398. OLE color: 1917398.
HSL color Cylindrical-coordinate representation of color #D6411D: hue angle of 11.68º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6411D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 29 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.16 |
| HSL | 11.68º | 0.76% | 0.48% | - |
| HSV(B) | 11.68º | 0.86% | 0.84% | - |
| XYZ | 29.84 | 18.17 | 3.1 | - |
| YUV | 105.45 | 84.86 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 29 | 0 | 0.70 | 0.86 | 0.16 | 11.68 | 0.76 | 0.48 |
| Hex | D6 | 41 | 1D | 0 | 46 | 56 | 10 | C | 4C | 30 |
| Octal | 326 | 101 | 35 | 0 | 106 | 126 | 20 | 14 | 114 | 60 |
| Binary | 11010110 | 1000001 | 11101 | 0 | 1000110 | 1010110 | 10000 | 1100 | 1001100 | 110000 |
Color Harmonies of #D6411D
Complementary color
Monochromatic Colors of #D6411D
Black with #D6411D
Text Example
Text Example
White with #D6411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6411D; }
p { color: rgb(214,65,29); }
H1.HeaderClassName
{
color: #D6411D;
}
.AnyTagClassName
{
color: #D6411D;
}
</style>
background-color css
<style>
a { background-color: #D6411D; }
a { background-color: rgb(214,65,29); }
div.DivClassName
{
background-color: #D6411D;
}
.BgClassName
{
background-color: #D6411D;
}
</style>
border-color css
<style>
span { border-color: #D6411D; }
span { border-color: rgb(214,65,29); }
td.TdClassName
{
border-color: #D6411D;
}
.TagClassName
{
border-color: #D6411D;
}
</style>