Shades of Fire Engine Red #DC1A1D
Tints of Fire Engine Red #DC1A1D
RGB
CMYK
RGB Variations
Color information
#DC1A1D (or 0xDC1A1D) is known color: Fire Engine Red. HEX triplet: DC, 1A and 1D. RGB value is (220,26,29). Sum of RGB (Red+Green+Blue) = 220+26+29=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A1D is #23E5E2. Grayscale: #545454. Windows color (decimal): -2352611 or 1907420. OLE color: 1907420.
HSL color Cylindrical-coordinate representation of color #DC1A1D: hue angle of 359.07º 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 #DC1A1D is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 29 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.14 |
| HSL | 359.07º | 0.79% | 0.48% | - |
| HSV(B) | 359.07º | 0.88% | 0.86% | - |
| XYZ | 30.11 | 16.04 | 2.67 | - |
| YUV | 84.35 | 96.77 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 29 | 0 | 0.88 | 0.87 | 0.14 | 359.07 | 0.79 | 0.48 |
| Hex | DC | 1A | 1D | 0 | 58 | 57 | E | 167 | 4F | 30 |
| Octal | 334 | 32 | 35 | 0 | 130 | 127 | 16 | 547 | 117 | 60 |
| Binary | 11011100 | 11010 | 11101 | 0 | 1011000 | 1010111 | 1110 | 101100111 | 1001111 | 110000 |
Color Harmonies of #DC1A1D
Complementary color
Monochromatic Colors of #DC1A1D
Black with #DC1A1D
Text Example
Text Example
White with #DC1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A1D; }
p { color: rgb(220,26,29); }
H1.HeaderClassName
{
color: #DC1A1D;
}
.AnyTagClassName
{
color: #DC1A1D;
}
</style>
background-color css
<style>
a { background-color: #DC1A1D; }
a { background-color: rgb(220,26,29); }
div.DivClassName
{
background-color: #DC1A1D;
}
.BgClassName
{
background-color: #DC1A1D;
}
</style>
border-color css
<style>
span { border-color: #DC1A1D; }
span { border-color: rgb(220,26,29); }
td.TdClassName
{
border-color: #DC1A1D;
}
.TagClassName
{
border-color: #DC1A1D;
}
</style>