Shades of Fire Engine Red #DD0525
Tints of Fire Engine Red #DD0525
RGB
CMYK
RGB Variations
Color information
#DD0525 (or 0xDD0525) is known color: Fire Engine Red. HEX triplet: DD, 05 and 25. RGB value is (221,5,37). Sum of RGB (Red+Green+Blue) = 221+5+37=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0525 is #22FADA. Grayscale: #494949. Windows color (decimal): -2292443 or 2426333. OLE color: 2426333.
HSL color Cylindrical-coordinate representation of color #DD0525: hue angle of 351.11º 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 #DD0525 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.13 |
| HSL | 351.11º | 0.96% | 0.44% | - |
| HSV(B) | 351.11º | 0.98% | 0.87% | - |
| XYZ | 30.21 | 15.61 | 3.17 | - |
| YUV | 73.23 | 107.56 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 37 | 0 | 0.98 | 0.83 | 0.13 | 351.11 | 0.96 | 0.44 |
| Hex | DD | 5 | 25 | 0 | 62 | 53 | D | 15F | 60 | 2C |
| Octal | 335 | 5 | 45 | 0 | 142 | 123 | 15 | 537 | 140 | 54 |
| Binary | 11011101 | 101 | 100101 | 0 | 1100010 | 1010011 | 1101 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DD0525
Complementary color
Monochromatic Colors of #DD0525
Black with #DD0525
Text Example
Text Example
White with #DD0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0525; }
p { color: rgb(221,5,37); }
H1.HeaderClassName
{
color: #DD0525;
}
.AnyTagClassName
{
color: #DD0525;
}
</style>
background-color css
<style>
a { background-color: #DD0525; }
a { background-color: rgb(221,5,37); }
div.DivClassName
{
background-color: #DD0525;
}
.BgClassName
{
background-color: #DD0525;
}
</style>
border-color css
<style>
span { border-color: #DD0525; }
span { border-color: rgb(221,5,37); }
td.TdClassName
{
border-color: #DD0525;
}
.TagClassName
{
border-color: #DD0525;
}
</style>