Shades of Fire Engine Red #DD2021
Tints of Fire Engine Red #DD2021
RGB
CMYK
RGB Variations
Color information
#DD2021 (or 0xDD2021) is known color: Fire Engine Red. HEX triplet: DD, 20 and 21. RGB value is (221,32,33). Sum of RGB (Red+Green+Blue) = 221+32+33=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2021 is #22DFDE. Grayscale: #585858. Windows color (decimal): -2285535 or 2171101. OLE color: 2171101.
HSL color Cylindrical-coordinate representation of color #DD2021: hue angle of 359.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2021 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 33 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.13 |
| HSL | 359.68º | 0.75% | 0.5% | - |
| HSV(B) | 359.68º | 0.86% | 0.87% | - |
| XYZ | 30.61 | 16.51 | 3.01 | - |
| YUV | 88.63 | 96.62 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 33 | 0 | 0.86 | 0.85 | 0.13 | 359.68 | 0.75 | 0.5 |
| Hex | DD | 20 | 21 | 0 | 56 | 55 | D | 168 | 4B | 32 |
| Octal | 335 | 40 | 41 | 0 | 126 | 125 | 15 | 550 | 113 | 62 |
| Binary | 11011101 | 100000 | 100001 | 0 | 1010110 | 1010101 | 1101 | 101101000 | 1001011 | 110010 |
Color Harmonies of #DD2021
Complementary color
Monochromatic Colors of #DD2021
Black with #DD2021
Text Example
Text Example
White with #DD2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2021; }
p { color: rgb(221,32,33); }
H1.HeaderClassName
{
color: #DD2021;
}
.AnyTagClassName
{
color: #DD2021;
}
</style>
background-color css
<style>
a { background-color: #DD2021; }
a { background-color: rgb(221,32,33); }
div.DivClassName
{
background-color: #DD2021;
}
.BgClassName
{
background-color: #DD2021;
}
</style>
border-color css
<style>
span { border-color: #DD2021; }
span { border-color: rgb(221,32,33); }
td.TdClassName
{
border-color: #DD2021;
}
.TagClassName
{
border-color: #DD2021;
}
</style>