Shades of Chilean Fire #CE5B34
Tints of Chilean Fire #CE5B34
RGB
CMYK
RGB Variations
Color information
#CE5B34 (or 0xCE5B34) is known color: Chilean Fire. HEX triplet: CE, 5B and 34. RGB value is (206,91,52). Sum of RGB (Red+Green+Blue) = 206+91+52=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B34 is #31A4CB. Grayscale: #797979. Windows color (decimal): -3253452 or 3431374. OLE color: 3431374.
HSL color Cylindrical-coordinate representation of color #CE5B34: hue angle of 15.19º 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 #CE5B34 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 52 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.19 |
| HSL | 15.19º | 0.61% | 0.51% | - |
| HSV(B) | 15.19º | 0.75% | 0.81% | - |
| XYZ | 29.81 | 20.85 | 5.7 | - |
| YUV | 120.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 52 | 0 | 0.56 | 0.75 | 0.19 | 15.19 | 0.61 | 0.51 |
| Hex | CE | 5B | 34 | 0 | 38 | 4B | 13 | F | 3D | 33 |
| Octal | 316 | 133 | 64 | 0 | 70 | 113 | 23 | 17 | 75 | 63 |
| Binary | 11001110 | 1011011 | 110100 | 0 | 111000 | 1001011 | 10011 | 1111 | 111101 | 110011 |
Color Harmonies of #CE5B34
Complementary color
Monochromatic Colors of #CE5B34
Black with #CE5B34
Text Example
Text Example
White with #CE5B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B34; }
p { color: rgb(206,91,52); }
H1.HeaderClassName
{
color: #CE5B34;
}
.AnyTagClassName
{
color: #CE5B34;
}
</style>
background-color css
<style>
a { background-color: #CE5B34; }
a { background-color: rgb(206,91,52); }
div.DivClassName
{
background-color: #CE5B34;
}
.BgClassName
{
background-color: #CE5B34;
}
</style>
border-color css
<style>
span { border-color: #CE5B34; }
span { border-color: rgb(206,91,52); }
td.TdClassName
{
border-color: #CE5B34;
}
.TagClassName
{
border-color: #CE5B34;
}
</style>