Shades of Chilean Fire #CE6131
Tints of Chilean Fire #CE6131
RGB
CMYK
RGB Variations
Color information
#CE6131 (or 0xCE6131) is known color: Chilean Fire. HEX triplet: CE, 61 and 31. RGB value is (206,97,49). Sum of RGB (Red+Green+Blue) = 206+97+49=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6131 is #319ECE. Grayscale: #7C7C7C. Windows color (decimal): -3251919 or 3236302. OLE color: 3236302.
HSL color Cylindrical-coordinate representation of color #CE6131: hue angle of 18.34º 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 #CE6131 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 49 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.19 |
| HSL | 18.34º | 0.62% | 0.5% | - |
| HSV(B) | 18.34º | 0.76% | 0.81% | - |
| XYZ | 30.28 | 21.89 | 5.54 | - |
| YUV | 124.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 49 | 0 | 0.53 | 0.76 | 0.19 | 18.34 | 0.62 | 0.5 |
| Hex | CE | 61 | 31 | 0 | 35 | 4C | 13 | 12 | 3E | 32 |
| Octal | 316 | 141 | 61 | 0 | 65 | 114 | 23 | 22 | 76 | 62 |
| Binary | 11001110 | 1100001 | 110001 | 0 | 110101 | 1001100 | 10011 | 10010 | 111110 | 110010 |
Color Harmonies of #CE6131
Complementary color
Monochromatic Colors of #CE6131
Black with #CE6131
Text Example
Text Example
White with #CE6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6131; }
p { color: rgb(206,97,49); }
H1.HeaderClassName
{
color: #CE6131;
}
.AnyTagClassName
{
color: #CE6131;
}
</style>
background-color css
<style>
a { background-color: #CE6131; }
a { background-color: rgb(206,97,49); }
div.DivClassName
{
background-color: #CE6131;
}
.BgClassName
{
background-color: #CE6131;
}
</style>
border-color css
<style>
span { border-color: #CE6131; }
span { border-color: rgb(206,97,49); }
td.TdClassName
{
border-color: #CE6131;
}
.TagClassName
{
border-color: #CE6131;
}
</style>