Shades of Chilean Fire #CE6235
Tints of Chilean Fire #CE6235
RGB
CMYK
RGB Variations
Color information
#CE6235 (or 0xCE6235) is known color: Chilean Fire. HEX triplet: CE, 62 and 35. RGB value is (206,98,53). Sum of RGB (Red+Green+Blue) = 206+98+53=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6235 is #319DCA. Grayscale: #7D7D7D. Windows color (decimal): -3251659 or 3498702. OLE color: 3498702.
HSL color Cylindrical-coordinate representation of color #CE6235: hue angle of 17.65º 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 #CE6235 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 53 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.19 |
| HSL | 17.65º | 0.61% | 0.51% | - |
| HSV(B) | 17.65º | 0.74% | 0.81% | - |
| XYZ | 30.46 | 22.11 | 6.03 | - |
| YUV | 125.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 53 | 0 | 0.52 | 0.74 | 0.19 | 17.65 | 0.61 | 0.51 |
| Hex | CE | 62 | 35 | 0 | 34 | 4A | 13 | 12 | 3D | 33 |
| Octal | 316 | 142 | 65 | 0 | 64 | 112 | 23 | 22 | 75 | 63 |
| Binary | 11001110 | 1100010 | 110101 | 0 | 110100 | 1001010 | 10011 | 10010 | 111101 | 110011 |
Color Harmonies of #CE6235
Complementary color
Monochromatic Colors of #CE6235
Black with #CE6235
Text Example
Text Example
White with #CE6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6235; }
p { color: rgb(206,98,53); }
H1.HeaderClassName
{
color: #CE6235;
}
.AnyTagClassName
{
color: #CE6235;
}
</style>
background-color css
<style>
a { background-color: #CE6235; }
a { background-color: rgb(206,98,53); }
div.DivClassName
{
background-color: #CE6235;
}
.BgClassName
{
background-color: #CE6235;
}
</style>
border-color css
<style>
span { border-color: #CE6235; }
span { border-color: rgb(206,98,53); }
td.TdClassName
{
border-color: #CE6235;
}
.TagClassName
{
border-color: #CE6235;
}
</style>