Shades of Fire Engine Red #DC131B
Tints of Fire Engine Red #DC131B
RGB
CMYK
RGB Variations
Color information
#DC131B (or 0xDC131B) is known color: Fire Engine Red. HEX triplet: DC, 13 and 1B. RGB value is (220,19,27). Sum of RGB (Red+Green+Blue) = 220+19+27=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC131B is #23ECE4. Grayscale: #505050. Windows color (decimal): -2354405 or 1774556. OLE color: 1774556.
HSL color Cylindrical-coordinate representation of color #DC131B: hue angle of 357.61º 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 #DC131B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.14 |
| HSL | 357.61º | 0.84% | 0.47% | - |
| HSV(B) | 357.61º | 0.91% | 0.86% | - |
| XYZ | 29.95 | 15.76 | 2.5 | - |
| YUV | 80.01 | 98.09 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 27 | 0 | 0.91 | 0.88 | 0.14 | 357.61 | 0.84 | 0.47 |
| Hex | DC | 13 | 1B | 0 | 5B | 58 | E | 166 | 54 | 2F |
| Octal | 334 | 23 | 33 | 0 | 133 | 130 | 16 | 546 | 124 | 57 |
| Binary | 11011100 | 10011 | 11011 | 0 | 1011011 | 1011000 | 1110 | 101100110 | 1010100 | 101111 |
Color Harmonies of #DC131B
Complementary color
Monochromatic Colors of #DC131B
Black with #DC131B
Text Example
Text Example
White with #DC131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC131B; }
p { color: rgb(220,19,27); }
H1.HeaderClassName
{
color: #DC131B;
}
.AnyTagClassName
{
color: #DC131B;
}
</style>
background-color css
<style>
a { background-color: #DC131B; }
a { background-color: rgb(220,19,27); }
div.DivClassName
{
background-color: #DC131B;
}
.BgClassName
{
background-color: #DC131B;
}
</style>
border-color css
<style>
span { border-color: #DC131B; }
span { border-color: rgb(220,19,27); }
td.TdClassName
{
border-color: #DC131B;
}
.TagClassName
{
border-color: #DC131B;
}
</style>