Html Css Color HEX #D33222 Harley Davidson Orange
📋 copy color: '#D33222'red 211 ◦ green 50 ◦ blue 34
Shades of Harley Davidson Orange #D33222
Tints of Harley Davidson Orange #D33222
RGB
CMYK
RGB Variations
Color information
#D33222 (or 0xD33222) is known color: Harley Davidson Orange. HEX triplet: D3, 32 and 22. RGB value is (211,50,34). Sum of RGB (Red+Green+Blue) = 211+50+34=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D33222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33222 is #2CCDDD. Grayscale: #606060. Windows color (decimal): -2936286 or 2241235. OLE color: 2241235.
HSL color Cylindrical-coordinate representation of color #D33222: hue angle of 5.42º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D33222 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 34 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.17 |
| HSL | 5.42º | 0.72% | 0.48% | - |
| HSV(B) | 5.42º | 0.84% | 0.83% | - |
| XYZ | 28.29 | 16.25 | 3.16 | - |
| YUV | 96.32 | 92.84 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 34 | 0 | 0.76 | 0.84 | 0.17 | 5.42 | 0.72 | 0.48 |
| Hex | D3 | 32 | 22 | 0 | 4C | 54 | 11 | 5 | 48 | 30 |
| Octal | 323 | 62 | 42 | 0 | 114 | 124 | 21 | 5 | 110 | 60 |
| Binary | 11010011 | 110010 | 100010 | 0 | 1001100 | 1010100 | 10001 | 101 | 1001000 | 110000 |
Color Harmonies of #D33222
Complementary color
Monochromatic Colors of #D33222
Black with #D33222
Text Example
Text Example
White with #D33222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33222; }
p { color: rgb(211,50,34); }
H1.HeaderClassName
{
color: #D33222;
}
.AnyTagClassName
{
color: #D33222;
}
</style>
background-color css
<style>
a { background-color: #D33222; }
a { background-color: rgb(211,50,34); }
div.DivClassName
{
background-color: #D33222;
}
.BgClassName
{
background-color: #D33222;
}
</style>
border-color css
<style>
span { border-color: #D33222; }
span { border-color: rgb(211,50,34); }
td.TdClassName
{
border-color: #D33222;
}
.TagClassName
{
border-color: #D33222;
}
</style>