Shades of Chilean Fire #CE593A
Tints of Chilean Fire #CE593A
RGB
CMYK
RGB Variations
Color information
#CE593A (or 0xCE593A) is known color: Chilean Fire. HEX triplet: CE, 59 and 3A. RGB value is (206,89,58). Sum of RGB (Red+Green+Blue) = 206+89+58=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE593A is #31A6C5. Grayscale: #787878. Windows color (decimal): -3253958 or 3824078. OLE color: 3824078.
HSL color Cylindrical-coordinate representation of color #CE593A: hue angle of 12.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE593A is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 58 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.19 |
| HSL | 12.57º | 0.6% | 0.52% | - |
| HSV(B) | 12.57º | 0.72% | 0.81% | - |
| XYZ | 29.79 | 20.57 | 6.4 | - |
| YUV | 120.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 58 | 0 | 0.57 | 0.72 | 0.19 | 12.57 | 0.6 | 0.52 |
| Hex | CE | 59 | 3A | 0 | 39 | 48 | 13 | D | 3C | 34 |
| Octal | 316 | 131 | 72 | 0 | 71 | 110 | 23 | 15 | 74 | 64 |
| Binary | 11001110 | 1011001 | 111010 | 0 | 111001 | 1001000 | 10011 | 1101 | 111100 | 110100 |
Color Harmonies of #CE593A
Complementary color
Monochromatic Colors of #CE593A
Black with #CE593A
Text Example
Text Example
White with #CE593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE593A; }
p { color: rgb(206,89,58); }
H1.HeaderClassName
{
color: #CE593A;
}
.AnyTagClassName
{
color: #CE593A;
}
</style>
background-color css
<style>
a { background-color: #CE593A; }
a { background-color: rgb(206,89,58); }
div.DivClassName
{
background-color: #CE593A;
}
.BgClassName
{
background-color: #CE593A;
}
</style>
border-color css
<style>
span { border-color: #CE593A; }
span { border-color: rgb(206,89,58); }
td.TdClassName
{
border-color: #CE593A;
}
.TagClassName
{
border-color: #CE593A;
}
</style>