Html Css Color HEX #D33120 Harley Davidson Orange
📋 copy color: '#D33120'red 211 ◦ green 49 ◦ blue 32
Shades of Harley Davidson Orange #D33120
Tints of Harley Davidson Orange #D33120
RGB
CMYK
RGB Variations
Color information
#D33120 (or 0xD33120) is known color: Harley Davidson Orange. HEX triplet: D3, 31 and 20. RGB value is (211,49,32). Sum of RGB (Red+Green+Blue) = 211+49+32=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D33120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33120 is #2CCEDF. Grayscale: #5F5F5F. Windows color (decimal): -2936544 or 2109907. OLE color: 2109907.
HSL color Cylindrical-coordinate representation of color #D33120: hue angle of 5.7º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D33120 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 32 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.17 |
| HSL | 5.7º | 0.74% | 0.48% | - |
| HSV(B) | 5.7º | 0.85% | 0.83% | - |
| XYZ | 28.22 | 16.15 | 3 | - |
| YUV | 95.5 | 92.17 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 32 | 0 | 0.77 | 0.85 | 0.17 | 5.7 | 0.74 | 0.48 |
| Hex | D3 | 31 | 20 | 0 | 4D | 55 | 11 | 6 | 4A | 30 |
| Octal | 323 | 61 | 40 | 0 | 115 | 125 | 21 | 6 | 112 | 60 |
| Binary | 11010011 | 110001 | 100000 | 0 | 1001101 | 1010101 | 10001 | 110 | 1001010 | 110000 |
Color Harmonies of #D33120
Complementary color
Monochromatic Colors of #D33120
Black with #D33120
Text Example
Text Example
White with #D33120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33120; }
p { color: rgb(211,49,32); }
H1.HeaderClassName
{
color: #D33120;
}
.AnyTagClassName
{
color: #D33120;
}
</style>
background-color css
<style>
a { background-color: #D33120; }
a { background-color: rgb(211,49,32); }
div.DivClassName
{
background-color: #D33120;
}
.BgClassName
{
background-color: #D33120;
}
</style>
border-color css
<style>
span { border-color: #D33120; }
span { border-color: rgb(211,49,32); }
td.TdClassName
{
border-color: #D33120;
}
.TagClassName
{
border-color: #D33120;
}
</style>