Shades of Fire Engine Red #DC1825
Tints of Fire Engine Red #DC1825
RGB
CMYK
RGB Variations
Color information
#DC1825 (or 0xDC1825) is known color: Fire Engine Red. HEX triplet: DC, 18 and 25. RGB value is (220,24,37). Sum of RGB (Red+Green+Blue) = 220+24+37=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1825 is #23E7DA. Grayscale: #545454. Windows color (decimal): -2353115 or 2431196. OLE color: 2431196.
HSL color Cylindrical-coordinate representation of color #DC1825: hue angle of 356.02º 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 #DC1825 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 37 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.14 |
| HSL | 356.02º | 0.8% | 0.48% | - |
| HSV(B) | 356.02º | 0.89% | 0.86% | - |
| XYZ | 30.18 | 16 | 3.25 | - |
| YUV | 84.09 | 101.43 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 37 | 0 | 0.89 | 0.83 | 0.14 | 356.02 | 0.8 | 0.48 |
| Hex | DC | 18 | 25 | 0 | 59 | 53 | E | 164 | 50 | 30 |
| Octal | 334 | 30 | 45 | 0 | 131 | 123 | 16 | 544 | 120 | 60 |
| Binary | 11011100 | 11000 | 100101 | 0 | 1011001 | 1010011 | 1110 | 101100100 | 1010000 | 110000 |
Color Harmonies of #DC1825
Complementary color
Monochromatic Colors of #DC1825
Black with #DC1825
Text Example
Text Example
White with #DC1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1825; }
p { color: rgb(220,24,37); }
H1.HeaderClassName
{
color: #DC1825;
}
.AnyTagClassName
{
color: #DC1825;
}
</style>
background-color css
<style>
a { background-color: #DC1825; }
a { background-color: rgb(220,24,37); }
div.DivClassName
{
background-color: #DC1825;
}
.BgClassName
{
background-color: #DC1825;
}
</style>
border-color css
<style>
span { border-color: #DC1825; }
span { border-color: rgb(220,24,37); }
td.TdClassName
{
border-color: #DC1825;
}
.TagClassName
{
border-color: #DC1825;
}
</style>