Shades of Fire Engine Red #DC1226
Tints of Fire Engine Red #DC1226
RGB
CMYK
RGB Variations
Color information
#DC1226 (or 0xDC1226) is known color: Fire Engine Red. HEX triplet: DC, 12 and 26. RGB value is (220,18,38). Sum of RGB (Red+Green+Blue) = 220+18+38=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1226 is #23EDD9. Grayscale: #505050. Windows color (decimal): -2354650 or 2495196. OLE color: 2495196.
HSL color Cylindrical-coordinate representation of color #DC1226: hue angle of 354.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1226 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 38 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.14 |
| HSL | 354.06º | 0.85% | 0.47% | - |
| HSV(B) | 354.06º | 0.92% | 0.86% | - |
| XYZ | 30.08 | 15.79 | 3.3 | - |
| YUV | 80.68 | 103.92 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 38 | 0 | 0.92 | 0.83 | 0.14 | 354.06 | 0.85 | 0.47 |
| Hex | DC | 12 | 26 | 0 | 5C | 53 | E | 162 | 55 | 2F |
| Octal | 334 | 22 | 46 | 0 | 134 | 123 | 16 | 542 | 125 | 57 |
| Binary | 11011100 | 10010 | 100110 | 0 | 1011100 | 1010011 | 1110 | 101100010 | 1010101 | 101111 |
Color Harmonies of #DC1226
Complementary color
Monochromatic Colors of #DC1226
Black with #DC1226
Text Example
Text Example
White with #DC1226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1226; }
p { color: rgb(220,18,38); }
H1.HeaderClassName
{
color: #DC1226;
}
.AnyTagClassName
{
color: #DC1226;
}
</style>
background-color css
<style>
a { background-color: #DC1226; }
a { background-color: rgb(220,18,38); }
div.DivClassName
{
background-color: #DC1226;
}
.BgClassName
{
background-color: #DC1226;
}
</style>
border-color css
<style>
span { border-color: #DC1226; }
span { border-color: rgb(220,18,38); }
td.TdClassName
{
border-color: #DC1226;
}
.TagClassName
{
border-color: #DC1226;
}
</style>