Shades of Fire Engine Red #DC1924
Tints of Fire Engine Red #DC1924
RGB
CMYK
RGB Variations
Color information
#DC1924 (or 0xDC1924) is known color: Fire Engine Red. HEX triplet: DC, 19 and 24. RGB value is (220,25,36). Sum of RGB (Red+Green+Blue) = 220+25+36=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1924 is #23E6DB. Grayscale: #545454. Windows color (decimal): -2352860 or 2365916. OLE color: 2365916.
HSL color Cylindrical-coordinate representation of color #DC1924: hue angle of 356.62º 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 #DC1924 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 36 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.14 |
| HSL | 356.62º | 0.8% | 0.48% | - |
| HSV(B) | 356.62º | 0.89% | 0.86% | - |
| XYZ | 30.18 | 16.04 | 3.17 | - |
| YUV | 84.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 36 | 0 | 0.89 | 0.84 | 0.14 | 356.62 | 0.8 | 0.48 |
| Hex | DC | 19 | 24 | 0 | 59 | 54 | E | 165 | 50 | 30 |
| Octal | 334 | 31 | 44 | 0 | 131 | 124 | 16 | 545 | 120 | 60 |
| Binary | 11011100 | 11001 | 100100 | 0 | 1011001 | 1010100 | 1110 | 101100101 | 1010000 | 110000 |
Color Harmonies of #DC1924
Complementary color
Monochromatic Colors of #DC1924
Black with #DC1924
Text Example
Text Example
White with #DC1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1924; }
p { color: rgb(220,25,36); }
H1.HeaderClassName
{
color: #DC1924;
}
.AnyTagClassName
{
color: #DC1924;
}
</style>
background-color css
<style>
a { background-color: #DC1924; }
a { background-color: rgb(220,25,36); }
div.DivClassName
{
background-color: #DC1924;
}
.BgClassName
{
background-color: #DC1924;
}
</style>
border-color css
<style>
span { border-color: #DC1924; }
span { border-color: rgb(220,25,36); }
td.TdClassName
{
border-color: #DC1924;
}
.TagClassName
{
border-color: #DC1924;
}
</style>