Shades of Fire Engine Red #DC0523
Tints of Fire Engine Red #DC0523
RGB
CMYK
RGB Variations
Color information
#DC0523 (or 0xDC0523) is known color: Fire Engine Red. HEX triplet: DC, 05 and 23. RGB value is (220,5,35). Sum of RGB (Red+Green+Blue) = 220+5+35=260 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.62% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0523 is #23FADC. Grayscale: #484848. Windows color (decimal): -2357981 or 2295260. OLE color: 2295260.
HSL color Cylindrical-coordinate representation of color #DC0523: hue angle of 351.63º 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 #DC0523 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.14 |
| HSL | 351.63º | 0.96% | 0.44% | - |
| HSV(B) | 351.63º | 0.98% | 0.86% | - |
| XYZ | 29.87 | 15.45 | 3 | - |
| YUV | 72.71 | 106.73 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 35 | 0 | 0.98 | 0.84 | 0.14 | 351.63 | 0.96 | 0.44 |
| Hex | DC | 5 | 23 | 0 | 62 | 54 | E | 160 | 60 | 2C |
| Octal | 334 | 5 | 43 | 0 | 142 | 124 | 16 | 540 | 140 | 54 |
| Binary | 11011100 | 101 | 100011 | 0 | 1100010 | 1010100 | 1110 | 101100000 | 1100000 | 101100 |
Color Harmonies of #DC0523
Complementary color
Monochromatic Colors of #DC0523
Black with #DC0523
Text Example
Text Example
White with #DC0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0523; }
p { color: rgb(220,5,35); }
H1.HeaderClassName
{
color: #DC0523;
}
.AnyTagClassName
{
color: #DC0523;
}
</style>
background-color css
<style>
a { background-color: #DC0523; }
a { background-color: rgb(220,5,35); }
div.DivClassName
{
background-color: #DC0523;
}
.BgClassName
{
background-color: #DC0523;
}
</style>
border-color css
<style>
span { border-color: #DC0523; }
span { border-color: rgb(220,5,35); }
td.TdClassName
{
border-color: #DC0523;
}
.TagClassName
{
border-color: #DC0523;
}
</style>