Shades of Ecstasy #CE5D3D
Tints of Ecstasy #CE5D3D
RGB
CMYK
RGB Variations
Color information
#CE5D3D (or 0xCE5D3D) is known color: Ecstasy. HEX triplet: CE, 5D and 3D. RGB value is (206,93,61). Sum of RGB (Red+Green+Blue) = 206+93+61=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D3D is #31A2C2. Grayscale: #7B7B7B. Windows color (decimal): -3252931 or 4021710. OLE color: 4021710.
HSL color Cylindrical-coordinate representation of color #CE5D3D: hue angle of 13.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE5D3D is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 61 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.19 |
| HSL | 13.24º | 0.6% | 0.52% | - |
| HSV(B) | 13.24º | 0.7% | 0.81% | - |
| XYZ | 30.21 | 21.29 | 6.93 | - |
| YUV | 123.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 61 | 0 | 0.55 | 0.70 | 0.19 | 13.24 | 0.6 | 0.52 |
| Hex | CE | 5D | 3D | 0 | 37 | 46 | 13 | D | 3C | 34 |
| Octal | 316 | 135 | 75 | 0 | 67 | 106 | 23 | 15 | 74 | 64 |
| Binary | 11001110 | 1011101 | 111101 | 0 | 110111 | 1000110 | 10011 | 1101 | 111100 | 110100 |
Color Harmonies of #CE5D3D
Complementary color
Monochromatic Colors of #CE5D3D
Black with #CE5D3D
Text Example
Text Example
White with #CE5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D3D; }
p { color: rgb(206,93,61); }
H1.HeaderClassName
{
color: #CE5D3D;
}
.AnyTagClassName
{
color: #CE5D3D;
}
</style>
background-color css
<style>
a { background-color: #CE5D3D; }
a { background-color: rgb(206,93,61); }
div.DivClassName
{
background-color: #CE5D3D;
}
.BgClassName
{
background-color: #CE5D3D;
}
</style>
border-color css
<style>
span { border-color: #CE5D3D; }
span { border-color: rgb(206,93,61); }
td.TdClassName
{
border-color: #CE5D3D;
}
.TagClassName
{
border-color: #CE5D3D;
}
</style>