Shades of Ecstasy #CE613B
Tints of Ecstasy #CE613B
RGB
CMYK
RGB Variations
Color information
#CE613B (or 0xCE613B) is known color: Ecstasy. HEX triplet: CE, 61 and 3B. RGB value is (206,97,59). Sum of RGB (Red+Green+Blue) = 206+97+59=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE613B is #319EC4. Grayscale: #7D7D7D. Windows color (decimal): -3251909 or 3891662. OLE color: 3891662.
HSL color Cylindrical-coordinate representation of color #CE613B: hue angle of 15.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE613B is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 59 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.19 |
| HSL | 15.51º | 0.6% | 0.52% | - |
| HSV(B) | 15.51º | 0.71% | 0.81% | - |
| XYZ | 30.52 | 21.99 | 6.77 | - |
| YUV | 125.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 59 | 0 | 0.53 | 0.71 | 0.19 | 15.51 | 0.6 | 0.52 |
| Hex | CE | 61 | 3B | 0 | 35 | 47 | 13 | 10 | 3C | 34 |
| Octal | 316 | 141 | 73 | 0 | 65 | 107 | 23 | 20 | 74 | 64 |
| Binary | 11001110 | 1100001 | 111011 | 0 | 110101 | 1000111 | 10011 | 10000 | 111100 | 110100 |
Color Harmonies of #CE613B
Complementary color
Monochromatic Colors of #CE613B
Black with #CE613B
Text Example
Text Example
White with #CE613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE613B; }
p { color: rgb(206,97,59); }
H1.HeaderClassName
{
color: #CE613B;
}
.AnyTagClassName
{
color: #CE613B;
}
</style>
background-color css
<style>
a { background-color: #CE613B; }
a { background-color: rgb(206,97,59); }
div.DivClassName
{
background-color: #CE613B;
}
.BgClassName
{
background-color: #CE613B;
}
</style>
border-color css
<style>
span { border-color: #CE613B; }
span { border-color: rgb(206,97,59); }
td.TdClassName
{
border-color: #CE613B;
}
.TagClassName
{
border-color: #CE613B;
}
</style>