Shades of Fire Engine Red #DC0725
Tints of Fire Engine Red #DC0725
RGB
CMYK
RGB Variations
Color information
#DC0725 (or 0xDC0725) is known color: Fire Engine Red. HEX triplet: DC, 07 and 25. RGB value is (220,7,37). Sum of RGB (Red+Green+Blue) = 220+7+37=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0725 is #23F8DA. Grayscale: #4A4A4A. Windows color (decimal): -2357467 or 2426844. OLE color: 2426844.
HSL color Cylindrical-coordinate representation of color #DC0725: hue angle of 351.55º 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 #DC0725 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.14 |
| HSL | 351.55º | 0.94% | 0.45% | - |
| HSV(B) | 351.55º | 0.97% | 0.86% | - |
| XYZ | 29.93 | 15.5 | 3.17 | - |
| YUV | 74.11 | 107.07 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 37 | 0 | 0.97 | 0.83 | 0.14 | 351.55 | 0.94 | 0.45 |
| Hex | DC | 7 | 25 | 0 | 61 | 53 | E | 160 | 5E | 2D |
| Octal | 334 | 7 | 45 | 0 | 141 | 123 | 16 | 540 | 136 | 55 |
| Binary | 11011100 | 111 | 100101 | 0 | 1100001 | 1010011 | 1110 | 101100000 | 1011110 | 101101 |
Color Harmonies of #DC0725
Complementary color
Monochromatic Colors of #DC0725
Black with #DC0725
Text Example
Text Example
White with #DC0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0725; }
p { color: rgb(220,7,37); }
H1.HeaderClassName
{
color: #DC0725;
}
.AnyTagClassName
{
color: #DC0725;
}
</style>
background-color css
<style>
a { background-color: #DC0725; }
a { background-color: rgb(220,7,37); }
div.DivClassName
{
background-color: #DC0725;
}
.BgClassName
{
background-color: #DC0725;
}
</style>
border-color css
<style>
span { border-color: #DC0725; }
span { border-color: rgb(220,7,37); }
td.TdClassName
{
border-color: #DC0725;
}
.TagClassName
{
border-color: #DC0725;
}
</style>