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