Shades of Chilean Fire #CE5523
Tints of Chilean Fire #CE5523
RGB
CMYK
RGB Variations
Color information
#CE5523 (or 0xCE5523) is known color: Chilean Fire. HEX triplet: CE, 55 and 23. RGB value is (206,85,35). Sum of RGB (Red+Green+Blue) = 206+85+35=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5523 is #31AADC. Grayscale: #737373. Windows color (decimal): -3255005 or 2315726. OLE color: 2315726.
HSL color Cylindrical-coordinate representation of color #CE5523: hue angle of 17.54º degrees, saturation: 0.71, 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 #CE5523 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 35 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.19 |
| HSL | 17.54º | 0.71% | 0.47% | - |
| HSV(B) | 17.54º | 0.83% | 0.81% | - |
| XYZ | 29.01 | 19.74 | 3.87 | - |
| YUV | 115.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 35 | 0 | 0.59 | 0.83 | 0.19 | 17.54 | 0.71 | 0.47 |
| Hex | CE | 55 | 23 | 0 | 3B | 53 | 13 | 12 | 47 | 2F |
| Octal | 316 | 125 | 43 | 0 | 73 | 123 | 23 | 22 | 107 | 57 |
| Binary | 11001110 | 1010101 | 100011 | 0 | 111011 | 1010011 | 10011 | 10010 | 1000111 | 101111 |
Color Harmonies of #CE5523
Complementary color
Monochromatic Colors of #CE5523
Black with #CE5523
Text Example
Text Example
White with #CE5523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5523; }
p { color: rgb(206,85,35); }
H1.HeaderClassName
{
color: #CE5523;
}
.AnyTagClassName
{
color: #CE5523;
}
</style>
background-color css
<style>
a { background-color: #CE5523; }
a { background-color: rgb(206,85,35); }
div.DivClassName
{
background-color: #CE5523;
}
.BgClassName
{
background-color: #CE5523;
}
</style>
border-color css
<style>
span { border-color: #CE5523; }
span { border-color: rgb(206,85,35); }
td.TdClassName
{
border-color: #CE5523;
}
.TagClassName
{
border-color: #CE5523;
}
</style>