Html Css Color HEX #D33417 Harley Davidson Orange
📋 copy color: '#D33417'red 211 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #D33417
Tints of Harley Davidson Orange #D33417
RGB
CMYK
RGB Variations
Color information
#D33417 (or 0xD33417) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 17. RGB value is (211,52,23). Sum of RGB (Red+Green+Blue) = 211+52+23=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D33417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33417 is #2CCBE8. Grayscale: #606060. Windows color (decimal): -2935785 or 1520851. OLE color: 1520851.
HSL color Cylindrical-coordinate representation of color #D33417: hue angle of 9.26º 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 #D33417 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 23 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.17 |
| HSL | 9.26º | 0.8% | 0.46% | - |
| HSV(B) | 9.26º | 0.89% | 0.83% | - |
| XYZ | 28.25 | 16.37 | 2.48 | - |
| YUV | 96.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 23 | 0 | 0.75 | 0.89 | 0.17 | 9.26 | 0.8 | 0.46 |
| Hex | D3 | 34 | 17 | 0 | 4B | 59 | 11 | 9 | 50 | 2E |
| Octal | 323 | 64 | 27 | 0 | 113 | 131 | 21 | 11 | 120 | 56 |
| Binary | 11010011 | 110100 | 10111 | 0 | 1001011 | 1011001 | 10001 | 1001 | 1010000 | 101110 |
Color Harmonies of #D33417
Complementary color
Monochromatic Colors of #D33417
Black with #D33417
Text Example
Text Example
White with #D33417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33417; }
p { color: rgb(211,52,23); }
H1.HeaderClassName
{
color: #D33417;
}
.AnyTagClassName
{
color: #D33417;
}
</style>
background-color css
<style>
a { background-color: #D33417; }
a { background-color: rgb(211,52,23); }
div.DivClassName
{
background-color: #D33417;
}
.BgClassName
{
background-color: #D33417;
}
</style>
border-color css
<style>
span { border-color: #D33417; }
span { border-color: rgb(211,52,23); }
td.TdClassName
{
border-color: #D33417;
}
.TagClassName
{
border-color: #D33417;
}
</style>