Shades of Fire Engine Red #DE0B1F
Tints of Fire Engine Red #DE0B1F
RGB
CMYK
RGB Variations
Color information
#DE0B1F (or 0xDE0B1F) is known color: Fire Engine Red. HEX triplet: DE, 0B and 1F. RGB value is (222,11,31). Sum of RGB (Red+Green+Blue) = 222+11+31=264 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.09% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B1F is #21F4E0. Grayscale: #4C4C4C. Windows color (decimal): -2225377 or 2034654. OLE color: 2034654.
HSL color Cylindrical-coordinate representation of color #DE0B1F: hue angle of 354.31º 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 #DE0B1F is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 31 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.13 |
| HSL | 354.31º | 0.91% | 0.46% | - |
| HSV(B) | 354.31º | 0.95% | 0.87% | - |
| XYZ | 30.49 | 15.87 | 2.75 | - |
| YUV | 76.37 | 102.4 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 31 | 0 | 0.95 | 0.86 | 0.13 | 354.31 | 0.91 | 0.46 |
| Hex | DE | B | 1F | 0 | 5F | 56 | D | 162 | 5B | 2E |
| Octal | 336 | 13 | 37 | 0 | 137 | 126 | 15 | 542 | 133 | 56 |
| Binary | 11011110 | 1011 | 11111 | 0 | 1011111 | 1010110 | 1101 | 101100010 | 1011011 | 101110 |
Color Harmonies of #DE0B1F
Complementary color
Monochromatic Colors of #DE0B1F
Black with #DE0B1F
Text Example
Text Example
White with #DE0B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B1F; }
p { color: rgb(222,11,31); }
H1.HeaderClassName
{
color: #DE0B1F;
}
.AnyTagClassName
{
color: #DE0B1F;
}
</style>
background-color css
<style>
a { background-color: #DE0B1F; }
a { background-color: rgb(222,11,31); }
div.DivClassName
{
background-color: #DE0B1F;
}
.BgClassName
{
background-color: #DE0B1F;
}
</style>
border-color css
<style>
span { border-color: #DE0B1F; }
span { border-color: rgb(222,11,31); }
td.TdClassName
{
border-color: #DE0B1F;
}
.TagClassName
{
border-color: #DE0B1F;
}
</style>