Shades of Chilean Fire #CE602C
Tints of Chilean Fire #CE602C
RGB
CMYK
RGB Variations
Color information
#CE602C (or 0xCE602C) is known color: Chilean Fire. HEX triplet: CE, 60 and 2C. RGB value is (206,96,44). Sum of RGB (Red+Green+Blue) = 206+96+44=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE602C is #319FD3. Grayscale: #7B7B7B. Windows color (decimal): -3252180 or 2908366. OLE color: 2908366.
HSL color Cylindrical-coordinate representation of color #CE602C: hue angle of 19.26º 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 #CE602C is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 44 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.19 |
| HSL | 19.26º | 0.65% | 0.49% | - |
| HSV(B) | 19.26º | 0.79% | 0.81% | - |
| XYZ | 30.09 | 21.67 | 4.98 | - |
| YUV | 122.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 44 | 0 | 0.53 | 0.79 | 0.19 | 19.26 | 0.65 | 0.49 |
| Hex | CE | 60 | 2C | 0 | 35 | 4F | 13 | 13 | 41 | 31 |
| Octal | 316 | 140 | 54 | 0 | 65 | 117 | 23 | 23 | 101 | 61 |
| Binary | 11001110 | 1100000 | 101100 | 0 | 110101 | 1001111 | 10011 | 10011 | 1000001 | 110001 |
Color Harmonies of #CE602C
Complementary color
Monochromatic Colors of #CE602C
Black with #CE602C
Text Example
Text Example
White with #CE602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE602C; }
p { color: rgb(206,96,44); }
H1.HeaderClassName
{
color: #CE602C;
}
.AnyTagClassName
{
color: #CE602C;
}
</style>
background-color css
<style>
a { background-color: #CE602C; }
a { background-color: rgb(206,96,44); }
div.DivClassName
{
background-color: #CE602C;
}
.BgClassName
{
background-color: #CE602C;
}
</style>
border-color css
<style>
span { border-color: #CE602C; }
span { border-color: rgb(206,96,44); }
td.TdClassName
{
border-color: #CE602C;
}
.TagClassName
{
border-color: #CE602C;
}
</style>