Shades of Chilean Fire #CE5533
Tints of Chilean Fire #CE5533
RGB
CMYK
RGB Variations
Color information
#CE5533 (or 0xCE5533) is known color: Chilean Fire. HEX triplet: CE, 55 and 33. RGB value is (206,85,51). Sum of RGB (Red+Green+Blue) = 206+85+51=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5533 is #31AACC. Grayscale: #757575. Windows color (decimal): -3254989 or 3364302. OLE color: 3364302.
HSL color Cylindrical-coordinate representation of color #CE5533: hue angle of 13.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE5533 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 51 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.19 |
| HSL | 13.16º | 0.61% | 0.5% | - |
| HSV(B) | 13.16º | 0.75% | 0.81% | - |
| XYZ | 29.3 | 19.86 | 5.42 | - |
| YUV | 117.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 51 | 0 | 0.59 | 0.75 | 0.19 | 13.16 | 0.61 | 0.5 |
| Hex | CE | 55 | 33 | 0 | 3B | 4B | 13 | D | 3D | 32 |
| Octal | 316 | 125 | 63 | 0 | 73 | 113 | 23 | 15 | 75 | 62 |
| Binary | 11001110 | 1010101 | 110011 | 0 | 111011 | 1001011 | 10011 | 1101 | 111101 | 110010 |
Color Harmonies of #CE5533
Complementary color
Monochromatic Colors of #CE5533
Black with #CE5533
Text Example
Text Example
White with #CE5533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5533; }
p { color: rgb(206,85,51); }
H1.HeaderClassName
{
color: #CE5533;
}
.AnyTagClassName
{
color: #CE5533;
}
</style>
background-color css
<style>
a { background-color: #CE5533; }
a { background-color: rgb(206,85,51); }
div.DivClassName
{
background-color: #CE5533;
}
.BgClassName
{
background-color: #CE5533;
}
</style>
border-color css
<style>
span { border-color: #CE5533; }
span { border-color: rgb(206,85,51); }
td.TdClassName
{
border-color: #CE5533;
}
.TagClassName
{
border-color: #CE5533;
}
</style>