Shades of Fire Engine Red #DC1A29
Tints of Fire Engine Red #DC1A29
RGB
CMYK
RGB Variations
Color information
#DC1A29 (or 0xDC1A29) is known color: Fire Engine Red. HEX triplet: DC, 1A and 29. RGB value is (220,26,41). Sum of RGB (Red+Green+Blue) = 220+26+41=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A29 is #23E5D6. Grayscale: #555555. Windows color (decimal): -2352599 or 2693852. OLE color: 2693852.
HSL color Cylindrical-coordinate representation of color #DC1A29: hue angle of 355.36º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A29 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 41 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.14 |
| HSL | 355.36º | 0.79% | 0.48% | - |
| HSV(B) | 355.36º | 0.88% | 0.86% | - |
| XYZ | 30.28 | 16.11 | 3.61 | - |
| YUV | 85.72 | 102.77 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 41 | 0 | 0.88 | 0.81 | 0.14 | 355.36 | 0.79 | 0.48 |
| Hex | DC | 1A | 29 | 0 | 58 | 51 | E | 163 | 4F | 30 |
| Octal | 334 | 32 | 51 | 0 | 130 | 121 | 16 | 543 | 117 | 60 |
| Binary | 11011100 | 11010 | 101001 | 0 | 1011000 | 1010001 | 1110 | 101100011 | 1001111 | 110000 |
Color Harmonies of #DC1A29
Complementary color
Monochromatic Colors of #DC1A29
Black with #DC1A29
Text Example
Text Example
White with #DC1A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A29; }
p { color: rgb(220,26,41); }
H1.HeaderClassName
{
color: #DC1A29;
}
.AnyTagClassName
{
color: #DC1A29;
}
</style>
background-color css
<style>
a { background-color: #DC1A29; }
a { background-color: rgb(220,26,41); }
div.DivClassName
{
background-color: #DC1A29;
}
.BgClassName
{
background-color: #DC1A29;
}
</style>
border-color css
<style>
span { border-color: #DC1A29; }
span { border-color: rgb(220,26,41); }
td.TdClassName
{
border-color: #DC1A29;
}
.TagClassName
{
border-color: #DC1A29;
}
</style>