Shades of Fire Engine Red #DC1923
Tints of Fire Engine Red #DC1923
RGB
CMYK
RGB Variations
Color information
#DC1923 (or 0xDC1923) is known color: Fire Engine Red. HEX triplet: DC, 19 and 23. RGB value is (220,25,35). Sum of RGB (Red+Green+Blue) = 220+25+35=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1923 is #23E6DC. Grayscale: #545454. Windows color (decimal): -2352861 or 2300380. OLE color: 2300380.
HSL color Cylindrical-coordinate representation of color #DC1923: hue angle of 356.92º 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 #DC1923 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 35 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.14 |
| HSL | 356.92º | 0.8% | 0.48% | - |
| HSV(B) | 356.92º | 0.89% | 0.86% | - |
| XYZ | 30.17 | 16.03 | 3.09 | - |
| YUV | 84.45 | 100.1 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 35 | 0 | 0.89 | 0.84 | 0.14 | 356.92 | 0.8 | 0.48 |
| Hex | DC | 19 | 23 | 0 | 59 | 54 | E | 165 | 50 | 30 |
| Octal | 334 | 31 | 43 | 0 | 131 | 124 | 16 | 545 | 120 | 60 |
| Binary | 11011100 | 11001 | 100011 | 0 | 1011001 | 1010100 | 1110 | 101100101 | 1010000 | 110000 |
Color Harmonies of #DC1923
Complementary color
Monochromatic Colors of #DC1923
Black with #DC1923
Text Example
Text Example
White with #DC1923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1923; }
p { color: rgb(220,25,35); }
H1.HeaderClassName
{
color: #DC1923;
}
.AnyTagClassName
{
color: #DC1923;
}
</style>
background-color css
<style>
a { background-color: #DC1923; }
a { background-color: rgb(220,25,35); }
div.DivClassName
{
background-color: #DC1923;
}
.BgClassName
{
background-color: #DC1923;
}
</style>
border-color css
<style>
span { border-color: #DC1923; }
span { border-color: rgb(220,25,35); }
td.TdClassName
{
border-color: #DC1923;
}
.TagClassName
{
border-color: #DC1923;
}
</style>