Shades of Fire Engine Red #DC0A26
Tints of Fire Engine Red #DC0A26
RGB
CMYK
RGB Variations
Color information
#DC0A26 (or 0xDC0A26) is known color: Fire Engine Red. HEX triplet: DC, 0A and 26. RGB value is (220,10,38). Sum of RGB (Red+Green+Blue) = 220+10+38=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0A26 is #23F5D9. Grayscale: #4C4C4C. Windows color (decimal): -2356698 or 2493148. OLE color: 2493148.
HSL color Cylindrical-coordinate representation of color #DC0A26: hue angle of 352º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0A26 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 38 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.14 |
| HSL | 352º | 0.91% | 0.45% | - |
| HSV(B) | 352º | 0.95% | 0.86% | - |
| XYZ | 29.97 | 15.57 | 3.26 | - |
| YUV | 75.98 | 106.57 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 38 | 0 | 0.95 | 0.83 | 0.14 | 352 | 0.91 | 0.45 |
| Hex | DC | A | 26 | 0 | 5F | 53 | E | 160 | 5B | 2D |
| Octal | 334 | 12 | 46 | 0 | 137 | 123 | 16 | 540 | 133 | 55 |
| Binary | 11011100 | 1010 | 100110 | 0 | 1011111 | 1010011 | 1110 | 101100000 | 1011011 | 101101 |
Color Harmonies of #DC0A26
Complementary color
Monochromatic Colors of #DC0A26
Black with #DC0A26
Text Example
Text Example
White with #DC0A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0A26; }
p { color: rgb(220,10,38); }
H1.HeaderClassName
{
color: #DC0A26;
}
.AnyTagClassName
{
color: #DC0A26;
}
</style>
background-color css
<style>
a { background-color: #DC0A26; }
a { background-color: rgb(220,10,38); }
div.DivClassName
{
background-color: #DC0A26;
}
.BgClassName
{
background-color: #DC0A26;
}
</style>
border-color css
<style>
span { border-color: #DC0A26; }
span { border-color: rgb(220,10,38); }
td.TdClassName
{
border-color: #DC0A26;
}
.TagClassName
{
border-color: #DC0A26;
}
</style>