Html Css Color HEX #DE3C16 Harley Davidson Orange
📋 copy color: '#DE3C16'red 222 ◦ green 60 ◦ blue 22
Shades of Harley Davidson Orange #DE3C16
Tints of Harley Davidson Orange #DE3C16
RGB
CMYK
RGB Variations
Color information
#DE3C16 (or 0xDE3C16) is known color: Harley Davidson Orange. HEX triplet: DE, 3C and 16. RGB value is (222,60,22). Sum of RGB (Red+Green+Blue) = 222+60+22=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3C16 is #21C3E9. Grayscale: #686868. Windows color (decimal): -2212842 or 1457374. OLE color: 1457374.
HSL color Cylindrical-coordinate representation of color #DE3C16: hue angle of 11.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE3C16 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 22 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.13 |
| HSL | 11.4º | 0.82% | 0.48% | - |
| HSV(B) | 11.4º | 0.9% | 0.87% | - |
| XYZ | 31.88 | 18.82 | 2.71 | - |
| YUV | 104.11 | 81.67 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 22 | 0 | 0.73 | 0.90 | 0.13 | 11.4 | 0.82 | 0.48 |
| Hex | DE | 3C | 16 | 0 | 49 | 5A | D | B | 52 | 30 |
| Octal | 336 | 74 | 26 | 0 | 111 | 132 | 15 | 13 | 122 | 60 |
| Binary | 11011110 | 111100 | 10110 | 0 | 1001001 | 1011010 | 1101 | 1011 | 1010010 | 110000 |
Color Harmonies of #DE3C16
Complementary color
Monochromatic Colors of #DE3C16
Black with #DE3C16
Text Example
Text Example
White with #DE3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C16; }
p { color: rgb(222,60,22); }
H1.HeaderClassName
{
color: #DE3C16;
}
.AnyTagClassName
{
color: #DE3C16;
}
</style>
background-color css
<style>
a { background-color: #DE3C16; }
a { background-color: rgb(222,60,22); }
div.DivClassName
{
background-color: #DE3C16;
}
.BgClassName
{
background-color: #DE3C16;
}
</style>
border-color css
<style>
span { border-color: #DE3C16; }
span { border-color: rgb(222,60,22); }
td.TdClassName
{
border-color: #DE3C16;
}
.TagClassName
{
border-color: #DE3C16;
}
</style>