Shades of Fire Engine Red #DD0E25
Tints of Fire Engine Red #DD0E25
RGB
CMYK
RGB Variations
Color information
#DD0E25 (or 0xDD0E25) is known color: Fire Engine Red. HEX triplet: DD, 0E and 25. RGB value is (221,14,37). Sum of RGB (Red+Green+Blue) = 221+14+37=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E25 is #22F1DA. Grayscale: #4E4E4E. Windows color (decimal): -2290139 or 2428637. OLE color: 2428637.
HSL color Cylindrical-coordinate representation of color #DD0E25: hue angle of 353.33º 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 #DD0E25 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 37 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.13 |
| HSL | 353.33º | 0.88% | 0.46% | - |
| HSV(B) | 353.33º | 0.94% | 0.87% | - |
| XYZ | 30.31 | 15.82 | 3.21 | - |
| YUV | 78.52 | 104.58 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 37 | 0 | 0.94 | 0.83 | 0.13 | 353.33 | 0.88 | 0.46 |
| Hex | DD | E | 25 | 0 | 5E | 53 | D | 161 | 58 | 2E |
| Octal | 335 | 16 | 45 | 0 | 136 | 123 | 15 | 541 | 130 | 56 |
| Binary | 11011101 | 1110 | 100101 | 0 | 1011110 | 1010011 | 1101 | 101100001 | 1011000 | 101110 |
Color Harmonies of #DD0E25
Complementary color
Monochromatic Colors of #DD0E25
Black with #DD0E25
Text Example
Text Example
White with #DD0E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E25; }
p { color: rgb(221,14,37); }
H1.HeaderClassName
{
color: #DD0E25;
}
.AnyTagClassName
{
color: #DD0E25;
}
</style>
background-color css
<style>
a { background-color: #DD0E25; }
a { background-color: rgb(221,14,37); }
div.DivClassName
{
background-color: #DD0E25;
}
.BgClassName
{
background-color: #DD0E25;
}
</style>
border-color css
<style>
span { border-color: #DD0E25; }
span { border-color: rgb(221,14,37); }
td.TdClassName
{
border-color: #DD0E25;
}
.TagClassName
{
border-color: #DD0E25;
}
</style>