Shades of Fire Engine Red #DC1228
Tints of Fire Engine Red #DC1228
RGB
CMYK
RGB Variations
Color information
#DC1228 (or 0xDC1228) is known color: Fire Engine Red. HEX triplet: DC, 12 and 28. RGB value is (220,18,40). Sum of RGB (Red+Green+Blue) = 220+18+40=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1228 is #23EDD7. Grayscale: #515151. Windows color (decimal): -2354648 or 2626268. OLE color: 2626268.
HSL color Cylindrical-coordinate representation of color #DC1228: hue angle of 353.47º 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 #DC1228 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 40 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.14 |
| HSL | 353.47º | 0.85% | 0.47% | - |
| HSV(B) | 353.47º | 0.92% | 0.86% | - |
| XYZ | 30.11 | 15.8 | 3.47 | - |
| YUV | 80.91 | 104.92 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 40 | 0 | 0.92 | 0.82 | 0.14 | 353.47 | 0.85 | 0.47 |
| Hex | DC | 12 | 28 | 0 | 5C | 52 | E | 161 | 55 | 2F |
| Octal | 334 | 22 | 50 | 0 | 134 | 122 | 16 | 541 | 125 | 57 |
| Binary | 11011100 | 10010 | 101000 | 0 | 1011100 | 1010010 | 1110 | 101100001 | 1010101 | 101111 |
Color Harmonies of #DC1228
Complementary color
Monochromatic Colors of #DC1228
Black with #DC1228
Text Example
Text Example
White with #DC1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1228; }
p { color: rgb(220,18,40); }
H1.HeaderClassName
{
color: #DC1228;
}
.AnyTagClassName
{
color: #DC1228;
}
</style>
background-color css
<style>
a { background-color: #DC1228; }
a { background-color: rgb(220,18,40); }
div.DivClassName
{
background-color: #DC1228;
}
.BgClassName
{
background-color: #DC1228;
}
</style>
border-color css
<style>
span { border-color: #DC1228; }
span { border-color: rgb(220,18,40); }
td.TdClassName
{
border-color: #DC1228;
}
.TagClassName
{
border-color: #DC1228;
}
</style>