Shades of Fire Engine Red #DC131E
Tints of Fire Engine Red #DC131E
RGB
CMYK
RGB Variations
Color information
#DC131E (or 0xDC131E) is known color: Fire Engine Red. HEX triplet: DC, 13 and 1E. RGB value is (220,19,30). Sum of RGB (Red+Green+Blue) = 220+19+30=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC131E is #23ECE1. Grayscale: #505050. Windows color (decimal): -2354402 or 1971164. OLE color: 1971164.
HSL color Cylindrical-coordinate representation of color #DC131E: hue angle of 356.72º degrees, saturation: 0.84, 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 #DC131E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.14 |
| HSL | 356.72º | 0.84% | 0.47% | - |
| HSV(B) | 356.72º | 0.91% | 0.86% | - |
| XYZ | 29.98 | 15.78 | 2.69 | - |
| YUV | 80.35 | 99.59 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 30 | 0 | 0.91 | 0.86 | 0.14 | 356.72 | 0.84 | 0.47 |
| Hex | DC | 13 | 1E | 0 | 5B | 56 | E | 165 | 54 | 2F |
| Octal | 334 | 23 | 36 | 0 | 133 | 126 | 16 | 545 | 124 | 57 |
| Binary | 11011100 | 10011 | 11110 | 0 | 1011011 | 1010110 | 1110 | 101100101 | 1010100 | 101111 |
Color Harmonies of #DC131E
Complementary color
Monochromatic Colors of #DC131E
Black with #DC131E
Text Example
Text Example
White with #DC131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC131E; }
p { color: rgb(220,19,30); }
H1.HeaderClassName
{
color: #DC131E;
}
.AnyTagClassName
{
color: #DC131E;
}
</style>
background-color css
<style>
a { background-color: #DC131E; }
a { background-color: rgb(220,19,30); }
div.DivClassName
{
background-color: #DC131E;
}
.BgClassName
{
background-color: #DC131E;
}
</style>
border-color css
<style>
span { border-color: #DC131E; }
span { border-color: rgb(220,19,30); }
td.TdClassName
{
border-color: #DC131E;
}
.TagClassName
{
border-color: #DC131E;
}
</style>