Shades of Chilean Fire #CE562D
Tints of Chilean Fire #CE562D
RGB
CMYK
RGB Variations
Color information
#CE562D (or 0xCE562D) is known color: Chilean Fire. HEX triplet: CE, 56 and 2D. RGB value is (206,86,45). Sum of RGB (Red+Green+Blue) = 206+86+45=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE562D is #31A9D2. Grayscale: #757575. Windows color (decimal): -3254739 or 2971342. OLE color: 2971342.
HSL color Cylindrical-coordinate representation of color #CE562D: hue angle of 15.28º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE562D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 45 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.19 |
| HSL | 15.28º | 0.64% | 0.49% | - |
| HSV(B) | 15.28º | 0.78% | 0.81% | - |
| XYZ | 29.26 | 19.97 | 4.79 | - |
| YUV | 117.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 45 | 0 | 0.58 | 0.78 | 0.19 | 15.28 | 0.64 | 0.49 |
| Hex | CE | 56 | 2D | 0 | 3A | 4E | 13 | F | 40 | 31 |
| Octal | 316 | 126 | 55 | 0 | 72 | 116 | 23 | 17 | 100 | 61 |
| Binary | 11001110 | 1010110 | 101101 | 0 | 111010 | 1001110 | 10011 | 1111 | 1000000 | 110001 |
Color Harmonies of #CE562D
Complementary color
Monochromatic Colors of #CE562D
Black with #CE562D
Text Example
Text Example
White with #CE562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE562D; }
p { color: rgb(206,86,45); }
H1.HeaderClassName
{
color: #CE562D;
}
.AnyTagClassName
{
color: #CE562D;
}
</style>
background-color css
<style>
a { background-color: #CE562D; }
a { background-color: rgb(206,86,45); }
div.DivClassName
{
background-color: #CE562D;
}
.BgClassName
{
background-color: #CE562D;
}
</style>
border-color css
<style>
span { border-color: #CE562D; }
span { border-color: rgb(206,86,45); }
td.TdClassName
{
border-color: #CE562D;
}
.TagClassName
{
border-color: #CE562D;
}
</style>