Shades of Chilean Fire #CE5E31
Tints of Chilean Fire #CE5E31
RGB
CMYK
RGB Variations
Color information
#CE5E31 (or 0xCE5E31) is known color: Chilean Fire. HEX triplet: CE, 5E and 31. RGB value is (206,94,49). Sum of RGB (Red+Green+Blue) = 206+94+49=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E31 is #31A1CE. Grayscale: #7A7A7A. Windows color (decimal): -3252687 or 3235534. OLE color: 3235534.
HSL color Cylindrical-coordinate representation of color #CE5E31: hue angle of 17.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE5E31 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 49 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.19 |
| HSL | 17.2º | 0.62% | 0.5% | - |
| HSV(B) | 17.2º | 0.76% | 0.81% | - |
| XYZ | 30.01 | 21.35 | 5.44 | - |
| YUV | 122.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 49 | 0 | 0.54 | 0.76 | 0.19 | 17.2 | 0.62 | 0.5 |
| Hex | CE | 5E | 31 | 0 | 36 | 4C | 13 | 11 | 3E | 32 |
| Octal | 316 | 136 | 61 | 0 | 66 | 114 | 23 | 21 | 76 | 62 |
| Binary | 11001110 | 1011110 | 110001 | 0 | 110110 | 1001100 | 10011 | 10001 | 111110 | 110010 |
Color Harmonies of #CE5E31
Complementary color
Monochromatic Colors of #CE5E31
Black with #CE5E31
Text Example
Text Example
White with #CE5E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E31; }
p { color: rgb(206,94,49); }
H1.HeaderClassName
{
color: #CE5E31;
}
.AnyTagClassName
{
color: #CE5E31;
}
</style>
background-color css
<style>
a { background-color: #CE5E31; }
a { background-color: rgb(206,94,49); }
div.DivClassName
{
background-color: #CE5E31;
}
.BgClassName
{
background-color: #CE5E31;
}
</style>
border-color css
<style>
span { border-color: #CE5E31; }
span { border-color: rgb(206,94,49); }
td.TdClassName
{
border-color: #CE5E31;
}
.TagClassName
{
border-color: #CE5E31;
}
</style>