Shades of Fire Engine Red #DC0D25
Tints of Fire Engine Red #DC0D25
RGB
CMYK
RGB Variations
Color information
#DC0D25 (or 0xDC0D25) is known color: Fire Engine Red. HEX triplet: DC, 0D and 25. RGB value is (220,13,37). Sum of RGB (Red+Green+Blue) = 220+13+37=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D25 is #23F2DA. Grayscale: #4D4D4D. Windows color (decimal): -2355931 or 2428380. OLE color: 2428380.
HSL color Cylindrical-coordinate representation of color #DC0D25: hue angle of 353.04º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D25 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 37 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.14 |
| HSL | 353.04º | 0.89% | 0.46% | - |
| HSV(B) | 353.04º | 0.94% | 0.86% | - |
| XYZ | 29.99 | 15.64 | 3.19 | - |
| YUV | 77.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 37 | 0 | 0.94 | 0.83 | 0.14 | 353.04 | 0.89 | 0.46 |
| Hex | DC | D | 25 | 0 | 5E | 53 | E | 161 | 59 | 2E |
| Octal | 334 | 15 | 45 | 0 | 136 | 123 | 16 | 541 | 131 | 56 |
| Binary | 11011100 | 1101 | 100101 | 0 | 1011110 | 1010011 | 1110 | 101100001 | 1011001 | 101110 |
Color Harmonies of #DC0D25
Complementary color
Monochromatic Colors of #DC0D25
Black with #DC0D25
Text Example
Text Example
White with #DC0D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D25; }
p { color: rgb(220,13,37); }
H1.HeaderClassName
{
color: #DC0D25;
}
.AnyTagClassName
{
color: #DC0D25;
}
</style>
background-color css
<style>
a { background-color: #DC0D25; }
a { background-color: rgb(220,13,37); }
div.DivClassName
{
background-color: #DC0D25;
}
.BgClassName
{
background-color: #DC0D25;
}
</style>
border-color css
<style>
span { border-color: #DC0D25; }
span { border-color: rgb(220,13,37); }
td.TdClassName
{
border-color: #DC0D25;
}
.TagClassName
{
border-color: #DC0D25;
}
</style>