Shades of Fire Engine Red #DC1224
Tints of Fire Engine Red #DC1224
RGB
CMYK
RGB Variations
Color information
#DC1224 (or 0xDC1224) is known color: Fire Engine Red. HEX triplet: DC, 12 and 24. RGB value is (220,18,36). Sum of RGB (Red+Green+Blue) = 220+18+36=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1224 is #23EDDB. Grayscale: #505050. Windows color (decimal): -2354652 or 2364124. OLE color: 2364124.
HSL color Cylindrical-coordinate representation of color #DC1224: hue angle of 354.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1224 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 36 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.14 |
| HSL | 354.65º | 0.85% | 0.47% | - |
| HSV(B) | 354.65º | 0.92% | 0.86% | - |
| XYZ | 30.05 | 15.78 | 3.13 | - |
| YUV | 80.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 36 | 0 | 0.92 | 0.84 | 0.14 | 354.65 | 0.85 | 0.47 |
| Hex | DC | 12 | 24 | 0 | 5C | 54 | E | 163 | 55 | 2F |
| Octal | 334 | 22 | 44 | 0 | 134 | 124 | 16 | 543 | 125 | 57 |
| Binary | 11011100 | 10010 | 100100 | 0 | 1011100 | 1010100 | 1110 | 101100011 | 1010101 | 101111 |
Color Harmonies of #DC1224
Complementary color
Monochromatic Colors of #DC1224
Black with #DC1224
Text Example
Text Example
White with #DC1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1224; }
p { color: rgb(220,18,36); }
H1.HeaderClassName
{
color: #DC1224;
}
.AnyTagClassName
{
color: #DC1224;
}
</style>
background-color css
<style>
a { background-color: #DC1224; }
a { background-color: rgb(220,18,36); }
div.DivClassName
{
background-color: #DC1224;
}
.BgClassName
{
background-color: #DC1224;
}
</style>
border-color css
<style>
span { border-color: #DC1224; }
span { border-color: rgb(220,18,36); }
td.TdClassName
{
border-color: #DC1224;
}
.TagClassName
{
border-color: #DC1224;
}
</style>