Shades of Chilean Fire #CE5535
Tints of Chilean Fire #CE5535
RGB
CMYK
RGB Variations
Color information
#CE5535 (or 0xCE5535) is known color: Chilean Fire. HEX triplet: CE, 55 and 35. RGB value is (206,85,53). Sum of RGB (Red+Green+Blue) = 206+85+53=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5535 is #31AACA. Grayscale: #757575. Windows color (decimal): -3254987 or 3495374. OLE color: 3495374.
HSL color Cylindrical-coordinate representation of color #CE5535: hue angle of 12.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE5535 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 53 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.19 |
| HSL | 12.55º | 0.61% | 0.51% | - |
| HSV(B) | 12.55º | 0.74% | 0.81% | - |
| XYZ | 29.34 | 19.88 | 5.66 | - |
| YUV | 117.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 53 | 0 | 0.59 | 0.74 | 0.19 | 12.55 | 0.61 | 0.51 |
| Hex | CE | 55 | 35 | 0 | 3B | 4A | 13 | D | 3D | 33 |
| Octal | 316 | 125 | 65 | 0 | 73 | 112 | 23 | 15 | 75 | 63 |
| Binary | 11001110 | 1010101 | 110101 | 0 | 111011 | 1001010 | 10011 | 1101 | 111101 | 110011 |
Color Harmonies of #CE5535
Complementary color
Monochromatic Colors of #CE5535
Black with #CE5535
Text Example
Text Example
White with #CE5535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5535; }
p { color: rgb(206,85,53); }
H1.HeaderClassName
{
color: #CE5535;
}
.AnyTagClassName
{
color: #CE5535;
}
</style>
background-color css
<style>
a { background-color: #CE5535; }
a { background-color: rgb(206,85,53); }
div.DivClassName
{
background-color: #CE5535;
}
.BgClassName
{
background-color: #CE5535;
}
</style>
border-color css
<style>
span { border-color: #CE5535; }
span { border-color: rgb(206,85,53); }
td.TdClassName
{
border-color: #CE5535;
}
.TagClassName
{
border-color: #CE5535;
}
</style>