Shades of Cerise #CE365D
Tints of Cerise #CE365D
RGB
CMYK
RGB Variations
Color information
#CE365D (or 0xCE365D) is known color: Cerise. HEX triplet: CE, 36 and 5D. RGB value is (206,54,93). Sum of RGB (Red+Green+Blue) = 206+54+93=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE365D is #31C9A2. Grayscale: #676767. Windows color (decimal): -3262883 or 6108878. OLE color: 6108878.
HSL color Cylindrical-coordinate representation of color #CE365D: hue angle of 344.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE365D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 93 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.19 |
| HSL | 344.61º | 0.61% | 0.51% | - |
| HSV(B) | 344.61º | 0.74% | 0.81% | - |
| XYZ | 28.75 | 16.55 | 12.04 | - |
| YUV | 103.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 93 | 0 | 0.74 | 0.55 | 0.19 | 344.61 | 0.61 | 0.51 |
| Hex | CE | 36 | 5D | 0 | 4A | 37 | 13 | 159 | 3D | 33 |
| Octal | 316 | 66 | 135 | 0 | 112 | 67 | 23 | 531 | 75 | 63 |
| Binary | 11001110 | 110110 | 1011101 | 0 | 1001010 | 110111 | 10011 | 101011001 | 111101 | 110011 |
Color Harmonies of #CE365D
Complementary color
Monochromatic Colors of #CE365D
Black with #CE365D
Text Example
Text Example
White with #CE365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE365D; }
p { color: rgb(206,54,93); }
H1.HeaderClassName
{
color: #CE365D;
}
.AnyTagClassName
{
color: #CE365D;
}
</style>
background-color css
<style>
a { background-color: #CE365D; }
a { background-color: rgb(206,54,93); }
div.DivClassName
{
background-color: #CE365D;
}
.BgClassName
{
background-color: #CE365D;
}
</style>
border-color css
<style>
span { border-color: #CE365D; }
span { border-color: rgb(206,54,93); }
td.TdClassName
{
border-color: #CE365D;
}
.TagClassName
{
border-color: #CE365D;
}
</style>