Html Css Color HEX #D32010 Harley Davidson Orange
📋 copy color: '#D32010'red 211 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #D32010
Tints of Harley Davidson Orange #D32010
RGB
CMYK
RGB Variations
Color information
#D32010 (or 0xD32010) is known color: Harley Davidson Orange. HEX triplet: D3, 20 and 10. RGB value is (211,32,16). Sum of RGB (Red+Green+Blue) = 211+32+16=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D32010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32010 is #2CDFEF. Grayscale: #535353. Windows color (decimal): -2940912 or 1056979. OLE color: 1056979.
HSL color Cylindrical-coordinate representation of color #D32010: hue angle of 4.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D32010 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.17 |
| HSL | 4.92º | 0.86% | 0.45% | - |
| HSV(B) | 4.92º | 0.92% | 0.83% | - |
| XYZ | 27.47 | 14.92 | 1.92 | - |
| YUV | 83.7 | 89.8 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 16 | 0 | 0.85 | 0.92 | 0.17 | 4.92 | 0.86 | 0.45 |
| Hex | D3 | 20 | 10 | 0 | 55 | 5C | 11 | 5 | 56 | 2D |
| Octal | 323 | 40 | 20 | 0 | 125 | 134 | 21 | 5 | 126 | 55 |
| Binary | 11010011 | 100000 | 10000 | 0 | 1010101 | 1011100 | 10001 | 101 | 1010110 | 101101 |
Color Harmonies of #D32010
Complementary color
Monochromatic Colors of #D32010
Black with #D32010
Text Example
Text Example
White with #D32010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32010; }
p { color: rgb(211,32,16); }
H1.HeaderClassName
{
color: #D32010;
}
.AnyTagClassName
{
color: #D32010;
}
</style>
background-color css
<style>
a { background-color: #D32010; }
a { background-color: rgb(211,32,16); }
div.DivClassName
{
background-color: #D32010;
}
.BgClassName
{
background-color: #D32010;
}
</style>
border-color css
<style>
span { border-color: #D32010; }
span { border-color: rgb(211,32,16); }
td.TdClassName
{
border-color: #D32010;
}
.TagClassName
{
border-color: #D32010;
}
</style>