Html Css Color HEX #DE2C18 Harley Davidson Orange
📋 copy color: '#DE2C18'red 222 ◦ green 44 ◦ blue 24
Shades of Harley Davidson Orange #DE2C18
Tints of Harley Davidson Orange #DE2C18
RGB
CMYK
RGB Variations
Color information
#DE2C18 (or 0xDE2C18) is known color: Harley Davidson Orange. HEX triplet: DE, 2C and 18. RGB value is (222,44,24). Sum of RGB (Red+Green+Blue) = 222+44+24=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2C18 is #21D3E7. Grayscale: #5F5F5F. Windows color (decimal): -2216936 or 1584350. OLE color: 1584350.
HSL color Cylindrical-coordinate representation of color #DE2C18: hue angle of 6.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE2C18 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 24 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.13 |
| HSL | 6.06º | 0.8% | 0.48% | - |
| HSV(B) | 6.06º | 0.89% | 0.87% | - |
| XYZ | 31.19 | 17.4 | 2.58 | - |
| YUV | 94.94 | 87.97 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 24 | 0 | 0.80 | 0.89 | 0.13 | 6.06 | 0.8 | 0.48 |
| Hex | DE | 2C | 18 | 0 | 50 | 59 | D | 6 | 50 | 30 |
| Octal | 336 | 54 | 30 | 0 | 120 | 131 | 15 | 6 | 120 | 60 |
| Binary | 11011110 | 101100 | 11000 | 0 | 1010000 | 1011001 | 1101 | 110 | 1010000 | 110000 |
Color Harmonies of #DE2C18
Complementary color
Monochromatic Colors of #DE2C18
Black with #DE2C18
Text Example
Text Example
White with #DE2C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C18; }
p { color: rgb(222,44,24); }
H1.HeaderClassName
{
color: #DE2C18;
}
.AnyTagClassName
{
color: #DE2C18;
}
</style>
background-color css
<style>
a { background-color: #DE2C18; }
a { background-color: rgb(222,44,24); }
div.DivClassName
{
background-color: #DE2C18;
}
.BgClassName
{
background-color: #DE2C18;
}
</style>
border-color css
<style>
span { border-color: #DE2C18; }
span { border-color: rgb(222,44,24); }
td.TdClassName
{
border-color: #DE2C18;
}
.TagClassName
{
border-color: #DE2C18;
}
</style>