Shades of Fire Engine Red #DD1421
Tints of Fire Engine Red #DD1421
RGB
CMYK
RGB Variations
Color information
#DD1421 (or 0xDD1421) is known color: Fire Engine Red. HEX triplet: DD, 14 and 21. RGB value is (221,20,33). Sum of RGB (Red+Green+Blue) = 221+20+33=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1421 is #22EBDE. Grayscale: #515151. Windows color (decimal): -2288607 or 2168029. OLE color: 2168029.
HSL color Cylindrical-coordinate representation of color #DD1421: hue angle of 356.12º 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 #DD1421 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 33 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.13 |
| HSL | 356.12º | 0.83% | 0.47% | - |
| HSV(B) | 356.12º | 0.91% | 0.87% | - |
| XYZ | 30.34 | 15.98 | 2.92 | - |
| YUV | 81.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 33 | 0 | 0.91 | 0.85 | 0.13 | 356.12 | 0.83 | 0.47 |
| Hex | DD | 14 | 21 | 0 | 5B | 55 | D | 164 | 53 | 2F |
| Octal | 335 | 24 | 41 | 0 | 133 | 125 | 15 | 544 | 123 | 57 |
| Binary | 11011101 | 10100 | 100001 | 0 | 1011011 | 1010101 | 1101 | 101100100 | 1010011 | 101111 |
Color Harmonies of #DD1421
Complementary color
Monochromatic Colors of #DD1421
Black with #DD1421
Text Example
Text Example
White with #DD1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1421; }
p { color: rgb(221,20,33); }
H1.HeaderClassName
{
color: #DD1421;
}
.AnyTagClassName
{
color: #DD1421;
}
</style>
background-color css
<style>
a { background-color: #DD1421; }
a { background-color: rgb(221,20,33); }
div.DivClassName
{
background-color: #DD1421;
}
.BgClassName
{
background-color: #DD1421;
}
</style>
border-color css
<style>
span { border-color: #DD1421; }
span { border-color: rgb(221,20,33); }
td.TdClassName
{
border-color: #DD1421;
}
.TagClassName
{
border-color: #DD1421;
}
</style>