Shades of Fire Engine Red #DC1C28
Tints of Fire Engine Red #DC1C28
RGB
CMYK
RGB Variations
Color information
#DC1C28 (or 0xDC1C28) is known color: Fire Engine Red. HEX triplet: DC, 1C and 28. RGB value is (220,28,40). Sum of RGB (Red+Green+Blue) = 220+28+40=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1C28 is #23E3D7. Grayscale: #565656. Windows color (decimal): -2352088 or 2628828. OLE color: 2628828.
HSL color Cylindrical-coordinate representation of color #DC1C28: hue angle of 356.25º 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 #DC1C28 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 40 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.14 |
| HSL | 356.25º | 0.77% | 0.49% | - |
| HSV(B) | 356.25º | 0.87% | 0.86% | - |
| XYZ | 30.31 | 16.2 | 3.54 | - |
| YUV | 86.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 40 | 0 | 0.87 | 0.82 | 0.14 | 356.25 | 0.77 | 0.49 |
| Hex | DC | 1C | 28 | 0 | 57 | 52 | E | 164 | 4D | 31 |
| Octal | 334 | 34 | 50 | 0 | 127 | 122 | 16 | 544 | 115 | 61 |
| Binary | 11011100 | 11100 | 101000 | 0 | 1010111 | 1010010 | 1110 | 101100100 | 1001101 | 110001 |
Color Harmonies of #DC1C28
Complementary color
Monochromatic Colors of #DC1C28
Black with #DC1C28
Text Example
Text Example
White with #DC1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C28; }
p { color: rgb(220,28,40); }
H1.HeaderClassName
{
color: #DC1C28;
}
.AnyTagClassName
{
color: #DC1C28;
}
</style>
background-color css
<style>
a { background-color: #DC1C28; }
a { background-color: rgb(220,28,40); }
div.DivClassName
{
background-color: #DC1C28;
}
.BgClassName
{
background-color: #DC1C28;
}
</style>
border-color css
<style>
span { border-color: #DC1C28; }
span { border-color: rgb(220,28,40); }
td.TdClassName
{
border-color: #DC1C28;
}
.TagClassName
{
border-color: #DC1C28;
}
</style>