Shades of Chilean Fire #CE5C30
Tints of Chilean Fire #CE5C30
RGB
CMYK
RGB Variations
Color information
#CE5C30 (or 0xCE5C30) is known color: Chilean Fire. HEX triplet: CE, 5C and 30. RGB value is (206,92,48). Sum of RGB (Red+Green+Blue) = 206+92+48=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C30 is #31A3CF. Grayscale: #797979. Windows color (decimal): -3253200 or 3169486. OLE color: 3169486.
HSL color Cylindrical-coordinate representation of color #CE5C30: hue angle of 16.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE5C30 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 48 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.19 |
| HSL | 16.71º | 0.62% | 0.5% | - |
| HSV(B) | 16.71º | 0.77% | 0.81% | - |
| XYZ | 29.81 | 20.99 | 5.28 | - |
| YUV | 121.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 48 | 0 | 0.55 | 0.77 | 0.19 | 16.71 | 0.62 | 0.5 |
| Hex | CE | 5C | 30 | 0 | 37 | 4D | 13 | 11 | 3E | 32 |
| Octal | 316 | 134 | 60 | 0 | 67 | 115 | 23 | 21 | 76 | 62 |
| Binary | 11001110 | 1011100 | 110000 | 0 | 110111 | 1001101 | 10011 | 10001 | 111110 | 110010 |
Color Harmonies of #CE5C30
Complementary color
Monochromatic Colors of #CE5C30
Black with #CE5C30
Text Example
Text Example
White with #CE5C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C30; }
p { color: rgb(206,92,48); }
H1.HeaderClassName
{
color: #CE5C30;
}
.AnyTagClassName
{
color: #CE5C30;
}
</style>
background-color css
<style>
a { background-color: #CE5C30; }
a { background-color: rgb(206,92,48); }
div.DivClassName
{
background-color: #CE5C30;
}
.BgClassName
{
background-color: #CE5C30;
}
</style>
border-color css
<style>
span { border-color: #CE5C30; }
span { border-color: rgb(206,92,48); }
td.TdClassName
{
border-color: #CE5C30;
}
.TagClassName
{
border-color: #CE5C30;
}
</style>