Shades of Fire Engine Red #DC0526
Tints of Fire Engine Red #DC0526
RGB
CMYK
RGB Variations
Color information
#DC0526 (or 0xDC0526) is known color: Fire Engine Red. HEX triplet: DC, 05 and 26. RGB value is (220,5,38). Sum of RGB (Red+Green+Blue) = 220+5+38=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0526 is #23FAD9. Grayscale: #494949. Windows color (decimal): -2357978 or 2491868. OLE color: 2491868.
HSL color Cylindrical-coordinate representation of color #DC0526: hue angle of 350.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0526 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 38 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.14 |
| HSL | 350.79º | 0.96% | 0.44% | - |
| HSV(B) | 350.79º | 0.98% | 0.86% | - |
| XYZ | 29.92 | 15.46 | 3.24 | - |
| YUV | 73.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 38 | 0 | 0.98 | 0.83 | 0.14 | 350.79 | 0.96 | 0.44 |
| Hex | DC | 5 | 26 | 0 | 62 | 53 | E | 15F | 60 | 2C |
| Octal | 334 | 5 | 46 | 0 | 142 | 123 | 16 | 537 | 140 | 54 |
| Binary | 11011100 | 101 | 100110 | 0 | 1100010 | 1010011 | 1110 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DC0526
Complementary color
Monochromatic Colors of #DC0526
Black with #DC0526
Text Example
Text Example
White with #DC0526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0526; }
p { color: rgb(220,5,38); }
H1.HeaderClassName
{
color: #DC0526;
}
.AnyTagClassName
{
color: #DC0526;
}
</style>
background-color css
<style>
a { background-color: #DC0526; }
a { background-color: rgb(220,5,38); }
div.DivClassName
{
background-color: #DC0526;
}
.BgClassName
{
background-color: #DC0526;
}
</style>
border-color css
<style>
span { border-color: #DC0526; }
span { border-color: rgb(220,5,38); }
td.TdClassName
{
border-color: #DC0526;
}
.TagClassName
{
border-color: #DC0526;
}
</style>