Shades of Cerise #DC365E
Tints of Cerise #DC365E
RGB
CMYK
RGB Variations
Color information
#DC365E (or 0xDC365E) is known color: Cerise. HEX triplet: DC, 36 and 5E. RGB value is (220,54,94). Sum of RGB (Red+Green+Blue) = 220+54+94=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC365E is #23C9A1. Grayscale: #6C6C6C. Windows color (decimal): -2345378 or 6174428. OLE color: 6174428.
HSL color Cylindrical-coordinate representation of color #DC365E: hue angle of 345.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC365E is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 94 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.14 |
| HSL | 345.54º | 0.7% | 0.54% | - |
| HSV(B) | 345.54º | 0.75% | 0.86% | - |
| XYZ | 32.85 | 18.66 | 12.46 | - |
| YUV | 108.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 94 | 0 | 0.75 | 0.57 | 0.14 | 345.54 | 0.7 | 0.54 |
| Hex | DC | 36 | 5E | 0 | 4B | 39 | E | 15A | 46 | 36 |
| Octal | 334 | 66 | 136 | 0 | 113 | 71 | 16 | 532 | 106 | 66 |
| Binary | 11011100 | 110110 | 1011110 | 0 | 1001011 | 111001 | 1110 | 101011010 | 1000110 | 110110 |
Color Harmonies of #DC365E
Complementary color
Monochromatic Colors of #DC365E
Black with #DC365E
Text Example
Text Example
White with #DC365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC365E; }
p { color: rgb(220,54,94); }
H1.HeaderClassName
{
color: #DC365E;
}
.AnyTagClassName
{
color: #DC365E;
}
</style>
background-color css
<style>
a { background-color: #DC365E; }
a { background-color: rgb(220,54,94); }
div.DivClassName
{
background-color: #DC365E;
}
.BgClassName
{
background-color: #DC365E;
}
</style>
border-color css
<style>
span { border-color: #DC365E; }
span { border-color: rgb(220,54,94); }
td.TdClassName
{
border-color: #DC365E;
}
.TagClassName
{
border-color: #DC365E;
}
</style>