Html Css Color HEX #D32006 Harley Davidson Orange
📋 copy color: '#D32006'red 211 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #D32006
Tints of Harley Davidson Orange #D32006
RGB
CMYK
RGB Variations
Color information
#D32006 (or 0xD32006) is known color: Harley Davidson Orange. HEX triplet: D3, 20 and 06. RGB value is (211,32,6). Sum of RGB (Red+Green+Blue) = 211+32+6=249 (32% of max value = 765). Red value is 211 (82.81% from 255 or 84.74% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 211 - color contains mainly: red. Hex color #D32006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32006 is #2CDFF9. Grayscale: #525252. Windows color (decimal): -2940922 or 401619. OLE color: 401619.
HSL color Cylindrical-coordinate representation of color #D32006: hue angle of 7.61º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D32006 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.17 |
| HSL | 7.61º | 0.94% | 0.43% | - |
| HSV(B) | 7.61º | 0.97% | 0.83% | - |
| XYZ | 27.41 | 14.9 | 1.6 | - |
| YUV | 82.56 | 84.8 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 6 | 0 | 0.85 | 0.97 | 0.17 | 7.61 | 0.94 | 0.43 |
| Hex | D3 | 20 | 6 | 0 | 55 | 61 | 11 | 8 | 5E | 2B |
| Octal | 323 | 40 | 6 | 0 | 125 | 141 | 21 | 10 | 136 | 53 |
| Binary | 11010011 | 100000 | 110 | 0 | 1010101 | 1100001 | 10001 | 1000 | 1011110 | 101011 |
Color Harmonies of #D32006
Complementary color
Monochromatic Colors of #D32006
Black with #D32006
Text Example
Text Example
White with #D32006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32006; }
p { color: rgb(211,32,6); }
H1.HeaderClassName
{
color: #D32006;
}
.AnyTagClassName
{
color: #D32006;
}
</style>
background-color css
<style>
a { background-color: #D32006; }
a { background-color: rgb(211,32,6); }
div.DivClassName
{
background-color: #D32006;
}
.BgClassName
{
background-color: #D32006;
}
</style>
border-color css
<style>
span { border-color: #D32006; }
span { border-color: rgb(211,32,6); }
td.TdClassName
{
border-color: #D32006;
}
.TagClassName
{
border-color: #D32006;
}
</style>