Shades of Fire Engine Red #DC1323
Tints of Fire Engine Red #DC1323
RGB
CMYK
RGB Variations
Color information
#DC1323 (or 0xDC1323) is known color: Fire Engine Red. HEX triplet: DC, 13 and 23. RGB value is (220,19,35). Sum of RGB (Red+Green+Blue) = 220+19+35=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1323 is #23ECDC. Grayscale: #515151. Windows color (decimal): -2354397 or 2298844. OLE color: 2298844.
HSL color Cylindrical-coordinate representation of color #DC1323: hue angle of 355.22º 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 #DC1323 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 35 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.14 |
| HSL | 355.22º | 0.84% | 0.47% | - |
| HSV(B) | 355.22º | 0.91% | 0.86% | - |
| XYZ | 30.05 | 15.8 | 3.06 | - |
| YUV | 80.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 35 | 0 | 0.91 | 0.84 | 0.14 | 355.22 | 0.84 | 0.47 |
| Hex | DC | 13 | 23 | 0 | 5B | 54 | E | 163 | 54 | 2F |
| Octal | 334 | 23 | 43 | 0 | 133 | 124 | 16 | 543 | 124 | 57 |
| Binary | 11011100 | 10011 | 100011 | 0 | 1011011 | 1010100 | 1110 | 101100011 | 1010100 | 101111 |
Color Harmonies of #DC1323
Complementary color
Monochromatic Colors of #DC1323
Black with #DC1323
Text Example
Text Example
White with #DC1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1323; }
p { color: rgb(220,19,35); }
H1.HeaderClassName
{
color: #DC1323;
}
.AnyTagClassName
{
color: #DC1323;
}
</style>
background-color css
<style>
a { background-color: #DC1323; }
a { background-color: rgb(220,19,35); }
div.DivClassName
{
background-color: #DC1323;
}
.BgClassName
{
background-color: #DC1323;
}
</style>
border-color css
<style>
span { border-color: #DC1323; }
span { border-color: rgb(220,19,35); }
td.TdClassName
{
border-color: #DC1323;
}
.TagClassName
{
border-color: #DC1323;
}
</style>