Shades of Fire Engine Red #DC0323
Tints of Fire Engine Red #DC0323
RGB
CMYK
RGB Variations
Color information
#DC0323 (or 0xDC0323) is known color: Fire Engine Red. HEX triplet: DC, 03 and 23. RGB value is (220,3,35). Sum of RGB (Red+Green+Blue) = 220+3+35=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0323 is #23FCDC. Grayscale: #474747. Windows color (decimal): -2358493 or 2294748. OLE color: 2294748.
HSL color Cylindrical-coordinate representation of color #DC0323: hue angle of 351.15º 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 #DC0323 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.14 |
| HSL | 351.15º | 0.97% | 0.44% | - |
| HSV(B) | 351.15º | 0.99% | 0.86% | - |
| XYZ | 29.85 | 15.4 | 2.99 | - |
| YUV | 71.53 | 107.39 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 35 | 0 | 0.99 | 0.84 | 0.14 | 351.15 | 0.97 | 0.44 |
| Hex | DC | 3 | 23 | 0 | 63 | 54 | E | 15F | 61 | 2C |
| Octal | 334 | 3 | 43 | 0 | 143 | 124 | 16 | 537 | 141 | 54 |
| Binary | 11011100 | 11 | 100011 | 0 | 1100011 | 1010100 | 1110 | 101011111 | 1100001 | 101100 |
Color Harmonies of #DC0323
Complementary color
Monochromatic Colors of #DC0323
Black with #DC0323
Text Example
Text Example
White with #DC0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0323; }
p { color: rgb(220,3,35); }
H1.HeaderClassName
{
color: #DC0323;
}
.AnyTagClassName
{
color: #DC0323;
}
</style>
background-color css
<style>
a { background-color: #DC0323; }
a { background-color: rgb(220,3,35); }
div.DivClassName
{
background-color: #DC0323;
}
.BgClassName
{
background-color: #DC0323;
}
</style>
border-color css
<style>
span { border-color: #DC0323; }
span { border-color: rgb(220,3,35); }
td.TdClassName
{
border-color: #DC0323;
}
.TagClassName
{
border-color: #DC0323;
}
</style>