Html Css Color HEX #D33D17 Harley Davidson Orange
📋 copy color: '#D33D17'red 211 ◦ green 61 ◦ blue 23
Shades of Harley Davidson Orange #D33D17
Tints of Harley Davidson Orange #D33D17
RGB
CMYK
RGB Variations
Color information
#D33D17 (or 0xD33D17) is known color: Harley Davidson Orange. HEX triplet: D3, 3D and 17. RGB value is (211,61,23). Sum of RGB (Red+Green+Blue) = 211+61+23=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33D17 is #2CC2E8. Grayscale: #656565. Windows color (decimal): -2933481 or 1523155. OLE color: 1523155.
HSL color Cylindrical-coordinate representation of color #D33D17: hue angle of 12.13º 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 #D33D17 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.17 |
| HSL | 12.13º | 0.8% | 0.46% | - |
| HSV(B) | 12.13º | 0.89% | 0.83% | - |
| XYZ | 28.69 | 17.25 | 2.63 | - |
| YUV | 101.52 | 83.7 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 23 | 0 | 0.71 | 0.89 | 0.17 | 12.13 | 0.8 | 0.46 |
| Hex | D3 | 3D | 17 | 0 | 47 | 59 | 11 | C | 50 | 2E |
| Octal | 323 | 75 | 27 | 0 | 107 | 131 | 21 | 14 | 120 | 56 |
| Binary | 11010011 | 111101 | 10111 | 0 | 1000111 | 1011001 | 10001 | 1100 | 1010000 | 101110 |
Color Harmonies of #D33D17
Complementary color
Monochromatic Colors of #D33D17
Black with #D33D17
Text Example
Text Example
White with #D33D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D17; }
p { color: rgb(211,61,23); }
H1.HeaderClassName
{
color: #D33D17;
}
.AnyTagClassName
{
color: #D33D17;
}
</style>
background-color css
<style>
a { background-color: #D33D17; }
a { background-color: rgb(211,61,23); }
div.DivClassName
{
background-color: #D33D17;
}
.BgClassName
{
background-color: #D33D17;
}
</style>
border-color css
<style>
span { border-color: #D33D17; }
span { border-color: rgb(211,61,23); }
td.TdClassName
{
border-color: #D33D17;
}
.TagClassName
{
border-color: #D33D17;
}
</style>