Shades of Cerise #CE235A
Tints of Cerise #CE235A
RGB
CMYK
RGB Variations
Color information
#CE235A (or 0xCE235A) is known color: Cerise. HEX triplet: CE, 23 and 5A. RGB value is (206,35,90). Sum of RGB (Red+Green+Blue) = 206+35+90=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE235A is #31DCA5. Grayscale: #5C5C5C. Windows color (decimal): -3267750 or 5907406. OLE color: 5907406.
HSL color Cylindrical-coordinate representation of color #CE235A: hue angle of 340.7º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE235A is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 90 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.19 |
| HSL | 340.7º | 0.71% | 0.47% | - |
| HSV(B) | 340.7º | 0.83% | 0.81% | - |
| XYZ | 27.9 | 15.06 | 11.11 | - |
| YUV | 92.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 90 | 0 | 0.83 | 0.56 | 0.19 | 340.7 | 0.71 | 0.47 |
| Hex | CE | 23 | 5A | 0 | 53 | 38 | 13 | 155 | 47 | 2F |
| Octal | 316 | 43 | 132 | 0 | 123 | 70 | 23 | 525 | 107 | 57 |
| Binary | 11001110 | 100011 | 1011010 | 0 | 1010011 | 111000 | 10011 | 101010101 | 1000111 | 101111 |
Color Harmonies of #CE235A
Complementary color
Monochromatic Colors of #CE235A
Black with #CE235A
Text Example
Text Example
White with #CE235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE235A; }
p { color: rgb(206,35,90); }
H1.HeaderClassName
{
color: #CE235A;
}
.AnyTagClassName
{
color: #CE235A;
}
</style>
background-color css
<style>
a { background-color: #CE235A; }
a { background-color: rgb(206,35,90); }
div.DivClassName
{
background-color: #CE235A;
}
.BgClassName
{
background-color: #CE235A;
}
</style>
border-color css
<style>
span { border-color: #CE235A; }
span { border-color: rgb(206,35,90); }
td.TdClassName
{
border-color: #CE235A;
}
.TagClassName
{
border-color: #CE235A;
}
</style>