Html Css Color HEX #DE1B16 Harley Davidson Orange
📋 copy color: '#DE1B16'red 222 ◦ green 27 ◦ blue 22
Shades of Harley Davidson Orange #DE1B16
Tints of Harley Davidson Orange #DE1B16
RGB
CMYK
RGB Variations
Color information
#DE1B16 (or 0xDE1B16) is known color: Harley Davidson Orange. HEX triplet: DE, 1B and 16. RGB value is (222,27,22). Sum of RGB (Red+Green+Blue) = 222+27+22=271 (35% of max value = 765). Red value is 222 (87.11% from 255 or 81.92% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1B16 is #21E4E9. Grayscale: #545454. Windows color (decimal): -2221290 or 1448926. OLE color: 1448926.
HSL color Cylindrical-coordinate representation of color #DE1B16: hue angle of 1.5º 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 #DE1B16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 22 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.13 |
| HSL | 1.5º | 0.82% | 0.48% | - |
| HSV(B) | 1.5º | 0.9% | 0.87% | - |
| XYZ | 30.66 | 16.37 | 2.3 | - |
| YUV | 84.74 | 92.6 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 22 | 0 | 0.88 | 0.90 | 0.13 | 1.5 | 0.82 | 0.48 |
| Hex | DE | 1B | 16 | 0 | 58 | 5A | D | 2 | 52 | 30 |
| Octal | 336 | 33 | 26 | 0 | 130 | 132 | 15 | 2 | 122 | 60 |
| Binary | 11011110 | 11011 | 10110 | 0 | 1011000 | 1011010 | 1101 | 10 | 1010010 | 110000 |
Color Harmonies of #DE1B16
Complementary color
Monochromatic Colors of #DE1B16
Black with #DE1B16
Text Example
Text Example
White with #DE1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B16; }
p { color: rgb(222,27,22); }
H1.HeaderClassName
{
color: #DE1B16;
}
.AnyTagClassName
{
color: #DE1B16;
}
</style>
background-color css
<style>
a { background-color: #DE1B16; }
a { background-color: rgb(222,27,22); }
div.DivClassName
{
background-color: #DE1B16;
}
.BgClassName
{
background-color: #DE1B16;
}
</style>
border-color css
<style>
span { border-color: #DE1B16; }
span { border-color: rgb(222,27,22); }
td.TdClassName
{
border-color: #DE1B16;
}
.TagClassName
{
border-color: #DE1B16;
}
</style>