Shades of Chilean Fire #CE5826
Tints of Chilean Fire #CE5826
RGB
CMYK
RGB Variations
Color information
#CE5826 (or 0xCE5826) is known color: Chilean Fire. HEX triplet: CE, 58 and 26. RGB value is (206,88,38). Sum of RGB (Red+Green+Blue) = 206+88+38=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5826 is #31A7D9. Grayscale: #757575. Windows color (decimal): -3254234 or 2513102. OLE color: 2513102.
HSL color Cylindrical-coordinate representation of color #CE5826: hue angle of 17.86º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE5826 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 38 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.19 |
| HSL | 17.86º | 0.69% | 0.48% | - |
| HSV(B) | 17.86º | 0.82% | 0.81% | - |
| XYZ | 29.29 | 20.24 | 4.2 | - |
| YUV | 117.58 | 83.09 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 38 | 0 | 0.57 | 0.82 | 0.19 | 17.86 | 0.69 | 0.48 |
| Hex | CE | 58 | 26 | 0 | 39 | 52 | 13 | 12 | 45 | 30 |
| Octal | 316 | 130 | 46 | 0 | 71 | 122 | 23 | 22 | 105 | 60 |
| Binary | 11001110 | 1011000 | 100110 | 0 | 111001 | 1010010 | 10011 | 10010 | 1000101 | 110000 |
Color Harmonies of #CE5826
Complementary color
Monochromatic Colors of #CE5826
Black with #CE5826
Text Example
Text Example
White with #CE5826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5826; }
p { color: rgb(206,88,38); }
H1.HeaderClassName
{
color: #CE5826;
}
.AnyTagClassName
{
color: #CE5826;
}
</style>
background-color css
<style>
a { background-color: #CE5826; }
a { background-color: rgb(206,88,38); }
div.DivClassName
{
background-color: #CE5826;
}
.BgClassName
{
background-color: #CE5826;
}
</style>
border-color css
<style>
span { border-color: #CE5826; }
span { border-color: rgb(206,88,38); }
td.TdClassName
{
border-color: #CE5826;
}
.TagClassName
{
border-color: #CE5826;
}
</style>