Html Css Color HEX #DE2014 Harley Davidson Orange
📋 copy color: '#DE2014'red 222 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #DE2014
Tints of Harley Davidson Orange #DE2014
RGB
CMYK
RGB Variations
Color information
#DE2014 (or 0xDE2014) is known color: Harley Davidson Orange. HEX triplet: DE, 20 and 14. RGB value is (222,32,20). Sum of RGB (Red+Green+Blue) = 222+32+20=274 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.02% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2014 is #21DFEB. Grayscale: #575757. Windows color (decimal): -2220012 or 1319134. OLE color: 1319134.
HSL color Cylindrical-coordinate representation of color #DE2014: hue angle of 3.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE2014 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 20 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.13 |
| HSL | 3.56º | 0.83% | 0.47% | - |
| HSV(B) | 3.56º | 0.91% | 0.87% | - |
| XYZ | 30.77 | 16.61 | 2.25 | - |
| YUV | 87.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 20 | 0 | 0.86 | 0.91 | 0.13 | 3.56 | 0.83 | 0.47 |
| Hex | DE | 20 | 14 | 0 | 56 | 5B | D | 4 | 53 | 2F |
| Octal | 336 | 40 | 24 | 0 | 126 | 133 | 15 | 4 | 123 | 57 |
| Binary | 11011110 | 100000 | 10100 | 0 | 1010110 | 1011011 | 1101 | 100 | 1010011 | 101111 |
Color Harmonies of #DE2014
Complementary color
Monochromatic Colors of #DE2014
Black with #DE2014
Text Example
Text Example
White with #DE2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2014; }
p { color: rgb(222,32,20); }
H1.HeaderClassName
{
color: #DE2014;
}
.AnyTagClassName
{
color: #DE2014;
}
</style>
background-color css
<style>
a { background-color: #DE2014; }
a { background-color: rgb(222,32,20); }
div.DivClassName
{
background-color: #DE2014;
}
.BgClassName
{
background-color: #DE2014;
}
</style>
border-color css
<style>
span { border-color: #DE2014; }
span { border-color: rgb(222,32,20); }
td.TdClassName
{
border-color: #DE2014;
}
.TagClassName
{
border-color: #DE2014;
}
</style>