Html Css Color HEX #DE3F0E Harley Davidson Orange
📋 copy color: '#DE3F0E'red 222 ◦ green 63 ◦ blue 14
Shades of Harley Davidson Orange #DE3F0E
Tints of Harley Davidson Orange #DE3F0E
RGB
CMYK
RGB Variations
Color information
#DE3F0E (or 0xDE3F0E) is known color: Harley Davidson Orange. HEX triplet: DE, 3F and 0E. RGB value is (222,63,14). Sum of RGB (Red+Green+Blue) = 222+63+14=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3F0E is #21C0F1. Grayscale: #696969. Windows color (decimal): -2212082 or 933854. OLE color: 933854.
HSL color Cylindrical-coordinate representation of color #DE3F0E: hue angle of 14.13º 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 #DE3F0E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 63 | 14 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.13 |
| HSL | 14.13º | 0.88% | 0.46% | - |
| HSV(B) | 14.13º | 0.94% | 0.87% | - |
| XYZ | 31.98 | 19.12 | 2.42 | - |
| YUV | 104.96 | 76.68 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 63 | 14 | 0 | 0.72 | 0.94 | 0.13 | 14.13 | 0.88 | 0.46 |
| Hex | DE | 3F | E | 0 | 48 | 5E | D | E | 58 | 2E |
| Octal | 336 | 77 | 16 | 0 | 110 | 136 | 15 | 16 | 130 | 56 |
| Binary | 11011110 | 111111 | 1110 | 0 | 1001000 | 1011110 | 1101 | 1110 | 1011000 | 101110 |
Color Harmonies of #DE3F0E
Complementary color
Monochromatic Colors of #DE3F0E
Black with #DE3F0E
Text Example
Text Example
White with #DE3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3F0E; }
p { color: rgb(222,63,14); }
H1.HeaderClassName
{
color: #DE3F0E;
}
.AnyTagClassName
{
color: #DE3F0E;
}
</style>
background-color css
<style>
a { background-color: #DE3F0E; }
a { background-color: rgb(222,63,14); }
div.DivClassName
{
background-color: #DE3F0E;
}
.BgClassName
{
background-color: #DE3F0E;
}
</style>
border-color css
<style>
span { border-color: #DE3F0E; }
span { border-color: rgb(222,63,14); }
td.TdClassName
{
border-color: #DE3F0E;
}
.TagClassName
{
border-color: #DE3F0E;
}
</style>