Shades of Chilean Fire #CE5E2C
Tints of Chilean Fire #CE5E2C
RGB
CMYK
RGB Variations
Color information
#CE5E2C (or 0xCE5E2C) is known color: Chilean Fire. HEX triplet: CE, 5E and 2C. RGB value is (206,94,44). Sum of RGB (Red+Green+Blue) = 206+94+44=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E2C is #31A1D3. Grayscale: #7A7A7A. Windows color (decimal): -3252692 or 2907854. OLE color: 2907854.
HSL color Cylindrical-coordinate representation of color #CE5E2C: hue angle of 18.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE5E2C is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 44 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.19 |
| HSL | 18.52º | 0.65% | 0.49% | - |
| HSV(B) | 18.52º | 0.79% | 0.81% | - |
| XYZ | 29.91 | 21.31 | 4.92 | - |
| YUV | 121.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 44 | 0 | 0.54 | 0.79 | 0.19 | 18.52 | 0.65 | 0.49 |
| Hex | CE | 5E | 2C | 0 | 36 | 4F | 13 | 13 | 41 | 31 |
| Octal | 316 | 136 | 54 | 0 | 66 | 117 | 23 | 23 | 101 | 61 |
| Binary | 11001110 | 1011110 | 101100 | 0 | 110110 | 1001111 | 10011 | 10011 | 1000001 | 110001 |
Color Harmonies of #CE5E2C
Complementary color
Monochromatic Colors of #CE5E2C
Black with #CE5E2C
Text Example
Text Example
White with #CE5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E2C; }
p { color: rgb(206,94,44); }
H1.HeaderClassName
{
color: #CE5E2C;
}
.AnyTagClassName
{
color: #CE5E2C;
}
</style>
background-color css
<style>
a { background-color: #CE5E2C; }
a { background-color: rgb(206,94,44); }
div.DivClassName
{
background-color: #CE5E2C;
}
.BgClassName
{
background-color: #CE5E2C;
}
</style>
border-color css
<style>
span { border-color: #CE5E2C; }
span { border-color: rgb(206,94,44); }
td.TdClassName
{
border-color: #CE5E2C;
}
.TagClassName
{
border-color: #CE5E2C;
}
</style>