Shades of Fire Engine Red #DC0324
Tints of Fire Engine Red #DC0324
RGB
CMYK
RGB Variations
Color information
#DC0324 (or 0xDC0324) is known color: Fire Engine Red. HEX triplet: DC, 03 and 24. RGB value is (220,3,36). Sum of RGB (Red+Green+Blue) = 220+3+36=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0324 is #23FCDB. Grayscale: #474747. Windows color (decimal): -2358492 or 2360284. OLE color: 2360284.
HSL color Cylindrical-coordinate representation of color #DC0324: hue angle of 350.88º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0324 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 36 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.14 |
| HSL | 350.88º | 0.97% | 0.44% | - |
| HSV(B) | 350.88º | 0.99% | 0.86% | - |
| XYZ | 29.87 | 15.41 | 3.07 | - |
| YUV | 71.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 36 | 0 | 0.99 | 0.84 | 0.14 | 350.88 | 0.97 | 0.44 |
| Hex | DC | 3 | 24 | 0 | 63 | 54 | E | 15F | 61 | 2C |
| Octal | 334 | 3 | 44 | 0 | 143 | 124 | 16 | 537 | 141 | 54 |
| Binary | 11011100 | 11 | 100100 | 0 | 1100011 | 1010100 | 1110 | 101011111 | 1100001 | 101100 |
Color Harmonies of #DC0324
Complementary color
Monochromatic Colors of #DC0324
Black with #DC0324
Text Example
Text Example
White with #DC0324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0324; }
p { color: rgb(220,3,36); }
H1.HeaderClassName
{
color: #DC0324;
}
.AnyTagClassName
{
color: #DC0324;
}
</style>
background-color css
<style>
a { background-color: #DC0324; }
a { background-color: rgb(220,3,36); }
div.DivClassName
{
background-color: #DC0324;
}
.BgClassName
{
background-color: #DC0324;
}
</style>
border-color css
<style>
span { border-color: #DC0324; }
span { border-color: rgb(220,3,36); }
td.TdClassName
{
border-color: #DC0324;
}
.TagClassName
{
border-color: #DC0324;
}
</style>