Shades of Chilean Fire #CE583A
Tints of Chilean Fire #CE583A
RGB
CMYK
RGB Variations
Color information
#CE583A (or 0xCE583A) is known color: Chilean Fire. HEX triplet: CE, 58 and 3A. RGB value is (206,88,58). Sum of RGB (Red+Green+Blue) = 206+88+58=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE583A is #31A7C5. Grayscale: #787878. Windows color (decimal): -3254214 or 3823822. OLE color: 3823822.
HSL color Cylindrical-coordinate representation of color #CE583A: hue angle of 12.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE583A is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 58 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.19 |
| HSL | 12.16º | 0.6% | 0.52% | - |
| HSV(B) | 12.16º | 0.72% | 0.81% | - |
| XYZ | 29.71 | 20.41 | 6.38 | - |
| YUV | 119.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 58 | 0 | 0.57 | 0.72 | 0.19 | 12.16 | 0.6 | 0.52 |
| Hex | CE | 58 | 3A | 0 | 39 | 48 | 13 | C | 3C | 34 |
| Octal | 316 | 130 | 72 | 0 | 71 | 110 | 23 | 14 | 74 | 64 |
| Binary | 11001110 | 1011000 | 111010 | 0 | 111001 | 1001000 | 10011 | 1100 | 111100 | 110100 |
Color Harmonies of #CE583A
Complementary color
Monochromatic Colors of #CE583A
Black with #CE583A
Text Example
Text Example
White with #CE583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE583A; }
p { color: rgb(206,88,58); }
H1.HeaderClassName
{
color: #CE583A;
}
.AnyTagClassName
{
color: #CE583A;
}
</style>
background-color css
<style>
a { background-color: #CE583A; }
a { background-color: rgb(206,88,58); }
div.DivClassName
{
background-color: #CE583A;
}
.BgClassName
{
background-color: #CE583A;
}
</style>
border-color css
<style>
span { border-color: #CE583A; }
span { border-color: rgb(206,88,58); }
td.TdClassName
{
border-color: #CE583A;
}
.TagClassName
{
border-color: #CE583A;
}
</style>