Shades of Chilean Fire #CE552C
Tints of Chilean Fire #CE552C
RGB
CMYK
RGB Variations
Color information
#CE552C (or 0xCE552C) is known color: Chilean Fire. HEX triplet: CE, 55 and 2C. RGB value is (206,85,44). Sum of RGB (Red+Green+Blue) = 206+85+44=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE552C is #31AAD3. Grayscale: #747474. Windows color (decimal): -3254996 or 2905550. OLE color: 2905550.
HSL color Cylindrical-coordinate representation of color #CE552C: hue angle of 15.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE552C is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 44 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.19 |
| HSL | 15.19º | 0.65% | 0.49% | - |
| HSV(B) | 15.19º | 0.79% | 0.81% | - |
| XYZ | 29.16 | 19.8 | 4.67 | - |
| YUV | 116.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 44 | 0 | 0.59 | 0.79 | 0.19 | 15.19 | 0.65 | 0.49 |
| Hex | CE | 55 | 2C | 0 | 3B | 4F | 13 | F | 41 | 31 |
| Octal | 316 | 125 | 54 | 0 | 73 | 117 | 23 | 17 | 101 | 61 |
| Binary | 11001110 | 1010101 | 101100 | 0 | 111011 | 1001111 | 10011 | 1111 | 1000001 | 110001 |
Color Harmonies of #CE552C
Complementary color
Monochromatic Colors of #CE552C
Black with #CE552C
Text Example
Text Example
White with #CE552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE552C; }
p { color: rgb(206,85,44); }
H1.HeaderClassName
{
color: #CE552C;
}
.AnyTagClassName
{
color: #CE552C;
}
</style>
background-color css
<style>
a { background-color: #CE552C; }
a { background-color: rgb(206,85,44); }
div.DivClassName
{
background-color: #CE552C;
}
.BgClassName
{
background-color: #CE552C;
}
</style>
border-color css
<style>
span { border-color: #CE552C; }
span { border-color: rgb(206,85,44); }
td.TdClassName
{
border-color: #CE552C;
}
.TagClassName
{
border-color: #CE552C;
}
</style>