Shades of Chilean Fire #CE582D
Tints of Chilean Fire #CE582D
RGB
CMYK
RGB Variations
Color information
#CE582D (or 0xCE582D) is known color: Chilean Fire. HEX triplet: CE, 58 and 2D. RGB value is (206,88,45). Sum of RGB (Red+Green+Blue) = 206+88+45=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE582D is #31A7D2. Grayscale: #767676. Windows color (decimal): -3254227 or 2971854. OLE color: 2971854.
HSL color Cylindrical-coordinate representation of color #CE582D: hue angle of 16.02º 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 #CE582D is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 45 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.19 |
| HSL | 16.02º | 0.64% | 0.49% | - |
| HSV(B) | 16.02º | 0.78% | 0.81% | - |
| XYZ | 29.42 | 20.29 | 4.85 | - |
| YUV | 118.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 45 | 0 | 0.57 | 0.78 | 0.19 | 16.02 | 0.64 | 0.49 |
| Hex | CE | 58 | 2D | 0 | 39 | 4E | 13 | 10 | 40 | 31 |
| Octal | 316 | 130 | 55 | 0 | 71 | 116 | 23 | 20 | 100 | 61 |
| Binary | 11001110 | 1011000 | 101101 | 0 | 111001 | 1001110 | 10011 | 10000 | 1000000 | 110001 |
Color Harmonies of #CE582D
Complementary color
Monochromatic Colors of #CE582D
Black with #CE582D
Text Example
Text Example
White with #CE582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE582D; }
p { color: rgb(206,88,45); }
H1.HeaderClassName
{
color: #CE582D;
}
.AnyTagClassName
{
color: #CE582D;
}
</style>
background-color css
<style>
a { background-color: #CE582D; }
a { background-color: rgb(206,88,45); }
div.DivClassName
{
background-color: #CE582D;
}
.BgClassName
{
background-color: #CE582D;
}
</style>
border-color css
<style>
span { border-color: #CE582D; }
span { border-color: rgb(206,88,45); }
td.TdClassName
{
border-color: #CE582D;
}
.TagClassName
{
border-color: #CE582D;
}
</style>