Shades of Fire Engine Red #DE0B1B
Tints of Fire Engine Red #DE0B1B
RGB
CMYK
RGB Variations
Color information
#DE0B1B (or 0xDE0B1B) is known color: Fire Engine Red. HEX triplet: DE, 0B and 1B. RGB value is (222,11,27). Sum of RGB (Red+Green+Blue) = 222+11+27=260 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.38% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B1B is #21F4E4. Grayscale: #4C4C4C. Windows color (decimal): -2225381 or 1772510. OLE color: 1772510.
HSL color Cylindrical-coordinate representation of color #DE0B1B: hue angle of 355.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0B1B is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 27 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.13 |
| HSL | 355.45º | 0.91% | 0.46% | - |
| HSV(B) | 355.45º | 0.95% | 0.87% | - |
| XYZ | 30.44 | 15.85 | 2.49 | - |
| YUV | 75.91 | 100.4 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 27 | 0 | 0.95 | 0.88 | 0.13 | 355.45 | 0.91 | 0.46 |
| Hex | DE | B | 1B | 0 | 5F | 58 | D | 163 | 5B | 2E |
| Octal | 336 | 13 | 33 | 0 | 137 | 130 | 15 | 543 | 133 | 56 |
| Binary | 11011110 | 1011 | 11011 | 0 | 1011111 | 1011000 | 1101 | 101100011 | 1011011 | 101110 |
Color Harmonies of #DE0B1B
Complementary color
Monochromatic Colors of #DE0B1B
Black with #DE0B1B
Text Example
Text Example
White with #DE0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B1B; }
p { color: rgb(222,11,27); }
H1.HeaderClassName
{
color: #DE0B1B;
}
.AnyTagClassName
{
color: #DE0B1B;
}
</style>
background-color css
<style>
a { background-color: #DE0B1B; }
a { background-color: rgb(222,11,27); }
div.DivClassName
{
background-color: #DE0B1B;
}
.BgClassName
{
background-color: #DE0B1B;
}
</style>
border-color css
<style>
span { border-color: #DE0B1B; }
span { border-color: rgb(222,11,27); }
td.TdClassName
{
border-color: #DE0B1B;
}
.TagClassName
{
border-color: #DE0B1B;
}
</style>