Html Css Color HEX #D6220C Harley Davidson Orange
📋 copy color: '#D6220C'red 214 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #D6220C
Tints of Harley Davidson Orange #D6220C
RGB
CMYK
RGB Variations
Color information
#D6220C (or 0xD6220C) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 0C. RGB value is (214,34,12). Sum of RGB (Red+Green+Blue) = 214+34+12=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D6220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6220C is #29DDF3. Grayscale: #555555. Windows color (decimal): -2743796 or 795350. OLE color: 795350.
HSL color Cylindrical-coordinate representation of color #D6220C: hue angle of 6.53º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6220C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.16 |
| HSL | 6.53º | 0.89% | 0.44% | - |
| HSV(B) | 6.53º | 0.94% | 0.84% | - |
| XYZ | 28.37 | 15.47 | 1.84 | - |
| YUV | 85.31 | 86.63 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 12 | 0 | 0.84 | 0.94 | 0.16 | 6.53 | 0.89 | 0.44 |
| Hex | D6 | 22 | C | 0 | 54 | 5E | 10 | 7 | 59 | 2C |
| Octal | 326 | 42 | 14 | 0 | 124 | 136 | 20 | 7 | 131 | 54 |
| Binary | 11010110 | 100010 | 1100 | 0 | 1010100 | 1011110 | 10000 | 111 | 1011001 | 101100 |
Color Harmonies of #D6220C
Complementary color
Monochromatic Colors of #D6220C
Black with #D6220C
Text Example
Text Example
White with #D6220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6220C; }
p { color: rgb(214,34,12); }
H1.HeaderClassName
{
color: #D6220C;
}
.AnyTagClassName
{
color: #D6220C;
}
</style>
background-color css
<style>
a { background-color: #D6220C; }
a { background-color: rgb(214,34,12); }
div.DivClassName
{
background-color: #D6220C;
}
.BgClassName
{
background-color: #D6220C;
}
</style>
border-color css
<style>
span { border-color: #D6220C; }
span { border-color: rgb(214,34,12); }
td.TdClassName
{
border-color: #D6220C;
}
.TagClassName
{
border-color: #D6220C;
}
</style>