Shades of Fire Engine Red #DC1A2A
Tints of Fire Engine Red #DC1A2A
RGB
CMYK
RGB Variations
Color information
#DC1A2A (or 0xDC1A2A) is known color: Fire Engine Red. HEX triplet: DC, 1A and 2A. RGB value is (220,26,42). Sum of RGB (Red+Green+Blue) = 220+26+42=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A2A is #23E5D5. Grayscale: #555555. Windows color (decimal): -2352598 or 2759388. OLE color: 2759388.
HSL color Cylindrical-coordinate representation of color #DC1A2A: hue angle of 355.05º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A2A is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 42 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.14 |
| HSL | 355.05º | 0.79% | 0.48% | - |
| HSV(B) | 355.05º | 0.88% | 0.86% | - |
| XYZ | 30.3 | 16.12 | 3.71 | - |
| YUV | 85.83 | 103.27 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 42 | 0 | 0.88 | 0.81 | 0.14 | 355.05 | 0.79 | 0.48 |
| Hex | DC | 1A | 2A | 0 | 58 | 51 | E | 163 | 4F | 30 |
| Octal | 334 | 32 | 52 | 0 | 130 | 121 | 16 | 543 | 117 | 60 |
| Binary | 11011100 | 11010 | 101010 | 0 | 1011000 | 1010001 | 1110 | 101100011 | 1001111 | 110000 |
Color Harmonies of #DC1A2A
Complementary color
Monochromatic Colors of #DC1A2A
Black with #DC1A2A
Text Example
Text Example
White with #DC1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A2A; }
p { color: rgb(220,26,42); }
H1.HeaderClassName
{
color: #DC1A2A;
}
.AnyTagClassName
{
color: #DC1A2A;
}
</style>
background-color css
<style>
a { background-color: #DC1A2A; }
a { background-color: rgb(220,26,42); }
div.DivClassName
{
background-color: #DC1A2A;
}
.BgClassName
{
background-color: #DC1A2A;
}
</style>
border-color css
<style>
span { border-color: #DC1A2A; }
span { border-color: rgb(220,26,42); }
td.TdClassName
{
border-color: #DC1A2A;
}
.TagClassName
{
border-color: #DC1A2A;
}
</style>