Shades of Fire Engine Red #DD0E26
Tints of Fire Engine Red #DD0E26
RGB
CMYK
RGB Variations
Color information
#DD0E26 (or 0xDD0E26) is known color: Fire Engine Red. HEX triplet: DD, 0E and 26. RGB value is (221,14,38). Sum of RGB (Red+Green+Blue) = 221+14+38=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E26 is #22F1D9. Grayscale: #4E4E4E. Windows color (decimal): -2290138 or 2494173. OLE color: 2494173.
HSL color Cylindrical-coordinate representation of color #DD0E26: hue angle of 353.04º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0E26 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 38 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.13 |
| HSL | 353.04º | 0.88% | 0.46% | - |
| HSV(B) | 353.04º | 0.94% | 0.87% | - |
| XYZ | 30.33 | 15.83 | 3.29 | - |
| YUV | 78.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 38 | 0 | 0.94 | 0.83 | 0.13 | 353.04 | 0.88 | 0.46 |
| Hex | DD | E | 26 | 0 | 5E | 53 | D | 161 | 58 | 2E |
| Octal | 335 | 16 | 46 | 0 | 136 | 123 | 15 | 541 | 130 | 56 |
| Binary | 11011101 | 1110 | 100110 | 0 | 1011110 | 1010011 | 1101 | 101100001 | 1011000 | 101110 |
Color Harmonies of #DD0E26
Complementary color
Monochromatic Colors of #DD0E26
Black with #DD0E26
Text Example
Text Example
White with #DD0E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E26; }
p { color: rgb(221,14,38); }
H1.HeaderClassName
{
color: #DD0E26;
}
.AnyTagClassName
{
color: #DD0E26;
}
</style>
background-color css
<style>
a { background-color: #DD0E26; }
a { background-color: rgb(221,14,38); }
div.DivClassName
{
background-color: #DD0E26;
}
.BgClassName
{
background-color: #DD0E26;
}
</style>
border-color css
<style>
span { border-color: #DD0E26; }
span { border-color: rgb(221,14,38); }
td.TdClassName
{
border-color: #DD0E26;
}
.TagClassName
{
border-color: #DD0E26;
}
</style>