Shades of Fire Engine Red #DC141E
Tints of Fire Engine Red #DC141E
RGB
CMYK
RGB Variations
Color information
#DC141E (or 0xDC141E) is known color: Fire Engine Red. HEX triplet: DC, 14 and 1E. RGB value is (220,20,30). Sum of RGB (Red+Green+Blue) = 220+20+30=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC141E is #23EBE1. Grayscale: #515151. Windows color (decimal): -2354146 or 1971420. OLE color: 1971420.
HSL color Cylindrical-coordinate representation of color #DC141E: hue angle of 357º 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 #DC141E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.14 |
| HSL | 357º | 0.83% | 0.47% | - |
| HSV(B) | 357º | 0.91% | 0.86% | - |
| XYZ | 30 | 15.81 | 2.7 | - |
| YUV | 80.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 30 | 0 | 0.91 | 0.86 | 0.14 | 357 | 0.83 | 0.47 |
| Hex | DC | 14 | 1E | 0 | 5B | 56 | E | 165 | 53 | 2F |
| Octal | 334 | 24 | 36 | 0 | 133 | 126 | 16 | 545 | 123 | 57 |
| Binary | 11011100 | 10100 | 11110 | 0 | 1011011 | 1010110 | 1110 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DC141E
Complementary color
Monochromatic Colors of #DC141E
Black with #DC141E
Text Example
Text Example
White with #DC141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC141E; }
p { color: rgb(220,20,30); }
H1.HeaderClassName
{
color: #DC141E;
}
.AnyTagClassName
{
color: #DC141E;
}
</style>
background-color css
<style>
a { background-color: #DC141E; }
a { background-color: rgb(220,20,30); }
div.DivClassName
{
background-color: #DC141E;
}
.BgClassName
{
background-color: #DC141E;
}
</style>
border-color css
<style>
span { border-color: #DC141E; }
span { border-color: rgb(220,20,30); }
td.TdClassName
{
border-color: #DC141E;
}
.TagClassName
{
border-color: #DC141E;
}
</style>