Shades of Chilean Fire #CE5D32
Tints of Chilean Fire #CE5D32
RGB
CMYK
RGB Variations
Color information
#CE5D32 (or 0xCE5D32) is known color: Chilean Fire. HEX triplet: CE, 5D and 32. RGB value is (206,93,50). Sum of RGB (Red+Green+Blue) = 206+93+50=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D32 is #31A2CD. Grayscale: #7A7A7A. Windows color (decimal): -3252942 or 3300814. OLE color: 3300814.
HSL color Cylindrical-coordinate representation of color #CE5D32: hue angle of 16.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE5D32 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 50 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.19 |
| HSL | 16.54º | 0.61% | 0.5% | - |
| HSV(B) | 16.54º | 0.76% | 0.81% | - |
| XYZ | 29.94 | 21.18 | 5.53 | - |
| YUV | 121.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 50 | 0 | 0.55 | 0.76 | 0.19 | 16.54 | 0.61 | 0.5 |
| Hex | CE | 5D | 32 | 0 | 37 | 4C | 13 | 11 | 3D | 32 |
| Octal | 316 | 135 | 62 | 0 | 67 | 114 | 23 | 21 | 75 | 62 |
| Binary | 11001110 | 1011101 | 110010 | 0 | 110111 | 1001100 | 10011 | 10001 | 111101 | 110010 |
Color Harmonies of #CE5D32
Complementary color
Monochromatic Colors of #CE5D32
Black with #CE5D32
Text Example
Text Example
White with #CE5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D32; }
p { color: rgb(206,93,50); }
H1.HeaderClassName
{
color: #CE5D32;
}
.AnyTagClassName
{
color: #CE5D32;
}
</style>
background-color css
<style>
a { background-color: #CE5D32; }
a { background-color: rgb(206,93,50); }
div.DivClassName
{
background-color: #CE5D32;
}
.BgClassName
{
background-color: #CE5D32;
}
</style>
border-color css
<style>
span { border-color: #CE5D32; }
span { border-color: rgb(206,93,50); }
td.TdClassName
{
border-color: #CE5D32;
}
.TagClassName
{
border-color: #CE5D32;
}
</style>