Shades of Fire Engine Red #DC1A1B
Tints of Fire Engine Red #DC1A1B
RGB
CMYK
RGB Variations
Color information
#DC1A1B (or 0xDC1A1B) is known color: Fire Engine Red. HEX triplet: DC, 1A and 1B. RGB value is (220,26,27). Sum of RGB (Red+Green+Blue) = 220+26+27=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A1B is #23E5E4. Grayscale: #545454. Windows color (decimal): -2352613 or 1776348. OLE color: 1776348.
HSL color Cylindrical-coordinate representation of color #DC1A1B: hue angle of 359.69º 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 #DC1A1B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 27 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.14 |
| HSL | 359.69º | 0.79% | 0.48% | - |
| HSV(B) | 359.69º | 0.88% | 0.86% | - |
| XYZ | 30.08 | 16.03 | 2.55 | - |
| YUV | 84.12 | 95.77 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 27 | 0 | 0.88 | 0.88 | 0.14 | 359.69 | 0.79 | 0.48 |
| Hex | DC | 1A | 1B | 0 | 58 | 58 | E | 168 | 4F | 30 |
| Octal | 334 | 32 | 33 | 0 | 130 | 130 | 16 | 550 | 117 | 60 |
| Binary | 11011100 | 11010 | 11011 | 0 | 1011000 | 1011000 | 1110 | 101101000 | 1001111 | 110000 |
Color Harmonies of #DC1A1B
Complementary color
Monochromatic Colors of #DC1A1B
Black with #DC1A1B
Text Example
Text Example
White with #DC1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A1B; }
p { color: rgb(220,26,27); }
H1.HeaderClassName
{
color: #DC1A1B;
}
.AnyTagClassName
{
color: #DC1A1B;
}
</style>
background-color css
<style>
a { background-color: #DC1A1B; }
a { background-color: rgb(220,26,27); }
div.DivClassName
{
background-color: #DC1A1B;
}
.BgClassName
{
background-color: #DC1A1B;
}
</style>
border-color css
<style>
span { border-color: #DC1A1B; }
span { border-color: rgb(220,26,27); }
td.TdClassName
{
border-color: #DC1A1B;
}
.TagClassName
{
border-color: #DC1A1B;
}
</style>