Html Css Color HEX #D33211 Harley Davidson Orange
📋 copy color: '#D33211'red 211 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #D33211
Tints of Harley Davidson Orange #D33211
RGB
CMYK
RGB Variations
Color information
#D33211 (or 0xD33211) is known color: Harley Davidson Orange. HEX triplet: D3, 32 and 11. RGB value is (211,50,17). Sum of RGB (Red+Green+Blue) = 211+50+17=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D33211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33211 is #2CCDEE. Grayscale: #5E5E5E. Windows color (decimal): -2936303 or 1127123. OLE color: 1127123.
HSL color Cylindrical-coordinate representation of color #D33211: hue angle of 10.21º 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 #D33211 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.17 |
| HSL | 10.21º | 0.85% | 0.45% | - |
| HSV(B) | 10.21º | 0.92% | 0.83% | - |
| XYZ | 28.11 | 16.17 | 2.17 | - |
| YUV | 94.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 17 | 0 | 0.76 | 0.92 | 0.17 | 10.21 | 0.85 | 0.45 |
| Hex | D3 | 32 | 11 | 0 | 4C | 5C | 11 | A | 55 | 2D |
| Octal | 323 | 62 | 21 | 0 | 114 | 134 | 21 | 12 | 125 | 55 |
| Binary | 11010011 | 110010 | 10001 | 0 | 1001100 | 1011100 | 10001 | 1010 | 1010101 | 101101 |
Color Harmonies of #D33211
Complementary color
Monochromatic Colors of #D33211
Black with #D33211
Text Example
Text Example
White with #D33211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33211; }
p { color: rgb(211,50,17); }
H1.HeaderClassName
{
color: #D33211;
}
.AnyTagClassName
{
color: #D33211;
}
</style>
background-color css
<style>
a { background-color: #D33211; }
a { background-color: rgb(211,50,17); }
div.DivClassName
{
background-color: #D33211;
}
.BgClassName
{
background-color: #D33211;
}
</style>
border-color css
<style>
span { border-color: #D33211; }
span { border-color: rgb(211,50,17); }
td.TdClassName
{
border-color: #D33211;
}
.TagClassName
{
border-color: #D33211;
}
</style>