Shades of Chilean Fire #CE5537
Tints of Chilean Fire #CE5537
RGB
CMYK
RGB Variations
Color information
#CE5537 (or 0xCE5537) is known color: Chilean Fire. HEX triplet: CE, 55 and 37. RGB value is (206,85,55). Sum of RGB (Red+Green+Blue) = 206+85+55=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5537 is #31AAC8. Grayscale: #757575. Windows color (decimal): -3254985 or 3626446. OLE color: 3626446.
HSL color Cylindrical-coordinate representation of color #CE5537: hue angle of 11.92º 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 #CE5537 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 55 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.19 |
| HSL | 11.92º | 0.61% | 0.51% | - |
| HSV(B) | 11.92º | 0.73% | 0.81% | - |
| XYZ | 29.39 | 19.89 | 5.91 | - |
| YUV | 117.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 55 | 0 | 0.59 | 0.73 | 0.19 | 11.92 | 0.61 | 0.51 |
| Hex | CE | 55 | 37 | 0 | 3B | 49 | 13 | C | 3D | 33 |
| Octal | 316 | 125 | 67 | 0 | 73 | 111 | 23 | 14 | 75 | 63 |
| Binary | 11001110 | 1010101 | 110111 | 0 | 111011 | 1001001 | 10011 | 1100 | 111101 | 110011 |
Color Harmonies of #CE5537
Complementary color
Monochromatic Colors of #CE5537
Black with #CE5537
Text Example
Text Example
White with #CE5537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5537; }
p { color: rgb(206,85,55); }
H1.HeaderClassName
{
color: #CE5537;
}
.AnyTagClassName
{
color: #CE5537;
}
</style>
background-color css
<style>
a { background-color: #CE5537; }
a { background-color: rgb(206,85,55); }
div.DivClassName
{
background-color: #CE5537;
}
.BgClassName
{
background-color: #CE5537;
}
</style>
border-color css
<style>
span { border-color: #CE5537; }
span { border-color: rgb(206,85,55); }
td.TdClassName
{
border-color: #CE5537;
}
.TagClassName
{
border-color: #CE5537;
}
</style>