Shades of Fire Engine Red #DC0525
Tints of Fire Engine Red #DC0525
RGB
CMYK
RGB Variations
Color information
#DC0525 (or 0xDC0525) is known color: Fire Engine Red. HEX triplet: DC, 05 and 25. RGB value is (220,5,37). Sum of RGB (Red+Green+Blue) = 220+5+37=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0525 is #23FADA. Grayscale: #494949. Windows color (decimal): -2357979 or 2426332. OLE color: 2426332.
HSL color Cylindrical-coordinate representation of color #DC0525: hue angle of 351.07º 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 #DC0525 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.14 |
| HSL | 351.07º | 0.96% | 0.44% | - |
| HSV(B) | 351.07º | 0.98% | 0.86% | - |
| XYZ | 29.9 | 15.46 | 3.16 | - |
| YUV | 72.93 | 107.73 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 37 | 0 | 0.98 | 0.83 | 0.14 | 351.07 | 0.96 | 0.44 |
| Hex | DC | 5 | 25 | 0 | 62 | 53 | E | 15F | 60 | 2C |
| Octal | 334 | 5 | 45 | 0 | 142 | 123 | 16 | 537 | 140 | 54 |
| Binary | 11011100 | 101 | 100101 | 0 | 1100010 | 1010011 | 1110 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DC0525
Complementary color
Monochromatic Colors of #DC0525
Black with #DC0525
Text Example
Text Example
White with #DC0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0525; }
p { color: rgb(220,5,37); }
H1.HeaderClassName
{
color: #DC0525;
}
.AnyTagClassName
{
color: #DC0525;
}
</style>
background-color css
<style>
a { background-color: #DC0525; }
a { background-color: rgb(220,5,37); }
div.DivClassName
{
background-color: #DC0525;
}
.BgClassName
{
background-color: #DC0525;
}
</style>
border-color css
<style>
span { border-color: #DC0525; }
span { border-color: rgb(220,5,37); }
td.TdClassName
{
border-color: #DC0525;
}
.TagClassName
{
border-color: #DC0525;
}
</style>