Html Css Color HEX #D32811 Harley Davidson Orange
📋 copy color: '#D32811'red 211 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #D32811
Tints of Harley Davidson Orange #D32811
RGB
CMYK
RGB Variations
Color information
#D32811 (or 0xD32811) is known color: Harley Davidson Orange. HEX triplet: D3, 28 and 11. RGB value is (211,40,17). Sum of RGB (Red+Green+Blue) = 211+40+17=268 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.73% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 211 - color contains mainly: red. Hex color #D32811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32811 is #2CD7EE. Grayscale: #585858. Windows color (decimal): -2938863 or 1124563. OLE color: 1124563.
HSL color Cylindrical-coordinate representation of color #D32811: hue angle of 7.11º 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 #D32811 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.17 |
| HSL | 7.11º | 0.85% | 0.45% | - |
| HSV(B) | 7.11º | 0.92% | 0.83% | - |
| XYZ | 27.72 | 15.41 | 2.04 | - |
| YUV | 88.51 | 87.65 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 17 | 0 | 0.81 | 0.92 | 0.17 | 7.11 | 0.85 | 0.45 |
| Hex | D3 | 28 | 11 | 0 | 51 | 5C | 11 | 7 | 55 | 2D |
| Octal | 323 | 50 | 21 | 0 | 121 | 134 | 21 | 7 | 125 | 55 |
| Binary | 11010011 | 101000 | 10001 | 0 | 1010001 | 1011100 | 10001 | 111 | 1010101 | 101101 |
Color Harmonies of #D32811
Complementary color
Monochromatic Colors of #D32811
Black with #D32811
Text Example
Text Example
White with #D32811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32811; }
p { color: rgb(211,40,17); }
H1.HeaderClassName
{
color: #D32811;
}
.AnyTagClassName
{
color: #D32811;
}
</style>
background-color css
<style>
a { background-color: #D32811; }
a { background-color: rgb(211,40,17); }
div.DivClassName
{
background-color: #D32811;
}
.BgClassName
{
background-color: #D32811;
}
</style>
border-color css
<style>
span { border-color: #D32811; }
span { border-color: rgb(211,40,17); }
td.TdClassName
{
border-color: #D32811;
}
.TagClassName
{
border-color: #D32811;
}
</style>