Shades of Chilean Fire #CE5526
Tints of Chilean Fire #CE5526
RGB
CMYK
RGB Variations
Color information
#CE5526 (or 0xCE5526) is known color: Chilean Fire. HEX triplet: CE, 55 and 26. RGB value is (206,85,38). Sum of RGB (Red+Green+Blue) = 206+85+38=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5526 is #31AAD9. Grayscale: #747474. Windows color (decimal): -3255002 or 2512334. OLE color: 2512334.
HSL color Cylindrical-coordinate representation of color #CE5526: hue angle of 16.79º 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 #CE5526 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 38 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.19 |
| HSL | 16.79º | 0.69% | 0.48% | - |
| HSV(B) | 16.79º | 0.82% | 0.81% | - |
| XYZ | 29.05 | 19.76 | 4.12 | - |
| YUV | 115.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 38 | 0 | 0.59 | 0.82 | 0.19 | 16.79 | 0.69 | 0.48 |
| Hex | CE | 55 | 26 | 0 | 3B | 52 | 13 | 11 | 45 | 30 |
| Octal | 316 | 125 | 46 | 0 | 73 | 122 | 23 | 21 | 105 | 60 |
| Binary | 11001110 | 1010101 | 100110 | 0 | 111011 | 1010010 | 10011 | 10001 | 1000101 | 110000 |
Color Harmonies of #CE5526
Complementary color
Monochromatic Colors of #CE5526
Black with #CE5526
Text Example
Text Example
White with #CE5526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5526; }
p { color: rgb(206,85,38); }
H1.HeaderClassName
{
color: #CE5526;
}
.AnyTagClassName
{
color: #CE5526;
}
</style>
background-color css
<style>
a { background-color: #CE5526; }
a { background-color: rgb(206,85,38); }
div.DivClassName
{
background-color: #CE5526;
}
.BgClassName
{
background-color: #CE5526;
}
</style>
border-color css
<style>
span { border-color: #CE5526; }
span { border-color: rgb(206,85,38); }
td.TdClassName
{
border-color: #CE5526;
}
.TagClassName
{
border-color: #CE5526;
}
</style>