Shades of Fire Engine Red #DC151E
Tints of Fire Engine Red #DC151E
RGB
CMYK
RGB Variations
Color information
#DC151E (or 0xDC151E) is known color: Fire Engine Red. HEX triplet: DC, 15 and 1E. RGB value is (220,21,30). Sum of RGB (Red+Green+Blue) = 220+21+30=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC151E is #23EAE1. Grayscale: #515151. Windows color (decimal): -2353890 or 1971676. OLE color: 1971676.
HSL color Cylindrical-coordinate representation of color #DC151E: hue angle of 357.29º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC151E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 30 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.14 |
| HSL | 357.29º | 0.83% | 0.47% | - |
| HSV(B) | 357.29º | 0.9% | 0.86% | - |
| XYZ | 30.02 | 15.85 | 2.7 | - |
| YUV | 81.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 30 | 0 | 0.90 | 0.86 | 0.14 | 357.29 | 0.83 | 0.47 |
| Hex | DC | 15 | 1E | 0 | 5A | 56 | E | 165 | 53 | 2F |
| Octal | 334 | 25 | 36 | 0 | 132 | 126 | 16 | 545 | 123 | 57 |
| Binary | 11011100 | 10101 | 11110 | 0 | 1011010 | 1010110 | 1110 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DC151E
Complementary color
Monochromatic Colors of #DC151E
Black with #DC151E
Text Example
Text Example
White with #DC151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC151E; }
p { color: rgb(220,21,30); }
H1.HeaderClassName
{
color: #DC151E;
}
.AnyTagClassName
{
color: #DC151E;
}
</style>
background-color css
<style>
a { background-color: #DC151E; }
a { background-color: rgb(220,21,30); }
div.DivClassName
{
background-color: #DC151E;
}
.BgClassName
{
background-color: #DC151E;
}
</style>
border-color css
<style>
span { border-color: #DC151E; }
span { border-color: rgb(220,21,30); }
td.TdClassName
{
border-color: #DC151E;
}
.TagClassName
{
border-color: #DC151E;
}
</style>