Shades of Chilean Fire #CE582C
Tints of Chilean Fire #CE582C
RGB
CMYK
RGB Variations
Color information
#CE582C (or 0xCE582C) is known color: Chilean Fire. HEX triplet: CE, 58 and 2C. RGB value is (206,88,44). Sum of RGB (Red+Green+Blue) = 206+88+44=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE582C is #31A7D3. Grayscale: #767676. Windows color (decimal): -3254228 or 2906318. OLE color: 2906318.
HSL color Cylindrical-coordinate representation of color #CE582C: hue angle of 16.3º 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 #CE582C is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 44 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.19 |
| HSL | 16.3º | 0.65% | 0.49% | - |
| HSV(B) | 16.3º | 0.79% | 0.81% | - |
| XYZ | 29.4 | 20.28 | 4.75 | - |
| YUV | 118.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 44 | 0 | 0.57 | 0.79 | 0.19 | 16.3 | 0.65 | 0.49 |
| Hex | CE | 58 | 2C | 0 | 39 | 4F | 13 | 10 | 41 | 31 |
| Octal | 316 | 130 | 54 | 0 | 71 | 117 | 23 | 20 | 101 | 61 |
| Binary | 11001110 | 1011000 | 101100 | 0 | 111001 | 1001111 | 10011 | 10000 | 1000001 | 110001 |
Color Harmonies of #CE582C
Complementary color
Monochromatic Colors of #CE582C
Black with #CE582C
Text Example
Text Example
White with #CE582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE582C; }
p { color: rgb(206,88,44); }
H1.HeaderClassName
{
color: #CE582C;
}
.AnyTagClassName
{
color: #CE582C;
}
</style>
background-color css
<style>
a { background-color: #CE582C; }
a { background-color: rgb(206,88,44); }
div.DivClassName
{
background-color: #CE582C;
}
.BgClassName
{
background-color: #CE582C;
}
</style>
border-color css
<style>
span { border-color: #CE582C; }
span { border-color: rgb(206,88,44); }
td.TdClassName
{
border-color: #CE582C;
}
.TagClassName
{
border-color: #CE582C;
}
</style>