Shades of Fire Engine Red #DD1321
Tints of Fire Engine Red #DD1321
RGB
CMYK
RGB Variations
Color information
#DD1321 (or 0xDD1321) is known color: Fire Engine Red. HEX triplet: DD, 13 and 21. RGB value is (221,19,33). Sum of RGB (Red+Green+Blue) = 221+19+33=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1321 is #22ECDE. Grayscale: #515151. Windows color (decimal): -2288863 or 2167773. OLE color: 2167773.
HSL color Cylindrical-coordinate representation of color #DD1321: hue angle of 355.84º degrees, saturation: 0.84, 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 #DD1321 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 33 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.13 |
| HSL | 355.84º | 0.84% | 0.47% | - |
| HSV(B) | 355.84º | 0.91% | 0.87% | - |
| XYZ | 30.33 | 15.95 | 2.92 | - |
| YUV | 80.99 | 100.92 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 33 | 0 | 0.91 | 0.85 | 0.13 | 355.84 | 0.84 | 0.47 |
| Hex | DD | 13 | 21 | 0 | 5B | 55 | D | 164 | 54 | 2F |
| Octal | 335 | 23 | 41 | 0 | 133 | 125 | 15 | 544 | 124 | 57 |
| Binary | 11011101 | 10011 | 100001 | 0 | 1011011 | 1010101 | 1101 | 101100100 | 1010100 | 101111 |
Color Harmonies of #DD1321
Complementary color
Monochromatic Colors of #DD1321
Black with #DD1321
Text Example
Text Example
White with #DD1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1321; }
p { color: rgb(221,19,33); }
H1.HeaderClassName
{
color: #DD1321;
}
.AnyTagClassName
{
color: #DD1321;
}
</style>
background-color css
<style>
a { background-color: #DD1321; }
a { background-color: rgb(221,19,33); }
div.DivClassName
{
background-color: #DD1321;
}
.BgClassName
{
background-color: #DD1321;
}
</style>
border-color css
<style>
span { border-color: #DD1321; }
span { border-color: rgb(221,19,33); }
td.TdClassName
{
border-color: #DD1321;
}
.TagClassName
{
border-color: #DD1321;
}
</style>