Html Css Color HEX #D33411 Harley Davidson Orange
📋 copy color: '#D33411'red 211 ◦ green 52 ◦ blue 17
Shades of Harley Davidson Orange #D33411
Tints of Harley Davidson Orange #D33411
RGB
CMYK
RGB Variations
Color information
#D33411 (or 0xD33411) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 11. RGB value is (211,52,17). Sum of RGB (Red+Green+Blue) = 211+52+17=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D33411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33411 is #2CCBEE. Grayscale: #5F5F5F. Windows color (decimal): -2935791 or 1127635. OLE color: 1127635.
HSL color Cylindrical-coordinate representation of color #D33411: hue angle of 10.82º 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 #D33411 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.17 |
| HSL | 10.82º | 0.85% | 0.45% | - |
| HSV(B) | 10.82º | 0.92% | 0.83% | - |
| XYZ | 28.19 | 16.35 | 2.2 | - |
| YUV | 95.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 17 | 0 | 0.75 | 0.92 | 0.17 | 10.82 | 0.85 | 0.45 |
| Hex | D3 | 34 | 11 | 0 | 4B | 5C | 11 | B | 55 | 2D |
| Octal | 323 | 64 | 21 | 0 | 113 | 134 | 21 | 13 | 125 | 55 |
| Binary | 11010011 | 110100 | 10001 | 0 | 1001011 | 1011100 | 10001 | 1011 | 1010101 | 101101 |
Color Harmonies of #D33411
Complementary color
Monochromatic Colors of #D33411
Black with #D33411
Text Example
Text Example
White with #D33411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33411; }
p { color: rgb(211,52,17); }
H1.HeaderClassName
{
color: #D33411;
}
.AnyTagClassName
{
color: #D33411;
}
</style>
background-color css
<style>
a { background-color: #D33411; }
a { background-color: rgb(211,52,17); }
div.DivClassName
{
background-color: #D33411;
}
.BgClassName
{
background-color: #D33411;
}
</style>
border-color css
<style>
span { border-color: #D33411; }
span { border-color: rgb(211,52,17); }
td.TdClassName
{
border-color: #D33411;
}
.TagClassName
{
border-color: #D33411;
}
</style>