Html Css Color HEX #D32206 Harley Davidson Orange
📋 copy color: '#D32206'red 211 ◦ green 34 ◦ blue 6
Shades of Harley Davidson Orange #D32206
Tints of Harley Davidson Orange #D32206
RGB
CMYK
RGB Variations
Color information
#D32206 (or 0xD32206) is known color: Harley Davidson Orange. HEX triplet: D3, 22 and 06. RGB value is (211,34,6). Sum of RGB (Red+Green+Blue) = 211+34+6=251 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.06% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 211 - color contains mainly: red. Hex color #D32206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32206 is #2CDDF9. Grayscale: #545454. Windows color (decimal): -2940410 or 402131. OLE color: 402131.
HSL color Cylindrical-coordinate representation of color #D32206: hue angle of 8.2º 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 #D32206 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 6 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.17 |
| HSL | 8.2º | 0.94% | 0.43% | - |
| HSV(B) | 8.2º | 0.97% | 0.83% | - |
| XYZ | 27.47 | 15.01 | 1.62 | - |
| YUV | 83.73 | 84.14 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 6 | 0 | 0.84 | 0.97 | 0.17 | 8.2 | 0.94 | 0.43 |
| Hex | D3 | 22 | 6 | 0 | 54 | 61 | 11 | 8 | 5E | 2B |
| Octal | 323 | 42 | 6 | 0 | 124 | 141 | 21 | 10 | 136 | 53 |
| Binary | 11010011 | 100010 | 110 | 0 | 1010100 | 1100001 | 10001 | 1000 | 1011110 | 101011 |
Color Harmonies of #D32206
Complementary color
Monochromatic Colors of #D32206
Black with #D32206
Text Example
Text Example
White with #D32206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32206; }
p { color: rgb(211,34,6); }
H1.HeaderClassName
{
color: #D32206;
}
.AnyTagClassName
{
color: #D32206;
}
</style>
background-color css
<style>
a { background-color: #D32206; }
a { background-color: rgb(211,34,6); }
div.DivClassName
{
background-color: #D32206;
}
.BgClassName
{
background-color: #D32206;
}
</style>
border-color css
<style>
span { border-color: #D32206; }
span { border-color: rgb(211,34,6); }
td.TdClassName
{
border-color: #D32206;
}
.TagClassName
{
border-color: #D32206;
}
</style>