Shades of Fire Engine Red #DD0225
Tints of Fire Engine Red #DD0225
RGB
CMYK
RGB Variations
Color information
#DD0225 (or 0xDD0225) is known color: Fire Engine Red. HEX triplet: DD, 02 and 25. RGB value is (221,2,37). Sum of RGB (Red+Green+Blue) = 221+2+37=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0225 is #22FDDA. Grayscale: #474747. Windows color (decimal): -2293211 or 2425565. OLE color: 2425565.
HSL color Cylindrical-coordinate representation of color #DD0225: hue angle of 350.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0225 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 37 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.13 |
| HSL | 350.41º | 0.98% | 0.44% | - |
| HSV(B) | 350.41º | 0.99% | 0.87% | - |
| XYZ | 30.17 | 15.55 | 3.16 | - |
| YUV | 71.47 | 108.55 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 37 | 0 | 0.99 | 0.83 | 0.13 | 350.41 | 0.98 | 0.44 |
| Hex | DD | 2 | 25 | 0 | 63 | 53 | D | 15E | 62 | 2C |
| Octal | 335 | 2 | 45 | 0 | 143 | 123 | 15 | 536 | 142 | 54 |
| Binary | 11011101 | 10 | 100101 | 0 | 1100011 | 1010011 | 1101 | 101011110 | 1100010 | 101100 |
Color Harmonies of #DD0225
Complementary color
Monochromatic Colors of #DD0225
Black with #DD0225
Text Example
Text Example
White with #DD0225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0225; }
p { color: rgb(221,2,37); }
H1.HeaderClassName
{
color: #DD0225;
}
.AnyTagClassName
{
color: #DD0225;
}
</style>
background-color css
<style>
a { background-color: #DD0225; }
a { background-color: rgb(221,2,37); }
div.DivClassName
{
background-color: #DD0225;
}
.BgClassName
{
background-color: #DD0225;
}
</style>
border-color css
<style>
span { border-color: #DD0225; }
span { border-color: rgb(221,2,37); }
td.TdClassName
{
border-color: #DD0225;
}
.TagClassName
{
border-color: #DD0225;
}
</style>