Shades of Chilean Fire #CE5C39
Tints of Chilean Fire #CE5C39
RGB
CMYK
RGB Variations
Color information
#CE5C39 (or 0xCE5C39) is known color: Chilean Fire. HEX triplet: CE, 5C and 39. RGB value is (206,92,57). Sum of RGB (Red+Green+Blue) = 206+92+57=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C39 is #31A3C6. Grayscale: #7A7A7A. Windows color (decimal): -3253191 or 3759310. OLE color: 3759310.
HSL color Cylindrical-coordinate representation of color #CE5C39: hue angle of 14.09º 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 #CE5C39 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 57 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.19 |
| HSL | 14.09º | 0.6% | 0.52% | - |
| HSV(B) | 14.09º | 0.72% | 0.81% | - |
| XYZ | 30.02 | 21.07 | 6.36 | - |
| YUV | 122.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 57 | 0 | 0.55 | 0.72 | 0.19 | 14.09 | 0.6 | 0.52 |
| Hex | CE | 5C | 39 | 0 | 37 | 48 | 13 | E | 3C | 34 |
| Octal | 316 | 134 | 71 | 0 | 67 | 110 | 23 | 16 | 74 | 64 |
| Binary | 11001110 | 1011100 | 111001 | 0 | 110111 | 1001000 | 10011 | 1110 | 111100 | 110100 |
Color Harmonies of #CE5C39
Complementary color
Monochromatic Colors of #CE5C39
Black with #CE5C39
Text Example
Text Example
White with #CE5C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C39; }
p { color: rgb(206,92,57); }
H1.HeaderClassName
{
color: #CE5C39;
}
.AnyTagClassName
{
color: #CE5C39;
}
</style>
background-color css
<style>
a { background-color: #CE5C39; }
a { background-color: rgb(206,92,57); }
div.DivClassName
{
background-color: #CE5C39;
}
.BgClassName
{
background-color: #CE5C39;
}
</style>
border-color css
<style>
span { border-color: #CE5C39; }
span { border-color: rgb(206,92,57); }
td.TdClassName
{
border-color: #CE5C39;
}
.TagClassName
{
border-color: #CE5C39;
}
</style>