Shades of Fire Engine Red #DC0425
Tints of Fire Engine Red #DC0425
RGB
CMYK
RGB Variations
Color information
#DC0425 (or 0xDC0425) is known color: Fire Engine Red. HEX triplet: DC, 04 and 25. RGB value is (220,4,37). Sum of RGB (Red+Green+Blue) = 220+4+37=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0425 is #23FBDA. Grayscale: #484848. Windows color (decimal): -2358235 or 2426076. OLE color: 2426076.
HSL color Cylindrical-coordinate representation of color #DC0425: hue angle of 350.83º 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 #DC0425 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.14 |
| HSL | 350.83º | 0.96% | 0.44% | - |
| HSV(B) | 350.83º | 0.98% | 0.86% | - |
| XYZ | 29.89 | 15.44 | 3.15 | - |
| YUV | 72.35 | 108.06 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 37 | 0 | 0.98 | 0.83 | 0.14 | 350.83 | 0.96 | 0.44 |
| Hex | DC | 4 | 25 | 0 | 62 | 53 | E | 15F | 60 | 2C |
| Octal | 334 | 4 | 45 | 0 | 142 | 123 | 16 | 537 | 140 | 54 |
| Binary | 11011100 | 100 | 100101 | 0 | 1100010 | 1010011 | 1110 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DC0425
Complementary color
Monochromatic Colors of #DC0425
Black with #DC0425
Text Example
Text Example
White with #DC0425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0425; }
p { color: rgb(220,4,37); }
H1.HeaderClassName
{
color: #DC0425;
}
.AnyTagClassName
{
color: #DC0425;
}
</style>
background-color css
<style>
a { background-color: #DC0425; }
a { background-color: rgb(220,4,37); }
div.DivClassName
{
background-color: #DC0425;
}
.BgClassName
{
background-color: #DC0425;
}
</style>
border-color css
<style>
span { border-color: #DC0425; }
span { border-color: rgb(220,4,37); }
td.TdClassName
{
border-color: #DC0425;
}
.TagClassName
{
border-color: #DC0425;
}
</style>