Shades of Fire Engine Red #DC2324
Tints of Fire Engine Red #DC2324
RGB
CMYK
RGB Variations
Color information
#DC2324 (or 0xDC2324) is known color: Fire Engine Red. HEX triplet: DC, 23 and 24. RGB value is (220,35,36). Sum of RGB (Red+Green+Blue) = 220+35+36=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2324 is #23DCDB. Grayscale: #5A5A5A. Windows color (decimal): -2350300 or 2368476. OLE color: 2368476.
HSL color Cylindrical-coordinate representation of color #DC2324: 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.84%. Process color model (Four color, CMYK) of #DC2324 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 36 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.14 |
| HSL | 359.68º | 0.73% | 0.5% | - |
| HSV(B) | 359.68º | 0.84% | 0.86% | - |
| XYZ | 30.43 | 16.55 | 3.26 | - |
| YUV | 90.43 | 97.29 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 36 | 0 | 0.84 | 0.84 | 0.14 | 359.68 | 0.73 | 0.5 |
| Hex | DC | 23 | 24 | 0 | 54 | 54 | E | 168 | 49 | 32 |
| Octal | 334 | 43 | 44 | 0 | 124 | 124 | 16 | 550 | 111 | 62 |
| Binary | 11011100 | 100011 | 100100 | 0 | 1010100 | 1010100 | 1110 | 101101000 | 1001001 | 110010 |
Color Harmonies of #DC2324
Complementary color
Monochromatic Colors of #DC2324
Black with #DC2324
Text Example
Text Example
White with #DC2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2324; }
p { color: rgb(220,35,36); }
H1.HeaderClassName
{
color: #DC2324;
}
.AnyTagClassName
{
color: #DC2324;
}
</style>
background-color css
<style>
a { background-color: #DC2324; }
a { background-color: rgb(220,35,36); }
div.DivClassName
{
background-color: #DC2324;
}
.BgClassName
{
background-color: #DC2324;
}
</style>
border-color css
<style>
span { border-color: #DC2324; }
span { border-color: rgb(220,35,36); }
td.TdClassName
{
border-color: #DC2324;
}
.TagClassName
{
border-color: #DC2324;
}
</style>