Html Css Color HEX #D33711 Harley Davidson Orange
📋 copy color: '#D33711'red 211 ◦ green 55 ◦ blue 17
Shades of Harley Davidson Orange #D33711
Tints of Harley Davidson Orange #D33711
RGB
CMYK
RGB Variations
Color information
#D33711 (or 0xD33711) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 11. RGB value is (211,55,17). Sum of RGB (Red+Green+Blue) = 211+55+17=283 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.56% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 211 - color contains mainly: red. Hex color #D33711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33711 is #2CC8EE. Grayscale: #616161. Windows color (decimal): -2935023 or 1128403. OLE color: 1128403.
HSL color Cylindrical-coordinate representation of color #D33711: hue angle of 11.75º 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 #D33711 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 17 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.17 |
| HSL | 11.75º | 0.85% | 0.45% | - |
| HSV(B) | 11.75º | 0.92% | 0.83% | - |
| XYZ | 28.33 | 16.62 | 2.25 | - |
| YUV | 97.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 17 | 0 | 0.74 | 0.92 | 0.17 | 11.75 | 0.85 | 0.45 |
| Hex | D3 | 37 | 11 | 0 | 4A | 5C | 11 | C | 55 | 2D |
| Octal | 323 | 67 | 21 | 0 | 112 | 134 | 21 | 14 | 125 | 55 |
| Binary | 11010011 | 110111 | 10001 | 0 | 1001010 | 1011100 | 10001 | 1100 | 1010101 | 101101 |
Color Harmonies of #D33711
Complementary color
Monochromatic Colors of #D33711
Black with #D33711
Text Example
Text Example
White with #D33711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33711; }
p { color: rgb(211,55,17); }
H1.HeaderClassName
{
color: #D33711;
}
.AnyTagClassName
{
color: #D33711;
}
</style>
background-color css
<style>
a { background-color: #D33711; }
a { background-color: rgb(211,55,17); }
div.DivClassName
{
background-color: #D33711;
}
.BgClassName
{
background-color: #D33711;
}
</style>
border-color css
<style>
span { border-color: #D33711; }
span { border-color: rgb(211,55,17); }
td.TdClassName
{
border-color: #D33711;
}
.TagClassName
{
border-color: #D33711;
}
</style>