Shades of Fire Engine Red #DC2021
Tints of Fire Engine Red #DC2021
RGB
CMYK
RGB Variations
Color information
#DC2021 (or 0xDC2021) is known color: Fire Engine Red. HEX triplet: DC, 20 and 21. RGB value is (220,32,33). Sum of RGB (Red+Green+Blue) = 220+32+33=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2021 is #23DFDE. Grayscale: #585858. Windows color (decimal): -2351071 or 2171100. OLE color: 2171100.
HSL color Cylindrical-coordinate representation of color #DC2021: hue angle of 359.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2021 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 33 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.14 |
| HSL | 359.68º | 0.75% | 0.49% | - |
| HSV(B) | 359.68º | 0.85% | 0.86% | - |
| XYZ | 30.31 | 16.36 | 3 | - |
| YUV | 88.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 33 | 0 | 0.85 | 0.85 | 0.14 | 359.68 | 0.75 | 0.49 |
| Hex | DC | 20 | 21 | 0 | 55 | 55 | E | 168 | 4B | 31 |
| Octal | 334 | 40 | 41 | 0 | 125 | 125 | 16 | 550 | 113 | 61 |
| Binary | 11011100 | 100000 | 100001 | 0 | 1010101 | 1010101 | 1110 | 101101000 | 1001011 | 110001 |
Color Harmonies of #DC2021
Complementary color
Monochromatic Colors of #DC2021
Black with #DC2021
Text Example
Text Example
White with #DC2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2021; }
p { color: rgb(220,32,33); }
H1.HeaderClassName
{
color: #DC2021;
}
.AnyTagClassName
{
color: #DC2021;
}
</style>
background-color css
<style>
a { background-color: #DC2021; }
a { background-color: rgb(220,32,33); }
div.DivClassName
{
background-color: #DC2021;
}
.BgClassName
{
background-color: #DC2021;
}
</style>
border-color css
<style>
span { border-color: #DC2021; }
span { border-color: rgb(220,32,33); }
td.TdClassName
{
border-color: #DC2021;
}
.TagClassName
{
border-color: #DC2021;
}
</style>