Html Css Color HEX #DE2A00 Harley Davidson Orange
📋 copy color: '#DE2A00'red 222 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #DE2A00
Tints of Harley Davidson Orange #DE2A00
RGB
CMYK
RGB Variations
Color information
#DE2A00 (or 0xDE2A00) is known color: Harley Davidson Orange. HEX triplet: DE, 2A and 00. RGB value is (222,42,0). Sum of RGB (Red+Green+Blue) = 222+42+0=264 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.09% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2A00 is #21D5FF. Grayscale: #5B5B5B. Windows color (decimal): -2217472 or 10974. OLE color: 10974.
HSL color Cylindrical-coordinate representation of color #DE2A00: hue angle of 11.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE2A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 42 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.13 |
| HSL | 11.35º | 1% | 0.44% | - |
| HSV(B) | 11.35º | 1% | 0.87% | - |
| XYZ | 30.95 | 17.19 | 1.69 | - |
| YUV | 91.03 | 76.63 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 42 | 0 | 0 | 0.81 | 1 | 0.13 | 11.35 | 1 | 0.44 |
| Hex | DE | 2A | 0 | 0 | 51 | 64 | D | B | 64 | 2C |
| Octal | 336 | 52 | 0 | 0 | 121 | 144 | 15 | 13 | 144 | 54 |
| Binary | 11011110 | 101010 | 0 | 0 | 1010001 | 1100100 | 1101 | 1011 | 1100100 | 101100 |
Color Harmonies of #DE2A00
Complementary color
Monochromatic Colors of #DE2A00
Black with #DE2A00
Text Example
Text Example
White with #DE2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2A00; }
p { color: rgb(222,42,0); }
H1.HeaderClassName
{
color: #DE2A00;
}
.AnyTagClassName
{
color: #DE2A00;
}
</style>
background-color css
<style>
a { background-color: #DE2A00; }
a { background-color: rgb(222,42,0); }
div.DivClassName
{
background-color: #DE2A00;
}
.BgClassName
{
background-color: #DE2A00;
}
</style>
border-color css
<style>
span { border-color: #DE2A00; }
span { border-color: rgb(222,42,0); }
td.TdClassName
{
border-color: #DE2A00;
}
.TagClassName
{
border-color: #DE2A00;
}
</style>