Shades of Fire Engine Red #DC141C
Tints of Fire Engine Red #DC141C
RGB
CMYK
RGB Variations
Color information
#DC141C (or 0xDC141C) is known color: Fire Engine Red. HEX triplet: DC, 14 and 1C. RGB value is (220,20,28). Sum of RGB (Red+Green+Blue) = 220+20+28=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC141C is #23EBE3. Grayscale: #505050. Windows color (decimal): -2354148 or 1840348. OLE color: 1840348.
HSL color Cylindrical-coordinate representation of color #DC141C: hue angle of 357.6º 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 #DC141C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.14 |
| HSL | 357.6º | 0.83% | 0.47% | - |
| HSV(B) | 357.6º | 0.91% | 0.86% | - |
| XYZ | 29.97 | 15.8 | 2.57 | - |
| YUV | 80.71 | 98.26 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 28 | 0 | 0.91 | 0.87 | 0.14 | 357.6 | 0.83 | 0.47 |
| Hex | DC | 14 | 1C | 0 | 5B | 57 | E | 166 | 53 | 2F |
| Octal | 334 | 24 | 34 | 0 | 133 | 127 | 16 | 546 | 123 | 57 |
| Binary | 11011100 | 10100 | 11100 | 0 | 1011011 | 1010111 | 1110 | 101100110 | 1010011 | 101111 |
Color Harmonies of #DC141C
Complementary color
Monochromatic Colors of #DC141C
Black with #DC141C
Text Example
Text Example
White with #DC141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC141C; }
p { color: rgb(220,20,28); }
H1.HeaderClassName
{
color: #DC141C;
}
.AnyTagClassName
{
color: #DC141C;
}
</style>
background-color css
<style>
a { background-color: #DC141C; }
a { background-color: rgb(220,20,28); }
div.DivClassName
{
background-color: #DC141C;
}
.BgClassName
{
background-color: #DC141C;
}
</style>
border-color css
<style>
span { border-color: #DC141C; }
span { border-color: rgb(220,20,28); }
td.TdClassName
{
border-color: #DC141C;
}
.TagClassName
{
border-color: #DC141C;
}
</style>