Shades of Fire Engine Red #DE101E
Tints of Fire Engine Red #DE101E
RGB
CMYK
RGB Variations
Color information
#DE101E (or 0xDE101E) is known color: Fire Engine Red. HEX triplet: DE, 10 and 1E. RGB value is (222,16,30). Sum of RGB (Red+Green+Blue) = 222+16+30=268 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.84% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 222 - color contains mainly: red. Hex color #DE101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE101E is #21EFE1. Grayscale: #4F4F4F. Windows color (decimal): -2224098 or 1970398. OLE color: 1970398.
HSL color Cylindrical-coordinate representation of color #DE101E: hue angle of 355.92º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE101E is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 30 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.13 |
| HSL | 355.92º | 0.87% | 0.47% | - |
| HSV(B) | 355.92º | 0.93% | 0.87% | - |
| XYZ | 30.54 | 15.99 | 2.71 | - |
| YUV | 79.19 | 100.25 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 30 | 0 | 0.93 | 0.86 | 0.13 | 355.92 | 0.87 | 0.47 |
| Hex | DE | 10 | 1E | 0 | 5D | 56 | D | 164 | 57 | 2F |
| Octal | 336 | 20 | 36 | 0 | 135 | 126 | 15 | 544 | 127 | 57 |
| Binary | 11011110 | 10000 | 11110 | 0 | 1011101 | 1010110 | 1101 | 101100100 | 1010111 | 101111 |
Color Harmonies of #DE101E
Complementary color
Monochromatic Colors of #DE101E
Black with #DE101E
Text Example
Text Example
White with #DE101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE101E; }
p { color: rgb(222,16,30); }
H1.HeaderClassName
{
color: #DE101E;
}
.AnyTagClassName
{
color: #DE101E;
}
</style>
background-color css
<style>
a { background-color: #DE101E; }
a { background-color: rgb(222,16,30); }
div.DivClassName
{
background-color: #DE101E;
}
.BgClassName
{
background-color: #DE101E;
}
</style>
border-color css
<style>
span { border-color: #DE101E; }
span { border-color: rgb(222,16,30); }
td.TdClassName
{
border-color: #DE101E;
}
.TagClassName
{
border-color: #DE101E;
}
</style>