Shades of Chilean Fire #CE562B
Tints of Chilean Fire #CE562B
RGB
CMYK
RGB Variations
Color information
#CE562B (or 0xCE562B) is known color: Chilean Fire. HEX triplet: CE, 56 and 2B. RGB value is (206,86,43). Sum of RGB (Red+Green+Blue) = 206+86+43=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE562B is #31A9D4. Grayscale: #757575. Windows color (decimal): -3254741 or 2840270. OLE color: 2840270.
HSL color Cylindrical-coordinate representation of color #CE562B: hue angle of 15.83º 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 #CE562B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 43 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.19 |
| HSL | 15.83º | 0.65% | 0.49% | - |
| HSV(B) | 15.83º | 0.79% | 0.81% | - |
| XYZ | 29.22 | 19.95 | 4.6 | - |
| YUV | 116.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 43 | 0 | 0.58 | 0.79 | 0.19 | 15.83 | 0.65 | 0.49 |
| Hex | CE | 56 | 2B | 0 | 3A | 4F | 13 | 10 | 41 | 31 |
| Octal | 316 | 126 | 53 | 0 | 72 | 117 | 23 | 20 | 101 | 61 |
| Binary | 11001110 | 1010110 | 101011 | 0 | 111010 | 1001111 | 10011 | 10000 | 1000001 | 110001 |
Color Harmonies of #CE562B
Complementary color
Monochromatic Colors of #CE562B
Black with #CE562B
Text Example
Text Example
White with #CE562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE562B; }
p { color: rgb(206,86,43); }
H1.HeaderClassName
{
color: #CE562B;
}
.AnyTagClassName
{
color: #CE562B;
}
</style>
background-color css
<style>
a { background-color: #CE562B; }
a { background-color: rgb(206,86,43); }
div.DivClassName
{
background-color: #CE562B;
}
.BgClassName
{
background-color: #CE562B;
}
</style>
border-color css
<style>
span { border-color: #CE562B; }
span { border-color: rgb(206,86,43); }
td.TdClassName
{
border-color: #CE562B;
}
.TagClassName
{
border-color: #CE562B;
}
</style>