Html Css Color HEX #DE3716 Harley Davidson Orange
📋 copy color: '#DE3716'red 222 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #DE3716
Tints of Harley Davidson Orange #DE3716
RGB
CMYK
RGB Variations
Color information
#DE3716 (or 0xDE3716) is known color: Harley Davidson Orange. HEX triplet: DE, 37 and 16. RGB value is (222,55,22). Sum of RGB (Red+Green+Blue) = 222+55+22=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3716 is #21C8E9. Grayscale: #656565. Windows color (decimal): -2214122 or 1456094. OLE color: 1456094.
HSL color Cylindrical-coordinate representation of color #DE3716: hue angle of 9.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE3716 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 22 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.13 |
| HSL | 9.9º | 0.82% | 0.48% | - |
| HSV(B) | 9.9º | 0.9% | 0.87% | - |
| XYZ | 31.64 | 18.32 | 2.63 | - |
| YUV | 101.17 | 83.33 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 22 | 0 | 0.75 | 0.90 | 0.13 | 9.9 | 0.82 | 0.48 |
| Hex | DE | 37 | 16 | 0 | 4B | 5A | D | A | 52 | 30 |
| Octal | 336 | 67 | 26 | 0 | 113 | 132 | 15 | 12 | 122 | 60 |
| Binary | 11011110 | 110111 | 10110 | 0 | 1001011 | 1011010 | 1101 | 1010 | 1010010 | 110000 |
Color Harmonies of #DE3716
Complementary color
Monochromatic Colors of #DE3716
Black with #DE3716
Text Example
Text Example
White with #DE3716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3716; }
p { color: rgb(222,55,22); }
H1.HeaderClassName
{
color: #DE3716;
}
.AnyTagClassName
{
color: #DE3716;
}
</style>
background-color css
<style>
a { background-color: #DE3716; }
a { background-color: rgb(222,55,22); }
div.DivClassName
{
background-color: #DE3716;
}
.BgClassName
{
background-color: #DE3716;
}
</style>
border-color css
<style>
span { border-color: #DE3716; }
span { border-color: rgb(222,55,22); }
td.TdClassName
{
border-color: #DE3716;
}
.TagClassName
{
border-color: #DE3716;
}
</style>