Shades of Fire Engine Red #DD0D25
Tints of Fire Engine Red #DD0D25
RGB
CMYK
RGB Variations
Color information
#DD0D25 (or 0xDD0D25) is known color: Fire Engine Red. HEX triplet: DD, 0D and 25. RGB value is (221,13,37). Sum of RGB (Red+Green+Blue) = 221+13+37=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D25 is #22F2DA. Grayscale: #4E4E4E. Windows color (decimal): -2290395 or 2428381. OLE color: 2428381.
HSL color Cylindrical-coordinate representation of color #DD0D25: hue angle of 353.08º degrees, saturation: 0.89, 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 #DD0D25 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 37 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.13 |
| HSL | 353.08º | 0.89% | 0.46% | - |
| HSV(B) | 353.08º | 0.94% | 0.87% | - |
| XYZ | 30.3 | 15.79 | 3.2 | - |
| YUV | 77.93 | 104.91 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 37 | 0 | 0.94 | 0.83 | 0.13 | 353.08 | 0.89 | 0.46 |
| Hex | DD | D | 25 | 0 | 5E | 53 | D | 161 | 59 | 2E |
| Octal | 335 | 15 | 45 | 0 | 136 | 123 | 15 | 541 | 131 | 56 |
| Binary | 11011101 | 1101 | 100101 | 0 | 1011110 | 1010011 | 1101 | 101100001 | 1011001 | 101110 |
Color Harmonies of #DD0D25
Complementary color
Monochromatic Colors of #DD0D25
Black with #DD0D25
Text Example
Text Example
White with #DD0D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D25; }
p { color: rgb(221,13,37); }
H1.HeaderClassName
{
color: #DD0D25;
}
.AnyTagClassName
{
color: #DD0D25;
}
</style>
background-color css
<style>
a { background-color: #DD0D25; }
a { background-color: rgb(221,13,37); }
div.DivClassName
{
background-color: #DD0D25;
}
.BgClassName
{
background-color: #DD0D25;
}
</style>
border-color css
<style>
span { border-color: #DD0D25; }
span { border-color: rgb(221,13,37); }
td.TdClassName
{
border-color: #DD0D25;
}
.TagClassName
{
border-color: #DD0D25;
}
</style>