Shades of Fire Engine Red #DC1627
Tints of Fire Engine Red #DC1627
RGB
CMYK
RGB Variations
Color information
#DC1627 (or 0xDC1627) is known color: Fire Engine Red. HEX triplet: DC, 16 and 27. RGB value is (220,22,39). Sum of RGB (Red+Green+Blue) = 220+22+39=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1627 is #23E9D8. Grayscale: #535353. Windows color (decimal): -2353625 or 2561756. OLE color: 2561756.
HSL color Cylindrical-coordinate representation of color #DC1627: hue angle of 354.85º 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 #DC1627 is Cyan = 0, Magento = 0.9, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 39 | - |
| CMYK | 0 | 0.9 | 0.82 | 0.14 |
| HSL | 354.85º | 0.82% | 0.47% | - |
| HSV(B) | 354.85º | 0.9% | 0.86% | - |
| XYZ | 30.17 | 15.94 | 3.41 | - |
| YUV | 83.14 | 103.1 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 39 | 0 | 0.9 | 0.82 | 0.14 | 354.85 | 0.82 | 0.47 |
| Hex | DC | 16 | 27 | 0 | 5A | 52 | E | 163 | 52 | 2F |
| Octal | 334 | 26 | 47 | 0 | 132 | 122 | 16 | 543 | 122 | 57 |
| Binary | 11011100 | 10110 | 100111 | 0 | 1011010 | 1010010 | 1110 | 101100011 | 1010010 | 101111 |
Color Harmonies of #DC1627
Complementary color
Monochromatic Colors of #DC1627
Black with #DC1627
Text Example
Text Example
White with #DC1627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1627; }
p { color: rgb(220,22,39); }
H1.HeaderClassName
{
color: #DC1627;
}
.AnyTagClassName
{
color: #DC1627;
}
</style>
background-color css
<style>
a { background-color: #DC1627; }
a { background-color: rgb(220,22,39); }
div.DivClassName
{
background-color: #DC1627;
}
.BgClassName
{
background-color: #DC1627;
}
</style>
border-color css
<style>
span { border-color: #DC1627; }
span { border-color: rgb(220,22,39); }
td.TdClassName
{
border-color: #DC1627;
}
.TagClassName
{
border-color: #DC1627;
}
</style>