Shades of Chilean Fire #CE5C29
Tints of Chilean Fire #CE5C29
RGB
CMYK
RGB Variations
Color information
#CE5C29 (or 0xCE5C29) is known color: Chilean Fire. HEX triplet: CE, 5C and 29. RGB value is (206,92,41). Sum of RGB (Red+Green+Blue) = 206+92+41=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C29 is #31A3D6. Grayscale: #787878. Windows color (decimal): -3253207 or 2710734. OLE color: 2710734.
HSL color Cylindrical-coordinate representation of color #CE5C29: hue angle of 18.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE5C29 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 41 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.19 |
| HSL | 18.55º | 0.67% | 0.48% | - |
| HSV(B) | 18.55º | 0.8% | 0.81% | - |
| XYZ | 29.68 | 20.94 | 4.57 | - |
| YUV | 120.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 41 | 0 | 0.55 | 0.80 | 0.19 | 18.55 | 0.67 | 0.48 |
| Hex | CE | 5C | 29 | 0 | 37 | 50 | 13 | 13 | 43 | 30 |
| Octal | 316 | 134 | 51 | 0 | 67 | 120 | 23 | 23 | 103 | 60 |
| Binary | 11001110 | 1011100 | 101001 | 0 | 110111 | 1010000 | 10011 | 10011 | 1000011 | 110000 |
Color Harmonies of #CE5C29
Complementary color
Monochromatic Colors of #CE5C29
Black with #CE5C29
Text Example
Text Example
White with #CE5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C29; }
p { color: rgb(206,92,41); }
H1.HeaderClassName
{
color: #CE5C29;
}
.AnyTagClassName
{
color: #CE5C29;
}
</style>
background-color css
<style>
a { background-color: #CE5C29; }
a { background-color: rgb(206,92,41); }
div.DivClassName
{
background-color: #CE5C29;
}
.BgClassName
{
background-color: #CE5C29;
}
</style>
border-color css
<style>
span { border-color: #CE5C29; }
span { border-color: rgb(206,92,41); }
td.TdClassName
{
border-color: #CE5C29;
}
.TagClassName
{
border-color: #CE5C29;
}
</style>