Shades of Fire Engine Red #DC1429
Tints of Fire Engine Red #DC1429
RGB
CMYK
RGB Variations
Color information
#DC1429 (or 0xDC1429) is known color: Fire Engine Red. HEX triplet: DC, 14 and 29. RGB value is (220,20,41). Sum of RGB (Red+Green+Blue) = 220+20+41=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1429 is #23EBD6. Grayscale: #525252. Windows color (decimal): -2354135 or 2692316. OLE color: 2692316.
HSL color Cylindrical-coordinate representation of color #DC1429: hue angle of 353.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 #DC1429 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 41 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.14 |
| HSL | 353.7º | 0.83% | 0.47% | - |
| HSV(B) | 353.7º | 0.91% | 0.86% | - |
| XYZ | 30.17 | 15.88 | 3.57 | - |
| YUV | 82.19 | 104.76 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 41 | 0 | 0.91 | 0.81 | 0.14 | 353.7 | 0.83 | 0.47 |
| Hex | DC | 14 | 29 | 0 | 5B | 51 | E | 162 | 53 | 2F |
| Octal | 334 | 24 | 51 | 0 | 133 | 121 | 16 | 542 | 123 | 57 |
| Binary | 11011100 | 10100 | 101001 | 0 | 1011011 | 1010001 | 1110 | 101100010 | 1010011 | 101111 |
Color Harmonies of #DC1429
Complementary color
Monochromatic Colors of #DC1429
Black with #DC1429
Text Example
Text Example
White with #DC1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1429; }
p { color: rgb(220,20,41); }
H1.HeaderClassName
{
color: #DC1429;
}
.AnyTagClassName
{
color: #DC1429;
}
</style>
background-color css
<style>
a { background-color: #DC1429; }
a { background-color: rgb(220,20,41); }
div.DivClassName
{
background-color: #DC1429;
}
.BgClassName
{
background-color: #DC1429;
}
</style>
border-color css
<style>
span { border-color: #DC1429; }
span { border-color: rgb(220,20,41); }
td.TdClassName
{
border-color: #DC1429;
}
.TagClassName
{
border-color: #DC1429;
}
</style>