Html Css Color HEX #D33321 Harley Davidson Orange
📋 copy color: '#D33321'red 211 ◦ green 51 ◦ blue 33
Shades of Harley Davidson Orange #D33321
Tints of Harley Davidson Orange #D33321
RGB
CMYK
RGB Variations
Color information
#D33321 (or 0xD33321) is known color: Harley Davidson Orange. HEX triplet: D3, 33 and 21. RGB value is (211,51,33). Sum of RGB (Red+Green+Blue) = 211+51+33=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D33321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33321 is #2CCCDE. Grayscale: #616161. Windows color (decimal): -2936031 or 2175955. OLE color: 2175955.
HSL color Cylindrical-coordinate representation of color #D33321: hue angle of 6.07º degrees, saturation: 0.73, 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 #D33321 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 33 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.17 |
| HSL | 6.07º | 0.73% | 0.48% | - |
| HSV(B) | 6.07º | 0.84% | 0.83% | - |
| XYZ | 28.32 | 16.33 | 3.1 | - |
| YUV | 96.79 | 92.01 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 33 | 0 | 0.76 | 0.84 | 0.17 | 6.07 | 0.73 | 0.48 |
| Hex | D3 | 33 | 21 | 0 | 4C | 54 | 11 | 6 | 49 | 30 |
| Octal | 323 | 63 | 41 | 0 | 114 | 124 | 21 | 6 | 111 | 60 |
| Binary | 11010011 | 110011 | 100001 | 0 | 1001100 | 1010100 | 10001 | 110 | 1001001 | 110000 |
Color Harmonies of #D33321
Complementary color
Monochromatic Colors of #D33321
Black with #D33321
Text Example
Text Example
White with #D33321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33321; }
p { color: rgb(211,51,33); }
H1.HeaderClassName
{
color: #D33321;
}
.AnyTagClassName
{
color: #D33321;
}
</style>
background-color css
<style>
a { background-color: #D33321; }
a { background-color: rgb(211,51,33); }
div.DivClassName
{
background-color: #D33321;
}
.BgClassName
{
background-color: #D33321;
}
</style>
border-color css
<style>
span { border-color: #D33321; }
span { border-color: rgb(211,51,33); }
td.TdClassName
{
border-color: #D33321;
}
.TagClassName
{
border-color: #D33321;
}
</style>