Shades of Fire Engine Red #DC0D26
Tints of Fire Engine Red #DC0D26
RGB
CMYK
RGB Variations
Color information
#DC0D26 (or 0xDC0D26) is known color: Fire Engine Red. HEX triplet: DC, 0D and 26. RGB value is (220,13,38). Sum of RGB (Red+Green+Blue) = 220+13+38=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D26 is #23F2D9. Grayscale: #4D4D4D. Windows color (decimal): -2355930 or 2493916. OLE color: 2493916.
HSL color Cylindrical-coordinate representation of color #DC0D26: hue angle of 352.75º 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 #DC0D26 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 38 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.14 |
| HSL | 352.75º | 0.89% | 0.46% | - |
| HSV(B) | 352.75º | 0.94% | 0.86% | - |
| XYZ | 30.01 | 15.64 | 3.27 | - |
| YUV | 77.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 38 | 0 | 0.94 | 0.83 | 0.14 | 352.75 | 0.89 | 0.46 |
| Hex | DC | D | 26 | 0 | 5E | 53 | E | 161 | 59 | 2E |
| Octal | 334 | 15 | 46 | 0 | 136 | 123 | 16 | 541 | 131 | 56 |
| Binary | 11011100 | 1101 | 100110 | 0 | 1011110 | 1010011 | 1110 | 101100001 | 1011001 | 101110 |
Color Harmonies of #DC0D26
Complementary color
Monochromatic Colors of #DC0D26
Black with #DC0D26
Text Example
Text Example
White with #DC0D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D26; }
p { color: rgb(220,13,38); }
H1.HeaderClassName
{
color: #DC0D26;
}
.AnyTagClassName
{
color: #DC0D26;
}
</style>
background-color css
<style>
a { background-color: #DC0D26; }
a { background-color: rgb(220,13,38); }
div.DivClassName
{
background-color: #DC0D26;
}
.BgClassName
{
background-color: #DC0D26;
}
</style>
border-color css
<style>
span { border-color: #DC0D26; }
span { border-color: rgb(220,13,38); }
td.TdClassName
{
border-color: #DC0D26;
}
.TagClassName
{
border-color: #DC0D26;
}
</style>