Shades of Fire Engine Red #DE0B28
Tints of Fire Engine Red #DE0B28
RGB
CMYK
RGB Variations
Color information
#DE0B28 (or 0xDE0B28) is known color: Fire Engine Red. HEX triplet: DE, 0B and 28. RGB value is (222,11,40). Sum of RGB (Red+Green+Blue) = 222+11+40=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B28 is #21F4D7. Grayscale: #4D4D4D. Windows color (decimal): -2225368 or 2624478. OLE color: 2624478.
HSL color Cylindrical-coordinate representation of color #DE0B28: hue angle of 351.75º 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 #DE0B28 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 40 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.13 |
| HSL | 351.75º | 0.91% | 0.46% | - |
| HSV(B) | 351.75º | 0.95% | 0.87% | - |
| XYZ | 30.63 | 15.92 | 3.47 | - |
| YUV | 77.4 | 106.9 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 40 | 0 | 0.95 | 0.82 | 0.13 | 351.75 | 0.91 | 0.46 |
| Hex | DE | B | 28 | 0 | 5F | 52 | D | 160 | 5B | 2E |
| Octal | 336 | 13 | 50 | 0 | 137 | 122 | 15 | 540 | 133 | 56 |
| Binary | 11011110 | 1011 | 101000 | 0 | 1011111 | 1010010 | 1101 | 101100000 | 1011011 | 101110 |
Color Harmonies of #DE0B28
Complementary color
Monochromatic Colors of #DE0B28
Black with #DE0B28
Text Example
Text Example
White with #DE0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B28; }
p { color: rgb(222,11,40); }
H1.HeaderClassName
{
color: #DE0B28;
}
.AnyTagClassName
{
color: #DE0B28;
}
</style>
background-color css
<style>
a { background-color: #DE0B28; }
a { background-color: rgb(222,11,40); }
div.DivClassName
{
background-color: #DE0B28;
}
.BgClassName
{
background-color: #DE0B28;
}
</style>
border-color css
<style>
span { border-color: #DE0B28; }
span { border-color: rgb(222,11,40); }
td.TdClassName
{
border-color: #DE0B28;
}
.TagClassName
{
border-color: #DE0B28;
}
</style>