Shades of Fire Engine Red #DC181C
Tints of Fire Engine Red #DC181C
RGB
CMYK
RGB Variations
Color information
#DC181C (or 0xDC181C) is known color: Fire Engine Red. HEX triplet: DC, 18 and 1C. RGB value is (220,24,28). Sum of RGB (Red+Green+Blue) = 220+24+28=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC181C is #23E7E3. Grayscale: #535353. Windows color (decimal): -2353124 or 1841372. OLE color: 1841372.
HSL color Cylindrical-coordinate representation of color #DC181C: hue angle of 358.78º 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 #DC181C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.14 |
| HSL | 358.78º | 0.8% | 0.48% | - |
| HSV(B) | 358.78º | 0.89% | 0.86% | - |
| XYZ | 30.05 | 15.95 | 2.59 | - |
| YUV | 83.06 | 96.93 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 28 | 0 | 0.89 | 0.87 | 0.14 | 358.78 | 0.8 | 0.48 |
| Hex | DC | 18 | 1C | 0 | 59 | 57 | E | 167 | 50 | 30 |
| Octal | 334 | 30 | 34 | 0 | 131 | 127 | 16 | 547 | 120 | 60 |
| Binary | 11011100 | 11000 | 11100 | 0 | 1011001 | 1010111 | 1110 | 101100111 | 1010000 | 110000 |
Color Harmonies of #DC181C
Complementary color
Monochromatic Colors of #DC181C
Black with #DC181C
Text Example
Text Example
White with #DC181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC181C; }
p { color: rgb(220,24,28); }
H1.HeaderClassName
{
color: #DC181C;
}
.AnyTagClassName
{
color: #DC181C;
}
</style>
background-color css
<style>
a { background-color: #DC181C; }
a { background-color: rgb(220,24,28); }
div.DivClassName
{
background-color: #DC181C;
}
.BgClassName
{
background-color: #DC181C;
}
</style>
border-color css
<style>
span { border-color: #DC181C; }
span { border-color: rgb(220,24,28); }
td.TdClassName
{
border-color: #DC181C;
}
.TagClassName
{
border-color: #DC181C;
}
</style>