Shades of Fire Engine Red #DC1A1C
Tints of Fire Engine Red #DC1A1C
RGB
CMYK
RGB Variations
Color information
#DC1A1C (or 0xDC1A1C) is known color: Fire Engine Red. HEX triplet: DC, 1A and 1C. RGB value is (220,26,28). Sum of RGB (Red+Green+Blue) = 220+26+28=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A1C is #23E5E3. Grayscale: #545454. Windows color (decimal): -2352612 or 1841884. OLE color: 1841884.
HSL color Cylindrical-coordinate representation of color #DC1A1C: hue angle of 359.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A1C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 28 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.14 |
| HSL | 359.38º | 0.79% | 0.48% | - |
| HSV(B) | 359.38º | 0.88% | 0.86% | - |
| XYZ | 30.09 | 16.04 | 2.61 | - |
| YUV | 84.23 | 96.27 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 28 | 0 | 0.88 | 0.87 | 0.14 | 359.38 | 0.79 | 0.48 |
| Hex | DC | 1A | 1C | 0 | 58 | 57 | E | 167 | 4F | 30 |
| Octal | 334 | 32 | 34 | 0 | 130 | 127 | 16 | 547 | 117 | 60 |
| Binary | 11011100 | 11010 | 11100 | 0 | 1011000 | 1010111 | 1110 | 101100111 | 1001111 | 110000 |
Color Harmonies of #DC1A1C
Complementary color
Monochromatic Colors of #DC1A1C
Black with #DC1A1C
Text Example
Text Example
White with #DC1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A1C; }
p { color: rgb(220,26,28); }
H1.HeaderClassName
{
color: #DC1A1C;
}
.AnyTagClassName
{
color: #DC1A1C;
}
</style>
background-color css
<style>
a { background-color: #DC1A1C; }
a { background-color: rgb(220,26,28); }
div.DivClassName
{
background-color: #DC1A1C;
}
.BgClassName
{
background-color: #DC1A1C;
}
</style>
border-color css
<style>
span { border-color: #DC1A1C; }
span { border-color: rgb(220,26,28); }
td.TdClassName
{
border-color: #DC1A1C;
}
.TagClassName
{
border-color: #DC1A1C;
}
</style>