Shades of Fire Engine Red #DC1726
Tints of Fire Engine Red #DC1726
RGB
CMYK
RGB Variations
Color information
#DC1726 (or 0xDC1726) is known color: Fire Engine Red. HEX triplet: DC, 17 and 26. RGB value is (220,23,38). Sum of RGB (Red+Green+Blue) = 220+23+38=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1726 is #23E8D9. Grayscale: #535353. Windows color (decimal): -2353370 or 2496476. OLE color: 2496476.
HSL color Cylindrical-coordinate representation of color #DC1726: hue angle of 355.43º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1726 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 38 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.14 |
| HSL | 355.43º | 0.81% | 0.48% | - |
| HSV(B) | 355.43º | 0.9% | 0.86% | - |
| XYZ | 30.17 | 15.97 | 3.33 | - |
| YUV | 83.61 | 102.27 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 38 | 0 | 0.90 | 0.83 | 0.14 | 355.43 | 0.81 | 0.48 |
| Hex | DC | 17 | 26 | 0 | 5A | 53 | E | 163 | 51 | 30 |
| Octal | 334 | 27 | 46 | 0 | 132 | 123 | 16 | 543 | 121 | 60 |
| Binary | 11011100 | 10111 | 100110 | 0 | 1011010 | 1010011 | 1110 | 101100011 | 1010001 | 110000 |
Color Harmonies of #DC1726
Complementary color
Monochromatic Colors of #DC1726
Black with #DC1726
Text Example
Text Example
White with #DC1726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1726; }
p { color: rgb(220,23,38); }
H1.HeaderClassName
{
color: #DC1726;
}
.AnyTagClassName
{
color: #DC1726;
}
</style>
background-color css
<style>
a { background-color: #DC1726; }
a { background-color: rgb(220,23,38); }
div.DivClassName
{
background-color: #DC1726;
}
.BgClassName
{
background-color: #DC1726;
}
</style>
border-color css
<style>
span { border-color: #DC1726; }
span { border-color: rgb(220,23,38); }
td.TdClassName
{
border-color: #DC1726;
}
.TagClassName
{
border-color: #DC1726;
}
</style>