Shades of Fire Engine Red #DC1623
Tints of Fire Engine Red #DC1623
RGB
CMYK
RGB Variations
Color information
#DC1623 (or 0xDC1623) is known color: Fire Engine Red. HEX triplet: DC, 16 and 23. RGB value is (220,22,35). Sum of RGB (Red+Green+Blue) = 220+22+35=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1623 is #23E9DC. Grayscale: #525252. Windows color (decimal): -2353629 or 2299612. OLE color: 2299612.
HSL color Cylindrical-coordinate representation of color #DC1623: hue angle of 356.06º 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 #DC1623 is Cyan = 0, Magento = 0.9, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 35 | - |
| CMYK | 0 | 0.9 | 0.84 | 0.14 |
| HSL | 356.06º | 0.82% | 0.47% | - |
| HSV(B) | 356.06º | 0.9% | 0.86% | - |
| XYZ | 30.11 | 15.91 | 3.07 | - |
| YUV | 82.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 35 | 0 | 0.9 | 0.84 | 0.14 | 356.06 | 0.82 | 0.47 |
| Hex | DC | 16 | 23 | 0 | 5A | 54 | E | 164 | 52 | 2F |
| Octal | 334 | 26 | 43 | 0 | 132 | 124 | 16 | 544 | 122 | 57 |
| Binary | 11011100 | 10110 | 100011 | 0 | 1011010 | 1010100 | 1110 | 101100100 | 1010010 | 101111 |
Color Harmonies of #DC1623
Complementary color
Monochromatic Colors of #DC1623
Black with #DC1623
Text Example
Text Example
White with #DC1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1623; }
p { color: rgb(220,22,35); }
H1.HeaderClassName
{
color: #DC1623;
}
.AnyTagClassName
{
color: #DC1623;
}
</style>
background-color css
<style>
a { background-color: #DC1623; }
a { background-color: rgb(220,22,35); }
div.DivClassName
{
background-color: #DC1623;
}
.BgClassName
{
background-color: #DC1623;
}
</style>
border-color css
<style>
span { border-color: #DC1623; }
span { border-color: rgb(220,22,35); }
td.TdClassName
{
border-color: #DC1623;
}
.TagClassName
{
border-color: #DC1623;
}
</style>