Html Css Color HEX #DE1716 Harley Davidson Orange
📋 copy color: '#DE1716'red 222 ◦ green 23 ◦ blue 22
Shades of Harley Davidson Orange #DE1716
Tints of Harley Davidson Orange #DE1716
RGB
CMYK
RGB Variations
Color information
#DE1716 (or 0xDE1716) is known color: Harley Davidson Orange. HEX triplet: DE, 17 and 16. RGB value is (222,23,22). Sum of RGB (Red+Green+Blue) = 222+23+22=267 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.15% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1716 is #21E8E9. Grayscale: #525252. Windows color (decimal): -2222314 or 1447902. OLE color: 1447902.
HSL color Cylindrical-coordinate representation of color #DE1716: hue angle of 0.3º 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 #DE1716 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 22 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.13 |
| HSL | 0.3º | 0.82% | 0.48% | - |
| HSV(B) | 0.3º | 0.9% | 0.87% | - |
| XYZ | 30.58 | 16.2 | 2.27 | - |
| YUV | 82.39 | 93.93 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 22 | 0 | 0.90 | 0.90 | 0.13 | 0.3 | 0.82 | 0.48 |
| Hex | DE | 17 | 16 | 0 | 5A | 5A | D | 0 | 52 | 30 |
| Octal | 336 | 27 | 26 | 0 | 132 | 132 | 15 | 0 | 122 | 60 |
| Binary | 11011110 | 10111 | 10110 | 0 | 1011010 | 1011010 | 1101 | 0 | 1010010 | 110000 |
Color Harmonies of #DE1716
Complementary color
Monochromatic Colors of #DE1716
Black with #DE1716
Text Example
Text Example
White with #DE1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1716; }
p { color: rgb(222,23,22); }
H1.HeaderClassName
{
color: #DE1716;
}
.AnyTagClassName
{
color: #DE1716;
}
</style>
background-color css
<style>
a { background-color: #DE1716; }
a { background-color: rgb(222,23,22); }
div.DivClassName
{
background-color: #DE1716;
}
.BgClassName
{
background-color: #DE1716;
}
</style>
border-color css
<style>
span { border-color: #DE1716; }
span { border-color: rgb(222,23,22); }
td.TdClassName
{
border-color: #DE1716;
}
.TagClassName
{
border-color: #DE1716;
}
</style>