Shades of Fire Engine Red #DC141B
Tints of Fire Engine Red #DC141B
RGB
CMYK
RGB Variations
Color information
#DC141B (or 0xDC141B) is known color: Fire Engine Red. HEX triplet: DC, 14 and 1B. RGB value is (220,20,27). Sum of RGB (Red+Green+Blue) = 220+20+27=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC141B is #23EBE4. Grayscale: #505050. Windows color (decimal): -2354149 or 1774812. OLE color: 1774812.
HSL color Cylindrical-coordinate representation of color #DC141B: hue angle of 357.9º 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 #DC141B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.14 |
| HSL | 357.9º | 0.83% | 0.47% | - |
| HSV(B) | 357.9º | 0.91% | 0.86% | - |
| XYZ | 29.96 | 15.8 | 2.51 | - |
| YUV | 80.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 27 | 0 | 0.91 | 0.88 | 0.14 | 357.9 | 0.83 | 0.47 |
| Hex | DC | 14 | 1B | 0 | 5B | 58 | E | 166 | 53 | 2F |
| Octal | 334 | 24 | 33 | 0 | 133 | 130 | 16 | 546 | 123 | 57 |
| Binary | 11011100 | 10100 | 11011 | 0 | 1011011 | 1011000 | 1110 | 101100110 | 1010011 | 101111 |
Color Harmonies of #DC141B
Complementary color
Monochromatic Colors of #DC141B
Black with #DC141B
Text Example
Text Example
White with #DC141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC141B; }
p { color: rgb(220,20,27); }
H1.HeaderClassName
{
color: #DC141B;
}
.AnyTagClassName
{
color: #DC141B;
}
</style>
background-color css
<style>
a { background-color: #DC141B; }
a { background-color: rgb(220,20,27); }
div.DivClassName
{
background-color: #DC141B;
}
.BgClassName
{
background-color: #DC141B;
}
</style>
border-color css
<style>
span { border-color: #DC141B; }
span { border-color: rgb(220,20,27); }
td.TdClassName
{
border-color: #DC141B;
}
.TagClassName
{
border-color: #DC141B;
}
</style>