Shades of Cerise #CE365B
Tints of Cerise #CE365B
RGB
CMYK
RGB Variations
Color information
#CE365B (or 0xCE365B) is known color: Cerise. HEX triplet: CE, 36 and 5B. RGB value is (206,54,91). Sum of RGB (Red+Green+Blue) = 206+54+91=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE365B is #31C9A4. Grayscale: #676767. Windows color (decimal): -3262885 or 5977806. OLE color: 5977806.
HSL color Cylindrical-coordinate representation of color #CE365B: hue angle of 345.39º 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 #CE365B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 91 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.19 |
| HSL | 345.39º | 0.61% | 0.51% | - |
| HSV(B) | 345.39º | 0.74% | 0.81% | - |
| XYZ | 28.66 | 16.52 | 11.57 | - |
| YUV | 103.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 91 | 0 | 0.74 | 0.56 | 0.19 | 345.39 | 0.61 | 0.51 |
| Hex | CE | 36 | 5B | 0 | 4A | 38 | 13 | 159 | 3D | 33 |
| Octal | 316 | 66 | 133 | 0 | 112 | 70 | 23 | 531 | 75 | 63 |
| Binary | 11001110 | 110110 | 1011011 | 0 | 1001010 | 111000 | 10011 | 101011001 | 111101 | 110011 |
Color Harmonies of #CE365B
Complementary color
Monochromatic Colors of #CE365B
Black with #CE365B
Text Example
Text Example
White with #CE365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE365B; }
p { color: rgb(206,54,91); }
H1.HeaderClassName
{
color: #CE365B;
}
.AnyTagClassName
{
color: #CE365B;
}
</style>
background-color css
<style>
a { background-color: #CE365B; }
a { background-color: rgb(206,54,91); }
div.DivClassName
{
background-color: #CE365B;
}
.BgClassName
{
background-color: #CE365B;
}
</style>
border-color css
<style>
span { border-color: #CE365B; }
span { border-color: rgb(206,54,91); }
td.TdClassName
{
border-color: #CE365B;
}
.TagClassName
{
border-color: #CE365B;
}
</style>