Shades of Fire Engine Red #DC131D
Tints of Fire Engine Red #DC131D
RGB
CMYK
RGB Variations
Color information
#DC131D (or 0xDC131D) is known color: Fire Engine Red. HEX triplet: DC, 13 and 1D. RGB value is (220,19,29). Sum of RGB (Red+Green+Blue) = 220+19+29=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC131D is #23ECE2. Grayscale: #505050. Windows color (decimal): -2354403 or 1905628. OLE color: 1905628.
HSL color Cylindrical-coordinate representation of color #DC131D: hue angle of 357.01º 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 #DC131D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.14 |
| HSL | 357.01º | 0.84% | 0.47% | - |
| HSV(B) | 357.01º | 0.91% | 0.86% | - |
| XYZ | 29.97 | 15.77 | 2.63 | - |
| YUV | 80.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 29 | 0 | 0.91 | 0.87 | 0.14 | 357.01 | 0.84 | 0.47 |
| Hex | DC | 13 | 1D | 0 | 5B | 57 | E | 165 | 54 | 2F |
| Octal | 334 | 23 | 35 | 0 | 133 | 127 | 16 | 545 | 124 | 57 |
| Binary | 11011100 | 10011 | 11101 | 0 | 1011011 | 1010111 | 1110 | 101100101 | 1010100 | 101111 |
Color Harmonies of #DC131D
Complementary color
Monochromatic Colors of #DC131D
Black with #DC131D
Text Example
Text Example
White with #DC131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC131D; }
p { color: rgb(220,19,29); }
H1.HeaderClassName
{
color: #DC131D;
}
.AnyTagClassName
{
color: #DC131D;
}
</style>
background-color css
<style>
a { background-color: #DC131D; }
a { background-color: rgb(220,19,29); }
div.DivClassName
{
background-color: #DC131D;
}
.BgClassName
{
background-color: #DC131D;
}
</style>
border-color css
<style>
span { border-color: #DC131D; }
span { border-color: rgb(220,19,29); }
td.TdClassName
{
border-color: #DC131D;
}
.TagClassName
{
border-color: #DC131D;
}
</style>