Shades of Fire Engine Red #DC1518
Tints of Fire Engine Red #DC1518
RGB
CMYK
RGB Variations
Color information
#DC1518 (or 0xDC1518) is known color: Fire Engine Red. HEX triplet: DC, 15 and 18. RGB value is (220,21,24). Sum of RGB (Red+Green+Blue) = 220+21+24=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1518 is #23EAE7. Grayscale: #515151. Windows color (decimal): -2353896 or 1578460. OLE color: 1578460.
HSL color Cylindrical-coordinate representation of color #DC1518: hue angle of 359.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1518 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 24 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.14 |
| HSL | 359.1º | 0.83% | 0.47% | - |
| HSV(B) | 359.1º | 0.9% | 0.86% | - |
| XYZ | 29.95 | 15.82 | 2.34 | - |
| YUV | 80.84 | 95.93 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 24 | 0 | 0.90 | 0.89 | 0.14 | 359.1 | 0.83 | 0.47 |
| Hex | DC | 15 | 18 | 0 | 5A | 59 | E | 167 | 53 | 2F |
| Octal | 334 | 25 | 30 | 0 | 132 | 131 | 16 | 547 | 123 | 57 |
| Binary | 11011100 | 10101 | 11000 | 0 | 1011010 | 1011001 | 1110 | 101100111 | 1010011 | 101111 |
Color Harmonies of #DC1518
Complementary color
Monochromatic Colors of #DC1518
Black with #DC1518
Text Example
Text Example
White with #DC1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1518; }
p { color: rgb(220,21,24); }
H1.HeaderClassName
{
color: #DC1518;
}
.AnyTagClassName
{
color: #DC1518;
}
</style>
background-color css
<style>
a { background-color: #DC1518; }
a { background-color: rgb(220,21,24); }
div.DivClassName
{
background-color: #DC1518;
}
.BgClassName
{
background-color: #DC1518;
}
</style>
border-color css
<style>
span { border-color: #DC1518; }
span { border-color: rgb(220,21,24); }
td.TdClassName
{
border-color: #DC1518;
}
.TagClassName
{
border-color: #DC1518;
}
</style>