Html Css Color HEX #D33017 Harley Davidson Orange
📋 copy color: '#D33017'red 211 ◦ green 48 ◦ blue 23
Shades of Harley Davidson Orange #D33017
Tints of Harley Davidson Orange #D33017
RGB
CMYK
RGB Variations
Color information
#D33017 (or 0xD33017) is known color: Harley Davidson Orange. HEX triplet: D3, 30 and 17. RGB value is (211,48,23). Sum of RGB (Red+Green+Blue) = 211+48+23=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D33017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33017 is #2CCFE8. Grayscale: #5E5E5E. Windows color (decimal): -2936809 or 1519827. OLE color: 1519827.
HSL color Cylindrical-coordinate representation of color #D33017: hue angle of 7.98º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D33017 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 23 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.17 |
| HSL | 7.98º | 0.8% | 0.46% | - |
| HSV(B) | 7.98º | 0.89% | 0.83% | - |
| XYZ | 28.08 | 16.02 | 2.42 | - |
| YUV | 93.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 23 | 0 | 0.77 | 0.89 | 0.17 | 7.98 | 0.8 | 0.46 |
| Hex | D3 | 30 | 17 | 0 | 4D | 59 | 11 | 8 | 50 | 2E |
| Octal | 323 | 60 | 27 | 0 | 115 | 131 | 21 | 10 | 120 | 56 |
| Binary | 11010011 | 110000 | 10111 | 0 | 1001101 | 1011001 | 10001 | 1000 | 1010000 | 101110 |
Color Harmonies of #D33017
Complementary color
Monochromatic Colors of #D33017
Black with #D33017
Text Example
Text Example
White with #D33017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33017; }
p { color: rgb(211,48,23); }
H1.HeaderClassName
{
color: #D33017;
}
.AnyTagClassName
{
color: #D33017;
}
</style>
background-color css
<style>
a { background-color: #D33017; }
a { background-color: rgb(211,48,23); }
div.DivClassName
{
background-color: #D33017;
}
.BgClassName
{
background-color: #D33017;
}
</style>
border-color css
<style>
span { border-color: #D33017; }
span { border-color: rgb(211,48,23); }
td.TdClassName
{
border-color: #D33017;
}
.TagClassName
{
border-color: #D33017;
}
</style>