Html Css Color HEX #DE400E Harley Davidson Orange
📋 copy color: '#DE400E'red 222 ◦ green 64 ◦ blue 14
Shades of Harley Davidson Orange #DE400E
Tints of Harley Davidson Orange #DE400E
RGB
CMYK
RGB Variations
Color information
#DE400E (or 0xDE400E) is known color: Harley Davidson Orange. HEX triplet: DE, 40 and 0E. RGB value is (222,64,14). Sum of RGB (Red+Green+Blue) = 222+64+14=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE400E is #21BFF1. Grayscale: #696969. Windows color (decimal): -2211826 or 934110. OLE color: 934110.
HSL color Cylindrical-coordinate representation of color #DE400E: hue angle of 14.42º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE400E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.13 |
| HSL | 14.42º | 0.88% | 0.46% | - |
| HSV(B) | 14.42º | 0.94% | 0.87% | - |
| XYZ | 32.04 | 19.23 | 2.44 | - |
| YUV | 105.54 | 76.35 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 14 | 0 | 0.71 | 0.94 | 0.13 | 14.42 | 0.88 | 0.46 |
| Hex | DE | 40 | E | 0 | 47 | 5E | D | E | 58 | 2E |
| Octal | 336 | 100 | 16 | 0 | 107 | 136 | 15 | 16 | 130 | 56 |
| Binary | 11011110 | 1000000 | 1110 | 0 | 1000111 | 1011110 | 1101 | 1110 | 1011000 | 101110 |
Color Harmonies of #DE400E
Complementary color
Monochromatic Colors of #DE400E
Black with #DE400E
Text Example
Text Example
White with #DE400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE400E; }
p { color: rgb(222,64,14); }
H1.HeaderClassName
{
color: #DE400E;
}
.AnyTagClassName
{
color: #DE400E;
}
</style>
background-color css
<style>
a { background-color: #DE400E; }
a { background-color: rgb(222,64,14); }
div.DivClassName
{
background-color: #DE400E;
}
.BgClassName
{
background-color: #DE400E;
}
</style>
border-color css
<style>
span { border-color: #DE400E; }
span { border-color: rgb(222,64,14); }
td.TdClassName
{
border-color: #DE400E;
}
.TagClassName
{
border-color: #DE400E;
}
</style>