Shades of Fire Engine Red #DD0425
Tints of Fire Engine Red #DD0425
RGB
CMYK
RGB Variations
Color information
#DD0425 (or 0xDD0425) is known color: Fire Engine Red. HEX triplet: DD, 04 and 25. RGB value is (221,4,37). Sum of RGB (Red+Green+Blue) = 221+4+37=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0425 is #22FBDA. Grayscale: #484848. Windows color (decimal): -2292699 or 2426077. OLE color: 2426077.
HSL color Cylindrical-coordinate representation of color #DD0425: hue angle of 350.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0425 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.13 |
| HSL | 350.88º | 0.96% | 0.44% | - |
| HSV(B) | 350.88º | 0.98% | 0.87% | - |
| XYZ | 30.2 | 15.59 | 3.17 | - |
| YUV | 72.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 37 | 0 | 0.98 | 0.83 | 0.13 | 350.88 | 0.96 | 0.44 |
| Hex | DD | 4 | 25 | 0 | 62 | 53 | D | 15F | 60 | 2C |
| Octal | 335 | 4 | 45 | 0 | 142 | 123 | 15 | 537 | 140 | 54 |
| Binary | 11011101 | 100 | 100101 | 0 | 1100010 | 1010011 | 1101 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DD0425
Complementary color
Monochromatic Colors of #DD0425
Black with #DD0425
Text Example
Text Example
White with #DD0425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0425; }
p { color: rgb(221,4,37); }
H1.HeaderClassName
{
color: #DD0425;
}
.AnyTagClassName
{
color: #DD0425;
}
</style>
background-color css
<style>
a { background-color: #DD0425; }
a { background-color: rgb(221,4,37); }
div.DivClassName
{
background-color: #DD0425;
}
.BgClassName
{
background-color: #DD0425;
}
</style>
border-color css
<style>
span { border-color: #DD0425; }
span { border-color: rgb(221,4,37); }
td.TdClassName
{
border-color: #DD0425;
}
.TagClassName
{
border-color: #DD0425;
}
</style>