Shades of Fire Engine Red #DD1419
Tints of Fire Engine Red #DD1419
RGB
CMYK
RGB Variations
Color information
#DD1419 (or 0xDD1419) is known color: Fire Engine Red. HEX triplet: DD, 14 and 19. RGB value is (221,20,25). Sum of RGB (Red+Green+Blue) = 221+20+25=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1419 is #22EBE6. Grayscale: #505050. Windows color (decimal): -2288615 or 1643741. OLE color: 1643741.
HSL color Cylindrical-coordinate representation of color #DD1419: hue angle of 358.51º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1419 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 25 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.13 |
| HSL | 358.51º | 0.83% | 0.47% | - |
| HSV(B) | 358.51º | 0.91% | 0.87% | - |
| XYZ | 30.24 | 15.94 | 2.4 | - |
| YUV | 80.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 25 | 0 | 0.91 | 0.89 | 0.13 | 358.51 | 0.83 | 0.47 |
| Hex | DD | 14 | 19 | 0 | 5B | 59 | D | 167 | 53 | 2F |
| Octal | 335 | 24 | 31 | 0 | 133 | 131 | 15 | 547 | 123 | 57 |
| Binary | 11011101 | 10100 | 11001 | 0 | 1011011 | 1011001 | 1101 | 101100111 | 1010011 | 101111 |
Color Harmonies of #DD1419
Complementary color
Monochromatic Colors of #DD1419
Black with #DD1419
Text Example
Text Example
White with #DD1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1419; }
p { color: rgb(221,20,25); }
H1.HeaderClassName
{
color: #DD1419;
}
.AnyTagClassName
{
color: #DD1419;
}
</style>
background-color css
<style>
a { background-color: #DD1419; }
a { background-color: rgb(221,20,25); }
div.DivClassName
{
background-color: #DD1419;
}
.BgClassName
{
background-color: #DD1419;
}
</style>
border-color css
<style>
span { border-color: #DD1419; }
span { border-color: rgb(221,20,25); }
td.TdClassName
{
border-color: #DD1419;
}
.TagClassName
{
border-color: #DD1419;
}
</style>