Shades of Chilean Fire #CE5A29
Tints of Chilean Fire #CE5A29
RGB
CMYK
RGB Variations
Color information
#CE5A29 (or 0xCE5A29) is known color: Chilean Fire. HEX triplet: CE, 5A and 29. RGB value is (206,90,41). Sum of RGB (Red+Green+Blue) = 206+90+41=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A29 is #31A5D6. Grayscale: #777777. Windows color (decimal): -3253719 or 2710222. OLE color: 2710222.
HSL color Cylindrical-coordinate representation of color #CE5A29: hue angle of 17.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE5A29 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 41 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.19 |
| HSL | 17.82º | 0.67% | 0.48% | - |
| HSV(B) | 17.82º | 0.8% | 0.81% | - |
| XYZ | 29.51 | 20.59 | 4.52 | - |
| YUV | 119.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 41 | 0 | 0.56 | 0.80 | 0.19 | 17.82 | 0.67 | 0.48 |
| Hex | CE | 5A | 29 | 0 | 38 | 50 | 13 | 12 | 43 | 30 |
| Octal | 316 | 132 | 51 | 0 | 70 | 120 | 23 | 22 | 103 | 60 |
| Binary | 11001110 | 1011010 | 101001 | 0 | 111000 | 1010000 | 10011 | 10010 | 1000011 | 110000 |
Color Harmonies of #CE5A29
Complementary color
Monochromatic Colors of #CE5A29
Black with #CE5A29
Text Example
Text Example
White with #CE5A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A29; }
p { color: rgb(206,90,41); }
H1.HeaderClassName
{
color: #CE5A29;
}
.AnyTagClassName
{
color: #CE5A29;
}
</style>
background-color css
<style>
a { background-color: #CE5A29; }
a { background-color: rgb(206,90,41); }
div.DivClassName
{
background-color: #CE5A29;
}
.BgClassName
{
background-color: #CE5A29;
}
</style>
border-color css
<style>
span { border-color: #CE5A29; }
span { border-color: rgb(206,90,41); }
td.TdClassName
{
border-color: #CE5A29;
}
.TagClassName
{
border-color: #CE5A29;
}
</style>