Shades of Ecstasy #CE603F
Tints of Ecstasy #CE603F
RGB
CMYK
RGB Variations
Color information
#CE603F (or 0xCE603F) is known color: Ecstasy. HEX triplet: CE, 60 and 3F. RGB value is (206,96,63). Sum of RGB (Red+Green+Blue) = 206+96+63=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE603F is #319FC0. Grayscale: #7D7D7D. Windows color (decimal): -3252161 or 4153550. OLE color: 4153550.
HSL color Cylindrical-coordinate representation of color #CE603F: hue angle of 13.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE603F is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 63 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.19 |
| HSL | 13.85º | 0.59% | 0.53% | - |
| HSV(B) | 13.85º | 0.69% | 0.81% | - |
| XYZ | 30.53 | 21.85 | 7.31 | - |
| YUV | 125.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 63 | 0 | 0.53 | 0.69 | 0.19 | 13.85 | 0.59 | 0.53 |
| Hex | CE | 60 | 3F | 0 | 35 | 45 | 13 | E | 3B | 35 |
| Octal | 316 | 140 | 77 | 0 | 65 | 105 | 23 | 16 | 73 | 65 |
| Binary | 11001110 | 1100000 | 111111 | 0 | 110101 | 1000101 | 10011 | 1110 | 111011 | 110101 |
Color Harmonies of #CE603F
Complementary color
Monochromatic Colors of #CE603F
Black with #CE603F
Text Example
Text Example
White with #CE603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE603F; }
p { color: rgb(206,96,63); }
H1.HeaderClassName
{
color: #CE603F;
}
.AnyTagClassName
{
color: #CE603F;
}
</style>
background-color css
<style>
a { background-color: #CE603F; }
a { background-color: rgb(206,96,63); }
div.DivClassName
{
background-color: #CE603F;
}
.BgClassName
{
background-color: #CE603F;
}
</style>
border-color css
<style>
span { border-color: #CE603F; }
span { border-color: rgb(206,96,63); }
td.TdClassName
{
border-color: #CE603F;
}
.TagClassName
{
border-color: #CE603F;
}
</style>