Shades of Fire Engine Red #DC1C25
Tints of Fire Engine Red #DC1C25
RGB
CMYK
RGB Variations
Color information
#DC1C25 (or 0xDC1C25) is known color: Fire Engine Red. HEX triplet: DC, 1C and 25. RGB value is (220,28,37). Sum of RGB (Red+Green+Blue) = 220+28+37=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1C25 is #23E3DA. Grayscale: #565656. Windows color (decimal): -2352091 or 2432220. OLE color: 2432220.
HSL color Cylindrical-coordinate representation of color #DC1C25: hue angle of 357.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C25 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 37 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.14 |
| HSL | 357.19º | 0.77% | 0.49% | - |
| HSV(B) | 357.19º | 0.87% | 0.86% | - |
| XYZ | 30.26 | 16.18 | 3.28 | - |
| YUV | 86.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 37 | 0 | 0.87 | 0.83 | 0.14 | 357.19 | 0.77 | 0.49 |
| Hex | DC | 1C | 25 | 0 | 57 | 53 | E | 165 | 4D | 31 |
| Octal | 334 | 34 | 45 | 0 | 127 | 123 | 16 | 545 | 115 | 61 |
| Binary | 11011100 | 11100 | 100101 | 0 | 1010111 | 1010011 | 1110 | 101100101 | 1001101 | 110001 |
Color Harmonies of #DC1C25
Complementary color
Monochromatic Colors of #DC1C25
Black with #DC1C25
Text Example
Text Example
White with #DC1C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C25; }
p { color: rgb(220,28,37); }
H1.HeaderClassName
{
color: #DC1C25;
}
.AnyTagClassName
{
color: #DC1C25;
}
</style>
background-color css
<style>
a { background-color: #DC1C25; }
a { background-color: rgb(220,28,37); }
div.DivClassName
{
background-color: #DC1C25;
}
.BgClassName
{
background-color: #DC1C25;
}
</style>
border-color css
<style>
span { border-color: #DC1C25; }
span { border-color: rgb(220,28,37); }
td.TdClassName
{
border-color: #DC1C25;
}
.TagClassName
{
border-color: #DC1C25;
}
</style>