Shades of Fire Engine Red #DC0726
Tints of Fire Engine Red #DC0726
RGB
CMYK
RGB Variations
Color information
#DC0726 (or 0xDC0726) is known color: Fire Engine Red. HEX triplet: DC, 07 and 26. RGB value is (220,7,38). Sum of RGB (Red+Green+Blue) = 220+7+38=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0726 is #23F8D9. Grayscale: #4A4A4A. Windows color (decimal): -2357466 or 2492380. OLE color: 2492380.
HSL color Cylindrical-coordinate representation of color #DC0726: hue angle of 351.27º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0726 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 38 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.14 |
| HSL | 351.27º | 0.94% | 0.45% | - |
| HSV(B) | 351.27º | 0.97% | 0.86% | - |
| XYZ | 29.94 | 15.51 | 3.25 | - |
| YUV | 74.22 | 107.57 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 38 | 0 | 0.97 | 0.83 | 0.14 | 351.27 | 0.94 | 0.45 |
| Hex | DC | 7 | 26 | 0 | 61 | 53 | E | 15F | 5E | 2D |
| Octal | 334 | 7 | 46 | 0 | 141 | 123 | 16 | 537 | 136 | 55 |
| Binary | 11011100 | 111 | 100110 | 0 | 1100001 | 1010011 | 1110 | 101011111 | 1011110 | 101101 |
Color Harmonies of #DC0726
Complementary color
Monochromatic Colors of #DC0726
Black with #DC0726
Text Example
Text Example
White with #DC0726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0726; }
p { color: rgb(220,7,38); }
H1.HeaderClassName
{
color: #DC0726;
}
.AnyTagClassName
{
color: #DC0726;
}
</style>
background-color css
<style>
a { background-color: #DC0726; }
a { background-color: rgb(220,7,38); }
div.DivClassName
{
background-color: #DC0726;
}
.BgClassName
{
background-color: #DC0726;
}
</style>
border-color css
<style>
span { border-color: #DC0726; }
span { border-color: rgb(220,7,38); }
td.TdClassName
{
border-color: #DC0726;
}
.TagClassName
{
border-color: #DC0726;
}
</style>