Shades of Fire Engine Red #DD1725
Tints of Fire Engine Red #DD1725
RGB
CMYK
RGB Variations
Color information
#DD1725 (or 0xDD1725) is known color: Fire Engine Red. HEX triplet: DD, 17 and 25. RGB value is (221,23,37). Sum of RGB (Red+Green+Blue) = 221+23+37=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1725 is #22E8DA. Grayscale: #535353. Windows color (decimal): -2287835 or 2430941. OLE color: 2430941.
HSL color Cylindrical-coordinate representation of color #DD1725: hue angle of 355.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1725 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 37 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.13 |
| HSL | 355.76º | 0.81% | 0.48% | - |
| HSV(B) | 355.76º | 0.9% | 0.87% | - |
| XYZ | 30.46 | 16.12 | 3.26 | - |
| YUV | 83.8 | 101.6 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 37 | 0 | 0.90 | 0.83 | 0.13 | 355.76 | 0.81 | 0.48 |
| Hex | DD | 17 | 25 | 0 | 5A | 53 | D | 164 | 51 | 30 |
| Octal | 335 | 27 | 45 | 0 | 132 | 123 | 15 | 544 | 121 | 60 |
| Binary | 11011101 | 10111 | 100101 | 0 | 1011010 | 1010011 | 1101 | 101100100 | 1010001 | 110000 |
Color Harmonies of #DD1725
Complementary color
Monochromatic Colors of #DD1725
Black with #DD1725
Text Example
Text Example
White with #DD1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1725; }
p { color: rgb(221,23,37); }
H1.HeaderClassName
{
color: #DD1725;
}
.AnyTagClassName
{
color: #DD1725;
}
</style>
background-color css
<style>
a { background-color: #DD1725; }
a { background-color: rgb(221,23,37); }
div.DivClassName
{
background-color: #DD1725;
}
.BgClassName
{
background-color: #DD1725;
}
</style>
border-color css
<style>
span { border-color: #DD1725; }
span { border-color: rgb(221,23,37); }
td.TdClassName
{
border-color: #DD1725;
}
.TagClassName
{
border-color: #DD1725;
}
</style>