Html Css Color HEX #D33E17 Harley Davidson Orange
📋 copy color: '#D33E17'red 211 ◦ green 62 ◦ blue 23
Shades of Harley Davidson Orange #D33E17
Tints of Harley Davidson Orange #D33E17
RGB
CMYK
RGB Variations
Color information
#D33E17 (or 0xD33E17) is known color: Harley Davidson Orange. HEX triplet: D3, 3E and 17. RGB value is (211,62,23). Sum of RGB (Red+Green+Blue) = 211+62+23=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33E17 is #2CC1E8. Grayscale: #666666. Windows color (decimal): -2933225 or 1523411. OLE color: 1523411.
HSL color Cylindrical-coordinate representation of color #D33E17: hue angle of 12.45º 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 #D33E17 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.17 |
| HSL | 12.45º | 0.8% | 0.46% | - |
| HSV(B) | 12.45º | 0.89% | 0.83% | - |
| XYZ | 28.74 | 17.36 | 2.65 | - |
| YUV | 102.11 | 83.36 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 23 | 0 | 0.71 | 0.89 | 0.17 | 12.45 | 0.8 | 0.46 |
| Hex | D3 | 3E | 17 | 0 | 47 | 59 | 11 | C | 50 | 2E |
| Octal | 323 | 76 | 27 | 0 | 107 | 131 | 21 | 14 | 120 | 56 |
| Binary | 11010011 | 111110 | 10111 | 0 | 1000111 | 1011001 | 10001 | 1100 | 1010000 | 101110 |
Color Harmonies of #D33E17
Complementary color
Monochromatic Colors of #D33E17
Black with #D33E17
Text Example
Text Example
White with #D33E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33E17; }
p { color: rgb(211,62,23); }
H1.HeaderClassName
{
color: #D33E17;
}
.AnyTagClassName
{
color: #D33E17;
}
</style>
background-color css
<style>
a { background-color: #D33E17; }
a { background-color: rgb(211,62,23); }
div.DivClassName
{
background-color: #D33E17;
}
.BgClassName
{
background-color: #D33E17;
}
</style>
border-color css
<style>
span { border-color: #D33E17; }
span { border-color: rgb(211,62,23); }
td.TdClassName
{
border-color: #D33E17;
}
.TagClassName
{
border-color: #D33E17;
}
</style>