Shades of Fire Engine Red #DC1420
Tints of Fire Engine Red #DC1420
RGB
CMYK
RGB Variations
Color information
#DC1420 (or 0xDC1420) is known color: Fire Engine Red. HEX triplet: DC, 14 and 20. RGB value is (220,20,32). Sum of RGB (Red+Green+Blue) = 220+20+32=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1420 is #23EBDF. Grayscale: #515151. Windows color (decimal): -2354144 or 2102492. OLE color: 2102492.
HSL color Cylindrical-coordinate representation of color #DC1420: hue angle of 356.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1420 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 32 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.14 |
| HSL | 356.4º | 0.83% | 0.47% | - |
| HSV(B) | 356.4º | 0.91% | 0.86% | - |
| XYZ | 30.03 | 15.82 | 2.84 | - |
| YUV | 81.17 | 100.26 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 32 | 0 | 0.91 | 0.85 | 0.14 | 356.4 | 0.83 | 0.47 |
| Hex | DC | 14 | 20 | 0 | 5B | 55 | E | 164 | 53 | 2F |
| Octal | 334 | 24 | 40 | 0 | 133 | 125 | 16 | 544 | 123 | 57 |
| Binary | 11011100 | 10100 | 100000 | 0 | 1011011 | 1010101 | 1110 | 101100100 | 1010011 | 101111 |
Color Harmonies of #DC1420
Complementary color
Monochromatic Colors of #DC1420
Black with #DC1420
Text Example
Text Example
White with #DC1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1420; }
p { color: rgb(220,20,32); }
H1.HeaderClassName
{
color: #DC1420;
}
.AnyTagClassName
{
color: #DC1420;
}
</style>
background-color css
<style>
a { background-color: #DC1420; }
a { background-color: rgb(220,20,32); }
div.DivClassName
{
background-color: #DC1420;
}
.BgClassName
{
background-color: #DC1420;
}
</style>
border-color css
<style>
span { border-color: #DC1420; }
span { border-color: rgb(220,20,32); }
td.TdClassName
{
border-color: #DC1420;
}
.TagClassName
{
border-color: #DC1420;
}
</style>