Shades of Fire Engine Red #DC1628
Tints of Fire Engine Red #DC1628
RGB
CMYK
RGB Variations
Color information
#DC1628 (or 0xDC1628) is known color: Fire Engine Red. HEX triplet: DC, 16 and 28. RGB value is (220,22,40). Sum of RGB (Red+Green+Blue) = 220+22+40=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1628 is #23E9D7. Grayscale: #535353. Windows color (decimal): -2353624 or 2627292. OLE color: 2627292.
HSL color Cylindrical-coordinate representation of color #DC1628: hue angle of 354.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1628 is Cyan = 0, Magento = 0.9, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 40 | - |
| CMYK | 0 | 0.9 | 0.82 | 0.14 |
| HSL | 354.55º | 0.82% | 0.47% | - |
| HSV(B) | 354.55º | 0.9% | 0.86% | - |
| XYZ | 30.19 | 15.94 | 3.49 | - |
| YUV | 83.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 40 | 0 | 0.9 | 0.82 | 0.14 | 354.55 | 0.82 | 0.47 |
| Hex | DC | 16 | 28 | 0 | 5A | 52 | E | 163 | 52 | 2F |
| Octal | 334 | 26 | 50 | 0 | 132 | 122 | 16 | 543 | 122 | 57 |
| Binary | 11011100 | 10110 | 101000 | 0 | 1011010 | 1010010 | 1110 | 101100011 | 1010010 | 101111 |
Color Harmonies of #DC1628
Complementary color
Monochromatic Colors of #DC1628
Black with #DC1628
Text Example
Text Example
White with #DC1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1628; }
p { color: rgb(220,22,40); }
H1.HeaderClassName
{
color: #DC1628;
}
.AnyTagClassName
{
color: #DC1628;
}
</style>
background-color css
<style>
a { background-color: #DC1628; }
a { background-color: rgb(220,22,40); }
div.DivClassName
{
background-color: #DC1628;
}
.BgClassName
{
background-color: #DC1628;
}
</style>
border-color css
<style>
span { border-color: #DC1628; }
span { border-color: rgb(220,22,40); }
td.TdClassName
{
border-color: #DC1628;
}
.TagClassName
{
border-color: #DC1628;
}
</style>