Shades of Cerise #CE365A
Tints of Cerise #CE365A
RGB
CMYK
RGB Variations
Color information
#CE365A (or 0xCE365A) is known color: Cerise. HEX triplet: CE, 36 and 5A. RGB value is (206,54,90). Sum of RGB (Red+Green+Blue) = 206+54+90=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE365A is #31C9A5. Grayscale: #676767. Windows color (decimal): -3262886 or 5912270. OLE color: 5912270.
HSL color Cylindrical-coordinate representation of color #CE365A: hue angle of 345.79º 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 #CE365A is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 90 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.19 |
| HSL | 345.79º | 0.61% | 0.51% | - |
| HSV(B) | 345.79º | 0.74% | 0.81% | - |
| XYZ | 28.62 | 16.5 | 11.35 | - |
| YUV | 103.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 90 | 0 | 0.74 | 0.56 | 0.19 | 345.79 | 0.61 | 0.51 |
| Hex | CE | 36 | 5A | 0 | 4A | 38 | 13 | 15A | 3D | 33 |
| Octal | 316 | 66 | 132 | 0 | 112 | 70 | 23 | 532 | 75 | 63 |
| Binary | 11001110 | 110110 | 1011010 | 0 | 1001010 | 111000 | 10011 | 101011010 | 111101 | 110011 |
Color Harmonies of #CE365A
Complementary color
Monochromatic Colors of #CE365A
Black with #CE365A
Text Example
Text Example
White with #CE365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE365A; }
p { color: rgb(206,54,90); }
H1.HeaderClassName
{
color: #CE365A;
}
.AnyTagClassName
{
color: #CE365A;
}
</style>
background-color css
<style>
a { background-color: #CE365A; }
a { background-color: rgb(206,54,90); }
div.DivClassName
{
background-color: #CE365A;
}
.BgClassName
{
background-color: #CE365A;
}
</style>
border-color css
<style>
span { border-color: #CE365A; }
span { border-color: rgb(206,54,90); }
td.TdClassName
{
border-color: #CE365A;
}
.TagClassName
{
border-color: #CE365A;
}
</style>