Shades of Chilean Fire #CE552F
Tints of Chilean Fire #CE552F
RGB
CMYK
RGB Variations
Color information
#CE552F (or 0xCE552F) is known color: Chilean Fire. HEX triplet: CE, 55 and 2F. RGB value is (206,85,47). Sum of RGB (Red+Green+Blue) = 206+85+47=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE552F is #31AAD0. Grayscale: #757575. Windows color (decimal): -3254993 or 3102158. OLE color: 3102158.
HSL color Cylindrical-coordinate representation of color #CE552F: hue angle of 14.34º degrees, saturation: 0.63, 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 #CE552F is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 47 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.19 |
| HSL | 14.34º | 0.63% | 0.5% | - |
| HSV(B) | 14.34º | 0.77% | 0.81% | - |
| XYZ | 29.22 | 19.82 | 4.98 | - |
| YUV | 116.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 47 | 0 | 0.59 | 0.77 | 0.19 | 14.34 | 0.63 | 0.5 |
| Hex | CE | 55 | 2F | 0 | 3B | 4D | 13 | E | 3F | 32 |
| Octal | 316 | 125 | 57 | 0 | 73 | 115 | 23 | 16 | 77 | 62 |
| Binary | 11001110 | 1010101 | 101111 | 0 | 111011 | 1001101 | 10011 | 1110 | 111111 | 110010 |
Color Harmonies of #CE552F
Complementary color
Monochromatic Colors of #CE552F
Black with #CE552F
Text Example
Text Example
White with #CE552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE552F; }
p { color: rgb(206,85,47); }
H1.HeaderClassName
{
color: #CE552F;
}
.AnyTagClassName
{
color: #CE552F;
}
</style>
background-color css
<style>
a { background-color: #CE552F; }
a { background-color: rgb(206,85,47); }
div.DivClassName
{
background-color: #CE552F;
}
.BgClassName
{
background-color: #CE552F;
}
</style>
border-color css
<style>
span { border-color: #CE552F; }
span { border-color: rgb(206,85,47); }
td.TdClassName
{
border-color: #CE552F;
}
.TagClassName
{
border-color: #CE552F;
}
</style>