Shades of Fire Engine Red #DC1013
Tints of Fire Engine Red #DC1013
RGB
CMYK
RGB Variations
Color information
#DC1013 (or 0xDC1013) is known color: Fire Engine Red. HEX triplet: DC, 10 and 13. RGB value is (220,16,19). Sum of RGB (Red+Green+Blue) = 220+16+19=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1013 is #23EFEC. Grayscale: #4D4D4D. Windows color (decimal): -2355181 or 1249500. OLE color: 1249500.
HSL color Cylindrical-coordinate representation of color #DC1013: hue angle of 359.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1013 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 19 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.14 |
| HSL | 359.12º | 0.86% | 0.46% | - |
| HSV(B) | 359.12º | 0.93% | 0.86% | - |
| XYZ | 29.82 | 15.63 | 2.06 | - |
| YUV | 77.34 | 95.09 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 19 | 0 | 0.93 | 0.91 | 0.14 | 359.12 | 0.86 | 0.46 |
| Hex | DC | 10 | 13 | 0 | 5D | 5B | E | 167 | 56 | 2E |
| Octal | 334 | 20 | 23 | 0 | 135 | 133 | 16 | 547 | 126 | 56 |
| Binary | 11011100 | 10000 | 10011 | 0 | 1011101 | 1011011 | 1110 | 101100111 | 1010110 | 101110 |
Color Harmonies of #DC1013
Complementary color
Monochromatic Colors of #DC1013
Black with #DC1013
Text Example
Text Example
White with #DC1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1013; }
p { color: rgb(220,16,19); }
H1.HeaderClassName
{
color: #DC1013;
}
.AnyTagClassName
{
color: #DC1013;
}
</style>
background-color css
<style>
a { background-color: #DC1013; }
a { background-color: rgb(220,16,19); }
div.DivClassName
{
background-color: #DC1013;
}
.BgClassName
{
background-color: #DC1013;
}
</style>
border-color css
<style>
span { border-color: #DC1013; }
span { border-color: rgb(220,16,19); }
td.TdClassName
{
border-color: #DC1013;
}
.TagClassName
{
border-color: #DC1013;
}
</style>