Shades of Chilean Fire #CE5E34
Tints of Chilean Fire #CE5E34
RGB
CMYK
RGB Variations
Color information
#CE5E34 (or 0xCE5E34) is known color: Chilean Fire. HEX triplet: CE, 5E and 34. RGB value is (206,94,52). Sum of RGB (Red+Green+Blue) = 206+94+52=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E34 is #31A1CB. Grayscale: #7A7A7A. Windows color (decimal): -3252684 or 3432142. OLE color: 3432142.
HSL color Cylindrical-coordinate representation of color #CE5E34: hue angle of 16.36º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE5E34 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 52 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.19 |
| HSL | 16.36º | 0.61% | 0.51% | - |
| HSV(B) | 16.36º | 0.75% | 0.81% | - |
| XYZ | 30.08 | 21.38 | 5.79 | - |
| YUV | 122.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 52 | 0 | 0.54 | 0.75 | 0.19 | 16.36 | 0.61 | 0.51 |
| Hex | CE | 5E | 34 | 0 | 36 | 4B | 13 | 10 | 3D | 33 |
| Octal | 316 | 136 | 64 | 0 | 66 | 113 | 23 | 20 | 75 | 63 |
| Binary | 11001110 | 1011110 | 110100 | 0 | 110110 | 1001011 | 10011 | 10000 | 111101 | 110011 |
Color Harmonies of #CE5E34
Complementary color
Monochromatic Colors of #CE5E34
Black with #CE5E34
Text Example
Text Example
White with #CE5E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E34; }
p { color: rgb(206,94,52); }
H1.HeaderClassName
{
color: #CE5E34;
}
.AnyTagClassName
{
color: #CE5E34;
}
</style>
background-color css
<style>
a { background-color: #CE5E34; }
a { background-color: rgb(206,94,52); }
div.DivClassName
{
background-color: #CE5E34;
}
.BgClassName
{
background-color: #CE5E34;
}
</style>
border-color css
<style>
span { border-color: #CE5E34; }
span { border-color: rgb(206,94,52); }
td.TdClassName
{
border-color: #CE5E34;
}
.TagClassName
{
border-color: #CE5E34;
}
</style>