Shades of Fire Engine Red #DC141D
Tints of Fire Engine Red #DC141D
RGB
CMYK
RGB Variations
Color information
#DC141D (or 0xDC141D) is known color: Fire Engine Red. HEX triplet: DC, 14 and 1D. RGB value is (220,20,29). Sum of RGB (Red+Green+Blue) = 220+20+29=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC141D is #23EBE2. Grayscale: #505050. Windows color (decimal): -2354147 or 1905884. OLE color: 1905884.
HSL color Cylindrical-coordinate representation of color #DC141D: hue angle of 357.3º 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 #DC141D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.14 |
| HSL | 357.3º | 0.83% | 0.47% | - |
| HSV(B) | 357.3º | 0.91% | 0.86% | - |
| XYZ | 29.99 | 15.8 | 2.63 | - |
| YUV | 80.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 29 | 0 | 0.91 | 0.87 | 0.14 | 357.3 | 0.83 | 0.47 |
| Hex | DC | 14 | 1D | 0 | 5B | 57 | E | 165 | 53 | 2F |
| Octal | 334 | 24 | 35 | 0 | 133 | 127 | 16 | 545 | 123 | 57 |
| Binary | 11011100 | 10100 | 11101 | 0 | 1011011 | 1010111 | 1110 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DC141D
Complementary color
Monochromatic Colors of #DC141D
Black with #DC141D
Text Example
Text Example
White with #DC141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC141D; }
p { color: rgb(220,20,29); }
H1.HeaderClassName
{
color: #DC141D;
}
.AnyTagClassName
{
color: #DC141D;
}
</style>
background-color css
<style>
a { background-color: #DC141D; }
a { background-color: rgb(220,20,29); }
div.DivClassName
{
background-color: #DC141D;
}
.BgClassName
{
background-color: #DC141D;
}
</style>
border-color css
<style>
span { border-color: #DC141D; }
span { border-color: rgb(220,20,29); }
td.TdClassName
{
border-color: #DC141D;
}
.TagClassName
{
border-color: #DC141D;
}
</style>