Shades of Chilean Fire #CE5838
Tints of Chilean Fire #CE5838
RGB
CMYK
RGB Variations
Color information
#CE5838 (or 0xCE5838) is known color: Chilean Fire. HEX triplet: CE, 58 and 38. RGB value is (206,88,56). Sum of RGB (Red+Green+Blue) = 206+88+56=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5838 is #31A7C7. Grayscale: #777777. Windows color (decimal): -3254216 or 3692750. OLE color: 3692750.
HSL color Cylindrical-coordinate representation of color #CE5838: hue angle of 12.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE5838 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 56 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.19 |
| HSL | 12.8º | 0.6% | 0.51% | - |
| HSV(B) | 12.8º | 0.73% | 0.81% | - |
| XYZ | 29.66 | 20.39 | 6.11 | - |
| YUV | 119.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 56 | 0 | 0.57 | 0.73 | 0.19 | 12.8 | 0.6 | 0.51 |
| Hex | CE | 58 | 38 | 0 | 39 | 49 | 13 | D | 3C | 33 |
| Octal | 316 | 130 | 70 | 0 | 71 | 111 | 23 | 15 | 74 | 63 |
| Binary | 11001110 | 1011000 | 111000 | 0 | 111001 | 1001001 | 10011 | 1101 | 111100 | 110011 |
Color Harmonies of #CE5838
Complementary color
Monochromatic Colors of #CE5838
Black with #CE5838
Text Example
Text Example
White with #CE5838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5838; }
p { color: rgb(206,88,56); }
H1.HeaderClassName
{
color: #CE5838;
}
.AnyTagClassName
{
color: #CE5838;
}
</style>
background-color css
<style>
a { background-color: #CE5838; }
a { background-color: rgb(206,88,56); }
div.DivClassName
{
background-color: #CE5838;
}
.BgClassName
{
background-color: #CE5838;
}
</style>
border-color css
<style>
span { border-color: #CE5838; }
span { border-color: rgb(206,88,56); }
td.TdClassName
{
border-color: #CE5838;
}
.TagClassName
{
border-color: #CE5838;
}
</style>