Shades of Chilean Fire #CE5822
Tints of Chilean Fire #CE5822
RGB
CMYK
RGB Variations
Color information
#CE5822 (or 0xCE5822) is known color: Chilean Fire. HEX triplet: CE, 58 and 22. RGB value is (206,88,34). Sum of RGB (Red+Green+Blue) = 206+88+34=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5822 is #31A7DD. Grayscale: #757575. Windows color (decimal): -3254238 or 2250958. OLE color: 2250958.
HSL color Cylindrical-coordinate representation of color #CE5822: hue angle of 18.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE5822 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 34 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.19 |
| HSL | 18.84º | 0.72% | 0.47% | - |
| HSV(B) | 18.84º | 0.83% | 0.81% | - |
| XYZ | 29.23 | 20.22 | 3.87 | - |
| YUV | 117.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 34 | 0 | 0.57 | 0.83 | 0.19 | 18.84 | 0.72 | 0.47 |
| Hex | CE | 58 | 22 | 0 | 39 | 53 | 13 | 13 | 48 | 2F |
| Octal | 316 | 130 | 42 | 0 | 71 | 123 | 23 | 23 | 110 | 57 |
| Binary | 11001110 | 1011000 | 100010 | 0 | 111001 | 1010011 | 10011 | 10011 | 1001000 | 101111 |
Color Harmonies of #CE5822
Complementary color
Monochromatic Colors of #CE5822
Black with #CE5822
Text Example
Text Example
White with #CE5822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5822; }
p { color: rgb(206,88,34); }
H1.HeaderClassName
{
color: #CE5822;
}
.AnyTagClassName
{
color: #CE5822;
}
</style>
background-color css
<style>
a { background-color: #CE5822; }
a { background-color: rgb(206,88,34); }
div.DivClassName
{
background-color: #CE5822;
}
.BgClassName
{
background-color: #CE5822;
}
</style>
border-color css
<style>
span { border-color: #CE5822; }
span { border-color: rgb(206,88,34); }
td.TdClassName
{
border-color: #CE5822;
}
.TagClassName
{
border-color: #CE5822;
}
</style>