Html Css Color HEX #DE2E0B Harley Davidson Orange
📋 copy color: '#DE2E0B'red 222 ◦ green 46 ◦ blue 11
Shades of Harley Davidson Orange #DE2E0B
Tints of Harley Davidson Orange #DE2E0B
RGB
CMYK
RGB Variations
Color information
#DE2E0B (or 0xDE2E0B) is known color: Harley Davidson Orange. HEX triplet: DE, 2E and 0B. RGB value is (222,46,11). Sum of RGB (Red+Green+Blue) = 222+46+11=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2E0B is #21D1F4. Grayscale: #5E5E5E. Windows color (decimal): -2216437 or 732894. OLE color: 732894.
HSL color Cylindrical-coordinate representation of color #DE2E0B: hue angle of 9.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE2E0B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 46 | 11 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.13 |
| HSL | 9.95º | 0.91% | 0.46% | - |
| HSV(B) | 9.95º | 0.95% | 0.87% | - |
| XYZ | 31.16 | 17.51 | 2.05 | - |
| YUV | 94.63 | 80.81 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 46 | 11 | 0 | 0.79 | 0.95 | 0.13 | 9.95 | 0.91 | 0.46 |
| Hex | DE | 2E | B | 0 | 4F | 5F | D | A | 5B | 2E |
| Octal | 336 | 56 | 13 | 0 | 117 | 137 | 15 | 12 | 133 | 56 |
| Binary | 11011110 | 101110 | 1011 | 0 | 1001111 | 1011111 | 1101 | 1010 | 1011011 | 101110 |
Color Harmonies of #DE2E0B
Complementary color
Monochromatic Colors of #DE2E0B
Black with #DE2E0B
Text Example
Text Example
White with #DE2E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2E0B; }
p { color: rgb(222,46,11); }
H1.HeaderClassName
{
color: #DE2E0B;
}
.AnyTagClassName
{
color: #DE2E0B;
}
</style>
background-color css
<style>
a { background-color: #DE2E0B; }
a { background-color: rgb(222,46,11); }
div.DivClassName
{
background-color: #DE2E0B;
}
.BgClassName
{
background-color: #DE2E0B;
}
</style>
border-color css
<style>
span { border-color: #DE2E0B; }
span { border-color: rgb(222,46,11); }
td.TdClassName
{
border-color: #DE2E0B;
}
.TagClassName
{
border-color: #DE2E0B;
}
</style>