Shades of Cerise #DC245E
Tints of Cerise #DC245E
RGB
CMYK
RGB Variations
Color information
#DC245E (or 0xDC245E) is known color: Cerise. HEX triplet: DC, 24 and 5E. RGB value is (220,36,94). Sum of RGB (Red+Green+Blue) = 220+36+94=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC245E is #23DBA1. Grayscale: #616161. Windows color (decimal): -2349986 or 6169820. OLE color: 6169820.
HSL color Cylindrical-coordinate representation of color #DC245E: hue angle of 341.09º degrees, saturation: 0.72, 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 #DC245E is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 94 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.14 |
| HSL | 341.09º | 0.72% | 0.5% | - |
| HSV(B) | 341.09º | 0.84% | 0.86% | - |
| XYZ | 32.17 | 17.29 | 12.23 | - |
| YUV | 97.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 94 | 0 | 0.84 | 0.57 | 0.14 | 341.09 | 0.72 | 0.5 |
| Hex | DC | 24 | 5E | 0 | 54 | 39 | E | 155 | 48 | 32 |
| Octal | 334 | 44 | 136 | 0 | 124 | 71 | 16 | 525 | 110 | 62 |
| Binary | 11011100 | 100100 | 1011110 | 0 | 1010100 | 111001 | 1110 | 101010101 | 1001000 | 110010 |
Color Harmonies of #DC245E
Complementary color
Monochromatic Colors of #DC245E
Black with #DC245E
Text Example
Text Example
White with #DC245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC245E; }
p { color: rgb(220,36,94); }
H1.HeaderClassName
{
color: #DC245E;
}
.AnyTagClassName
{
color: #DC245E;
}
</style>
background-color css
<style>
a { background-color: #DC245E; }
a { background-color: rgb(220,36,94); }
div.DivClassName
{
background-color: #DC245E;
}
.BgClassName
{
background-color: #DC245E;
}
</style>
border-color css
<style>
span { border-color: #DC245E; }
span { border-color: rgb(220,36,94); }
td.TdClassName
{
border-color: #DC245E;
}
.TagClassName
{
border-color: #DC245E;
}
</style>