Shades of Chilean Fire #CE5426
Tints of Chilean Fire #CE5426
RGB
CMYK
RGB Variations
Color information
#CE5426 (or 0xCE5426) is known color: Chilean Fire. HEX triplet: CE, 54 and 26. RGB value is (206,84,38). Sum of RGB (Red+Green+Blue) = 206+84+38=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5426 is #31ABD9. Grayscale: #737373. Windows color (decimal): -3255258 or 2512078. OLE color: 2512078.
HSL color Cylindrical-coordinate representation of color #CE5426: hue angle of 16.43º 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 #CE5426 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 38 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.19 |
| HSL | 16.43º | 0.69% | 0.48% | - |
| HSV(B) | 16.43º | 0.82% | 0.81% | - |
| XYZ | 28.97 | 19.6 | 4.09 | - |
| YUV | 115.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 38 | 0 | 0.59 | 0.82 | 0.19 | 16.43 | 0.69 | 0.48 |
| Hex | CE | 54 | 26 | 0 | 3B | 52 | 13 | 10 | 45 | 30 |
| Octal | 316 | 124 | 46 | 0 | 73 | 122 | 23 | 20 | 105 | 60 |
| Binary | 11001110 | 1010100 | 100110 | 0 | 111011 | 1010010 | 10011 | 10000 | 1000101 | 110000 |
Color Harmonies of #CE5426
Complementary color
Monochromatic Colors of #CE5426
Black with #CE5426
Text Example
Text Example
White with #CE5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5426; }
p { color: rgb(206,84,38); }
H1.HeaderClassName
{
color: #CE5426;
}
.AnyTagClassName
{
color: #CE5426;
}
</style>
background-color css
<style>
a { background-color: #CE5426; }
a { background-color: rgb(206,84,38); }
div.DivClassName
{
background-color: #CE5426;
}
.BgClassName
{
background-color: #CE5426;
}
</style>
border-color css
<style>
span { border-color: #CE5426; }
span { border-color: rgb(206,84,38); }
td.TdClassName
{
border-color: #CE5426;
}
.TagClassName
{
border-color: #CE5426;
}
</style>