Shades of Chilean Fire #CE592F
Tints of Chilean Fire #CE592F
RGB
CMYK
RGB Variations
Color information
#CE592F (or 0xCE592F) is known color: Chilean Fire. HEX triplet: CE, 59 and 2F. RGB value is (206,89,47). Sum of RGB (Red+Green+Blue) = 206+89+47=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE592F is #31A6D0. Grayscale: #777777. Windows color (decimal): -3253969 or 3103182. OLE color: 3103182.
HSL color Cylindrical-coordinate representation of color #CE592F: hue angle of 15.85º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE592F is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 47 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.19 |
| HSL | 15.85º | 0.63% | 0.5% | - |
| HSV(B) | 15.85º | 0.77% | 0.81% | - |
| XYZ | 29.54 | 20.47 | 5.08 | - |
| YUV | 119.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 47 | 0 | 0.57 | 0.77 | 0.19 | 15.85 | 0.63 | 0.5 |
| Hex | CE | 59 | 2F | 0 | 39 | 4D | 13 | 10 | 3F | 32 |
| Octal | 316 | 131 | 57 | 0 | 71 | 115 | 23 | 20 | 77 | 62 |
| Binary | 11001110 | 1011001 | 101111 | 0 | 111001 | 1001101 | 10011 | 10000 | 111111 | 110010 |
Color Harmonies of #CE592F
Complementary color
Monochromatic Colors of #CE592F
Black with #CE592F
Text Example
Text Example
White with #CE592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE592F; }
p { color: rgb(206,89,47); }
H1.HeaderClassName
{
color: #CE592F;
}
.AnyTagClassName
{
color: #CE592F;
}
</style>
background-color css
<style>
a { background-color: #CE592F; }
a { background-color: rgb(206,89,47); }
div.DivClassName
{
background-color: #CE592F;
}
.BgClassName
{
background-color: #CE592F;
}
</style>
border-color css
<style>
span { border-color: #CE592F; }
span { border-color: rgb(206,89,47); }
td.TdClassName
{
border-color: #CE592F;
}
.TagClassName
{
border-color: #CE592F;
}
</style>