Shades of Fire Engine Red #DC1322
Tints of Fire Engine Red #DC1322
RGB
CMYK
RGB Variations
Color information
#DC1322 (or 0xDC1322) is known color: Fire Engine Red. HEX triplet: DC, 13 and 22. RGB value is (220,19,34). Sum of RGB (Red+Green+Blue) = 220+19+34=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1322 is #23ECDD. Grayscale: #505050. Windows color (decimal): -2354398 or 2233308. OLE color: 2233308.
HSL color Cylindrical-coordinate representation of color #DC1322: hue angle of 355.52º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1322 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 34 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.14 |
| HSL | 355.52º | 0.84% | 0.47% | - |
| HSV(B) | 355.52º | 0.91% | 0.86% | - |
| XYZ | 30.04 | 15.8 | 2.98 | - |
| YUV | 80.81 | 101.59 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 34 | 0 | 0.91 | 0.85 | 0.14 | 355.52 | 0.84 | 0.47 |
| Hex | DC | 13 | 22 | 0 | 5B | 55 | E | 164 | 54 | 2F |
| Octal | 334 | 23 | 42 | 0 | 133 | 125 | 16 | 544 | 124 | 57 |
| Binary | 11011100 | 10011 | 100010 | 0 | 1011011 | 1010101 | 1110 | 101100100 | 1010100 | 101111 |
Color Harmonies of #DC1322
Complementary color
Monochromatic Colors of #DC1322
Black with #DC1322
Text Example
Text Example
White with #DC1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1322; }
p { color: rgb(220,19,34); }
H1.HeaderClassName
{
color: #DC1322;
}
.AnyTagClassName
{
color: #DC1322;
}
</style>
background-color css
<style>
a { background-color: #DC1322; }
a { background-color: rgb(220,19,34); }
div.DivClassName
{
background-color: #DC1322;
}
.BgClassName
{
background-color: #DC1322;
}
</style>
border-color css
<style>
span { border-color: #DC1322; }
span { border-color: rgb(220,19,34); }
td.TdClassName
{
border-color: #DC1322;
}
.TagClassName
{
border-color: #DC1322;
}
</style>