Shades of Chilean Fire #CE6231
Tints of Chilean Fire #CE6231
RGB
CMYK
RGB Variations
Color information
#CE6231 (or 0xCE6231) is known color: Chilean Fire. HEX triplet: CE, 62 and 31. RGB value is (206,98,49). Sum of RGB (Red+Green+Blue) = 206+98+49=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6231 is #319DCE. Grayscale: #7D7D7D. Windows color (decimal): -3251663 or 3236558. OLE color: 3236558.
HSL color Cylindrical-coordinate representation of color #CE6231: hue angle of 18.73º 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 #CE6231 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 49 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.19 |
| HSL | 18.73º | 0.62% | 0.5% | - |
| HSV(B) | 18.73º | 0.76% | 0.81% | - |
| XYZ | 30.38 | 22.08 | 5.57 | - |
| YUV | 124.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 49 | 0 | 0.52 | 0.76 | 0.19 | 18.73 | 0.62 | 0.5 |
| Hex | CE | 62 | 31 | 0 | 34 | 4C | 13 | 13 | 3E | 32 |
| Octal | 316 | 142 | 61 | 0 | 64 | 114 | 23 | 23 | 76 | 62 |
| Binary | 11001110 | 1100010 | 110001 | 0 | 110100 | 1001100 | 10011 | 10011 | 111110 | 110010 |
Color Harmonies of #CE6231
Complementary color
Monochromatic Colors of #CE6231
Black with #CE6231
Text Example
Text Example
White with #CE6231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6231; }
p { color: rgb(206,98,49); }
H1.HeaderClassName
{
color: #CE6231;
}
.AnyTagClassName
{
color: #CE6231;
}
</style>
background-color css
<style>
a { background-color: #CE6231; }
a { background-color: rgb(206,98,49); }
div.DivClassName
{
background-color: #CE6231;
}
.BgClassName
{
background-color: #CE6231;
}
</style>
border-color css
<style>
span { border-color: #CE6231; }
span { border-color: rgb(206,98,49); }
td.TdClassName
{
border-color: #CE6231;
}
.TagClassName
{
border-color: #CE6231;
}
</style>