Shades of Fire Engine Red #DC1926
Tints of Fire Engine Red #DC1926
RGB
CMYK
RGB Variations
Color information
#DC1926 (or 0xDC1926) is known color: Fire Engine Red. HEX triplet: DC, 19 and 26. RGB value is (220,25,38). Sum of RGB (Red+Green+Blue) = 220+25+38=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1926 is #23E6D9. Grayscale: #545454. Windows color (decimal): -2352858 or 2496988. OLE color: 2496988.
HSL color Cylindrical-coordinate representation of color #DC1926: hue angle of 356º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1926 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 38 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.14 |
| HSL | 356º | 0.8% | 0.48% | - |
| HSV(B) | 356º | 0.89% | 0.86% | - |
| XYZ | 30.21 | 16.05 | 3.34 | - |
| YUV | 84.79 | 101.6 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 38 | 0 | 0.89 | 0.83 | 0.14 | 356 | 0.8 | 0.48 |
| Hex | DC | 19 | 26 | 0 | 59 | 53 | E | 164 | 50 | 30 |
| Octal | 334 | 31 | 46 | 0 | 131 | 123 | 16 | 544 | 120 | 60 |
| Binary | 11011100 | 11001 | 100110 | 0 | 1011001 | 1010011 | 1110 | 101100100 | 1010000 | 110000 |
Color Harmonies of #DC1926
Complementary color
Monochromatic Colors of #DC1926
Black with #DC1926
Text Example
Text Example
White with #DC1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1926; }
p { color: rgb(220,25,38); }
H1.HeaderClassName
{
color: #DC1926;
}
.AnyTagClassName
{
color: #DC1926;
}
</style>
background-color css
<style>
a { background-color: #DC1926; }
a { background-color: rgb(220,25,38); }
div.DivClassName
{
background-color: #DC1926;
}
.BgClassName
{
background-color: #DC1926;
}
</style>
border-color css
<style>
span { border-color: #DC1926; }
span { border-color: rgb(220,25,38); }
td.TdClassName
{
border-color: #DC1926;
}
.TagClassName
{
border-color: #DC1926;
}
</style>