Shades of Fire Engine Red #DC2223
Tints of Fire Engine Red #DC2223
RGB
CMYK
RGB Variations
Color information
#DC2223 (or 0xDC2223) is known color: Fire Engine Red. HEX triplet: DC, 22 and 23. RGB value is (220,34,35). Sum of RGB (Red+Green+Blue) = 220+34+35=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2223 is #23DDDC. Grayscale: #595959. Windows color (decimal): -2350557 or 2302684. OLE color: 2302684.
HSL color Cylindrical-coordinate representation of color #DC2223: hue angle of 359.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2223 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 35 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.14 |
| HSL | 359.68º | 0.73% | 0.5% | - |
| HSV(B) | 359.68º | 0.85% | 0.86% | - |
| XYZ | 30.39 | 16.48 | 3.17 | - |
| YUV | 89.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 35 | 0 | 0.85 | 0.84 | 0.14 | 359.68 | 0.73 | 0.5 |
| Hex | DC | 22 | 23 | 0 | 55 | 54 | E | 168 | 49 | 32 |
| Octal | 334 | 42 | 43 | 0 | 125 | 124 | 16 | 550 | 111 | 62 |
| Binary | 11011100 | 100010 | 100011 | 0 | 1010101 | 1010100 | 1110 | 101101000 | 1001001 | 110010 |
Color Harmonies of #DC2223
Complementary color
Monochromatic Colors of #DC2223
Black with #DC2223
Text Example
Text Example
White with #DC2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2223; }
p { color: rgb(220,34,35); }
H1.HeaderClassName
{
color: #DC2223;
}
.AnyTagClassName
{
color: #DC2223;
}
</style>
background-color css
<style>
a { background-color: #DC2223; }
a { background-color: rgb(220,34,35); }
div.DivClassName
{
background-color: #DC2223;
}
.BgClassName
{
background-color: #DC2223;
}
</style>
border-color css
<style>
span { border-color: #DC2223; }
span { border-color: rgb(220,34,35); }
td.TdClassName
{
border-color: #DC2223;
}
.TagClassName
{
border-color: #DC2223;
}
</style>