Shades of Fire Engine Red #DC1A1F
Tints of Fire Engine Red #DC1A1F
RGB
CMYK
RGB Variations
Color information
#DC1A1F (or 0xDC1A1F) is known color: Fire Engine Red. HEX triplet: DC, 1A and 1F. RGB value is (220,26,31). Sum of RGB (Red+Green+Blue) = 220+26+31=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A1F is #23E5E0. Grayscale: #545454. Windows color (decimal): -2352609 or 2038492. OLE color: 2038492.
HSL color Cylindrical-coordinate representation of color #DC1A1F: hue angle of 358.45º 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 #DC1A1F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 31 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.14 |
| HSL | 358.45º | 0.79% | 0.48% | - |
| HSV(B) | 358.45º | 0.88% | 0.86% | - |
| XYZ | 30.13 | 16.05 | 2.81 | - |
| YUV | 84.58 | 97.77 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 31 | 0 | 0.88 | 0.86 | 0.14 | 358.45 | 0.79 | 0.48 |
| Hex | DC | 1A | 1F | 0 | 58 | 56 | E | 166 | 4F | 30 |
| Octal | 334 | 32 | 37 | 0 | 130 | 126 | 16 | 546 | 117 | 60 |
| Binary | 11011100 | 11010 | 11111 | 0 | 1011000 | 1010110 | 1110 | 101100110 | 1001111 | 110000 |
Color Harmonies of #DC1A1F
Complementary color
Monochromatic Colors of #DC1A1F
Black with #DC1A1F
Text Example
Text Example
White with #DC1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A1F; }
p { color: rgb(220,26,31); }
H1.HeaderClassName
{
color: #DC1A1F;
}
.AnyTagClassName
{
color: #DC1A1F;
}
</style>
background-color css
<style>
a { background-color: #DC1A1F; }
a { background-color: rgb(220,26,31); }
div.DivClassName
{
background-color: #DC1A1F;
}
.BgClassName
{
background-color: #DC1A1F;
}
</style>
border-color css
<style>
span { border-color: #DC1A1F; }
span { border-color: rgb(220,26,31); }
td.TdClassName
{
border-color: #DC1A1F;
}
.TagClassName
{
border-color: #DC1A1F;
}
</style>