Html Css Color HEX #D32511 Harley Davidson Orange
📋 copy color: '#D32511'red 211 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #D32511
Tints of Harley Davidson Orange #D32511
RGB
CMYK
RGB Variations
Color information
#D32511 (or 0xD32511) is known color: Harley Davidson Orange. HEX triplet: D3, 25 and 11. RGB value is (211,37,17). Sum of RGB (Red+Green+Blue) = 211+37+17=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D32511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32511 is #2CDAEE. Grayscale: #575757. Windows color (decimal): -2939631 or 1123795. OLE color: 1123795.
HSL color Cylindrical-coordinate representation of color #D32511: hue angle of 6.19º degrees, saturation: 0.85, 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 #D32511 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 17 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.17 |
| HSL | 6.19º | 0.85% | 0.45% | - |
| HSV(B) | 6.19º | 0.92% | 0.83% | - |
| XYZ | 27.63 | 15.21 | 2.01 | - |
| YUV | 86.75 | 88.65 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 17 | 0 | 0.82 | 0.92 | 0.17 | 6.19 | 0.85 | 0.45 |
| Hex | D3 | 25 | 11 | 0 | 52 | 5C | 11 | 6 | 55 | 2D |
| Octal | 323 | 45 | 21 | 0 | 122 | 134 | 21 | 6 | 125 | 55 |
| Binary | 11010011 | 100101 | 10001 | 0 | 1010010 | 1011100 | 10001 | 110 | 1010101 | 101101 |
Color Harmonies of #D32511
Complementary color
Monochromatic Colors of #D32511
Black with #D32511
Text Example
Text Example
White with #D32511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32511; }
p { color: rgb(211,37,17); }
H1.HeaderClassName
{
color: #D32511;
}
.AnyTagClassName
{
color: #D32511;
}
</style>
background-color css
<style>
a { background-color: #D32511; }
a { background-color: rgb(211,37,17); }
div.DivClassName
{
background-color: #D32511;
}
.BgClassName
{
background-color: #D32511;
}
</style>
border-color css
<style>
span { border-color: #D32511; }
span { border-color: rgb(211,37,17); }
td.TdClassName
{
border-color: #D32511;
}
.TagClassName
{
border-color: #D32511;
}
</style>