Shades of Chilean Fire #CE5837
Tints of Chilean Fire #CE5837
RGB
CMYK
RGB Variations
Color information
#CE5837 (or 0xCE5837) is known color: Chilean Fire. HEX triplet: CE, 58 and 37. RGB value is (206,88,55). Sum of RGB (Red+Green+Blue) = 206+88+55=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5837 is #31A7C8. Grayscale: #777777. Windows color (decimal): -3254217 or 3627214. OLE color: 3627214.
HSL color Cylindrical-coordinate representation of color #CE5837: hue angle of 13.11º degrees, saturation: 0.61, 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 #CE5837 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 55 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.19 |
| HSL | 13.11º | 0.61% | 0.51% | - |
| HSV(B) | 13.11º | 0.73% | 0.81% | - |
| XYZ | 29.63 | 20.38 | 5.99 | - |
| YUV | 119.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 55 | 0 | 0.57 | 0.73 | 0.19 | 13.11 | 0.61 | 0.51 |
| Hex | CE | 58 | 37 | 0 | 39 | 49 | 13 | D | 3D | 33 |
| Octal | 316 | 130 | 67 | 0 | 71 | 111 | 23 | 15 | 75 | 63 |
| Binary | 11001110 | 1011000 | 110111 | 0 | 111001 | 1001001 | 10011 | 1101 | 111101 | 110011 |
Color Harmonies of #CE5837
Complementary color
Monochromatic Colors of #CE5837
Black with #CE5837
Text Example
Text Example
White with #CE5837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5837; }
p { color: rgb(206,88,55); }
H1.HeaderClassName
{
color: #CE5837;
}
.AnyTagClassName
{
color: #CE5837;
}
</style>
background-color css
<style>
a { background-color: #CE5837; }
a { background-color: rgb(206,88,55); }
div.DivClassName
{
background-color: #CE5837;
}
.BgClassName
{
background-color: #CE5837;
}
</style>
border-color css
<style>
span { border-color: #CE5837; }
span { border-color: rgb(206,88,55); }
td.TdClassName
{
border-color: #CE5837;
}
.TagClassName
{
border-color: #CE5837;
}
</style>