Shades of Fire Engine Red #DC1424
Tints of Fire Engine Red #DC1424
RGB
CMYK
RGB Variations
Color information
#DC1424 (or 0xDC1424) is known color: Fire Engine Red. HEX triplet: DC, 14 and 24. RGB value is (220,20,36). Sum of RGB (Red+Green+Blue) = 220+20+36=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1424 is #23EBDB. Grayscale: #515151. Windows color (decimal): -2354140 or 2364636. OLE color: 2364636.
HSL color Cylindrical-coordinate representation of color #DC1424: hue angle of 355.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1424 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 36 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.14 |
| HSL | 355.2º | 0.83% | 0.47% | - |
| HSV(B) | 355.2º | 0.91% | 0.86% | - |
| XYZ | 30.08 | 15.84 | 3.14 | - |
| YUV | 81.62 | 102.26 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 36 | 0 | 0.91 | 0.84 | 0.14 | 355.2 | 0.83 | 0.47 |
| Hex | DC | 14 | 24 | 0 | 5B | 54 | E | 163 | 53 | 2F |
| Octal | 334 | 24 | 44 | 0 | 133 | 124 | 16 | 543 | 123 | 57 |
| Binary | 11011100 | 10100 | 100100 | 0 | 1011011 | 1010100 | 1110 | 101100011 | 1010011 | 101111 |
Color Harmonies of #DC1424
Complementary color
Monochromatic Colors of #DC1424
Black with #DC1424
Text Example
Text Example
White with #DC1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1424; }
p { color: rgb(220,20,36); }
H1.HeaderClassName
{
color: #DC1424;
}
.AnyTagClassName
{
color: #DC1424;
}
</style>
background-color css
<style>
a { background-color: #DC1424; }
a { background-color: rgb(220,20,36); }
div.DivClassName
{
background-color: #DC1424;
}
.BgClassName
{
background-color: #DC1424;
}
</style>
border-color css
<style>
span { border-color: #DC1424; }
span { border-color: rgb(220,20,36); }
td.TdClassName
{
border-color: #DC1424;
}
.TagClassName
{
border-color: #DC1424;
}
</style>