Shades of Fire Engine Red #DC1415
Tints of Fire Engine Red #DC1415
RGB
CMYK
RGB Variations
Color information
#DC1415 (or 0xDC1415) is known color: Fire Engine Red. HEX triplet: DC, 14 and 15. RGB value is (220,20,21). Sum of RGB (Red+Green+Blue) = 220+20+21=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1415 is #23EBEA. Grayscale: #505050. Windows color (decimal): -2354155 or 1381596. OLE color: 1381596.
HSL color Cylindrical-coordinate representation of color #DC1415: hue angle of 359.7º 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 #DC1415 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 21 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.14 |
| HSL | 359.7º | 0.83% | 0.47% | - |
| HSV(B) | 359.7º | 0.91% | 0.86% | - |
| XYZ | 29.9 | 15.77 | 2.18 | - |
| YUV | 79.91 | 94.76 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 21 | 0 | 0.91 | 0.90 | 0.14 | 359.7 | 0.83 | 0.47 |
| Hex | DC | 14 | 15 | 0 | 5B | 5A | E | 168 | 53 | 2F |
| Octal | 334 | 24 | 25 | 0 | 133 | 132 | 16 | 550 | 123 | 57 |
| Binary | 11011100 | 10100 | 10101 | 0 | 1011011 | 1011010 | 1110 | 101101000 | 1010011 | 101111 |
Color Harmonies of #DC1415
Complementary color
Monochromatic Colors of #DC1415
Black with #DC1415
Text Example
Text Example
White with #DC1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1415; }
p { color: rgb(220,20,21); }
H1.HeaderClassName
{
color: #DC1415;
}
.AnyTagClassName
{
color: #DC1415;
}
</style>
background-color css
<style>
a { background-color: #DC1415; }
a { background-color: rgb(220,20,21); }
div.DivClassName
{
background-color: #DC1415;
}
.BgClassName
{
background-color: #DC1415;
}
</style>
border-color css
<style>
span { border-color: #DC1415; }
span { border-color: rgb(220,20,21); }
td.TdClassName
{
border-color: #DC1415;
}
.TagClassName
{
border-color: #DC1415;
}
</style>