Shades of Fire Engine Red #DC1327
Tints of Fire Engine Red #DC1327
RGB
CMYK
RGB Variations
Color information
#DC1327 (or 0xDC1327) is known color: Fire Engine Red. HEX triplet: DC, 13 and 27. RGB value is (220,19,39). Sum of RGB (Red+Green+Blue) = 220+19+39=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1327 is #23ECD8. Grayscale: #515151. Windows color (decimal): -2354393 or 2560988. OLE color: 2560988.
HSL color Cylindrical-coordinate representation of color #DC1327: hue angle of 354.03º 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 #DC1327 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 39 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.14 |
| HSL | 354.03º | 0.84% | 0.47% | - |
| HSV(B) | 354.03º | 0.91% | 0.86% | - |
| XYZ | 30.11 | 15.83 | 3.39 | - |
| YUV | 81.38 | 104.09 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 39 | 0 | 0.91 | 0.82 | 0.14 | 354.03 | 0.84 | 0.47 |
| Hex | DC | 13 | 27 | 0 | 5B | 52 | E | 162 | 54 | 2F |
| Octal | 334 | 23 | 47 | 0 | 133 | 122 | 16 | 542 | 124 | 57 |
| Binary | 11011100 | 10011 | 100111 | 0 | 1011011 | 1010010 | 1110 | 101100010 | 1010100 | 101111 |
Color Harmonies of #DC1327
Complementary color
Monochromatic Colors of #DC1327
Black with #DC1327
Text Example
Text Example
White with #DC1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1327; }
p { color: rgb(220,19,39); }
H1.HeaderClassName
{
color: #DC1327;
}
.AnyTagClassName
{
color: #DC1327;
}
</style>
background-color css
<style>
a { background-color: #DC1327; }
a { background-color: rgb(220,19,39); }
div.DivClassName
{
background-color: #DC1327;
}
.BgClassName
{
background-color: #DC1327;
}
</style>
border-color css
<style>
span { border-color: #DC1327; }
span { border-color: rgb(220,19,39); }
td.TdClassName
{
border-color: #DC1327;
}
.TagClassName
{
border-color: #DC1327;
}
</style>