Shades of Fire Engine Red #DC1220
Tints of Fire Engine Red #DC1220
RGB
CMYK
RGB Variations
Color information
#DC1220 (or 0xDC1220) is known color: Fire Engine Red. HEX triplet: DC, 12 and 20. RGB value is (220,18,32). Sum of RGB (Red+Green+Blue) = 220+18+32=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1220 is #23EDDF. Grayscale: #505050. Windows color (decimal): -2354656 or 2101980. OLE color: 2101980.
HSL color Cylindrical-coordinate representation of color #DC1220: hue angle of 355.84º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1220 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 32 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.14 |
| HSL | 355.84º | 0.85% | 0.47% | - |
| HSV(B) | 355.84º | 0.92% | 0.86% | - |
| XYZ | 29.99 | 15.75 | 2.83 | - |
| YUV | 79.99 | 100.92 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 32 | 0 | 0.92 | 0.85 | 0.14 | 355.84 | 0.85 | 0.47 |
| Hex | DC | 12 | 20 | 0 | 5C | 55 | E | 164 | 55 | 2F |
| Octal | 334 | 22 | 40 | 0 | 134 | 125 | 16 | 544 | 125 | 57 |
| Binary | 11011100 | 10010 | 100000 | 0 | 1011100 | 1010101 | 1110 | 101100100 | 1010101 | 101111 |
Color Harmonies of #DC1220
Complementary color
Monochromatic Colors of #DC1220
Black with #DC1220
Text Example
Text Example
White with #DC1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1220; }
p { color: rgb(220,18,32); }
H1.HeaderClassName
{
color: #DC1220;
}
.AnyTagClassName
{
color: #DC1220;
}
</style>
background-color css
<style>
a { background-color: #DC1220; }
a { background-color: rgb(220,18,32); }
div.DivClassName
{
background-color: #DC1220;
}
.BgClassName
{
background-color: #DC1220;
}
</style>
border-color css
<style>
span { border-color: #DC1220; }
span { border-color: rgb(220,18,32); }
td.TdClassName
{
border-color: #DC1220;
}
.TagClassName
{
border-color: #DC1220;
}
</style>