Html Css Color HEX #D6421D Harley Davidson Orange
📋 copy color: '#D6421D'red 214 ◦ green 66 ◦ blue 29
Shades of Harley Davidson Orange #D6421D
Tints of Harley Davidson Orange #D6421D
RGB
CMYK
RGB Variations
Color information
#D6421D (or 0xD6421D) is known color: Harley Davidson Orange. HEX triplet: D6, 42 and 1D. RGB value is (214,66,29). Sum of RGB (Red+Green+Blue) = 214+66+29=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6421D is #29BDE2. Grayscale: #6A6A6A. Windows color (decimal): -2735587 or 1917654. OLE color: 1917654.
HSL color Cylindrical-coordinate representation of color #D6421D: hue angle of 12º 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 #D6421D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.16 |
| HSL | 12º | 0.76% | 0.48% | - |
| HSV(B) | 12º | 0.86% | 0.84% | - |
| XYZ | 29.9 | 18.28 | 3.12 | - |
| YUV | 106.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 29 | 0 | 0.69 | 0.86 | 0.16 | 12 | 0.76 | 0.48 |
| Hex | D6 | 42 | 1D | 0 | 45 | 56 | 10 | C | 4C | 30 |
| Octal | 326 | 102 | 35 | 0 | 105 | 126 | 20 | 14 | 114 | 60 |
| Binary | 11010110 | 1000010 | 11101 | 0 | 1000101 | 1010110 | 10000 | 1100 | 1001100 | 110000 |
Color Harmonies of #D6421D
Complementary color
Monochromatic Colors of #D6421D
Black with #D6421D
Text Example
Text Example
White with #D6421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6421D; }
p { color: rgb(214,66,29); }
H1.HeaderClassName
{
color: #D6421D;
}
.AnyTagClassName
{
color: #D6421D;
}
</style>
background-color css
<style>
a { background-color: #D6421D; }
a { background-color: rgb(214,66,29); }
div.DivClassName
{
background-color: #D6421D;
}
.BgClassName
{
background-color: #D6421D;
}
</style>
border-color css
<style>
span { border-color: #D6421D; }
span { border-color: rgb(214,66,29); }
td.TdClassName
{
border-color: #D6421D;
}
.TagClassName
{
border-color: #D6421D;
}
</style>