Shades of Fire Engine Red #DC1720
Tints of Fire Engine Red #DC1720
RGB
CMYK
RGB Variations
Color information
#DC1720 (or 0xDC1720) is known color: Fire Engine Red. HEX triplet: DC, 17 and 20. RGB value is (220,23,32). Sum of RGB (Red+Green+Blue) = 220+23+32=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1720 is #23E8DF. Grayscale: #535353. Windows color (decimal): -2353376 or 2103260. OLE color: 2103260.
HSL color Cylindrical-coordinate representation of color #DC1720: hue angle of 357.26º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1720 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 32 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.14 |
| HSL | 357.26º | 0.81% | 0.48% | - |
| HSV(B) | 357.26º | 0.9% | 0.86% | - |
| XYZ | 30.08 | 15.93 | 2.86 | - |
| YUV | 82.93 | 99.27 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 32 | 0 | 0.90 | 0.85 | 0.14 | 357.26 | 0.81 | 0.48 |
| Hex | DC | 17 | 20 | 0 | 5A | 55 | E | 165 | 51 | 30 |
| Octal | 334 | 27 | 40 | 0 | 132 | 125 | 16 | 545 | 121 | 60 |
| Binary | 11011100 | 10111 | 100000 | 0 | 1011010 | 1010101 | 1110 | 101100101 | 1010001 | 110000 |
Color Harmonies of #DC1720
Complementary color
Monochromatic Colors of #DC1720
Black with #DC1720
Text Example
Text Example
White with #DC1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1720; }
p { color: rgb(220,23,32); }
H1.HeaderClassName
{
color: #DC1720;
}
.AnyTagClassName
{
color: #DC1720;
}
</style>
background-color css
<style>
a { background-color: #DC1720; }
a { background-color: rgb(220,23,32); }
div.DivClassName
{
background-color: #DC1720;
}
.BgClassName
{
background-color: #DC1720;
}
</style>
border-color css
<style>
span { border-color: #DC1720; }
span { border-color: rgb(220,23,32); }
td.TdClassName
{
border-color: #DC1720;
}
.TagClassName
{
border-color: #DC1720;
}
</style>