Shades of Chilean Fire #CE5B31
Tints of Chilean Fire #CE5B31
RGB
CMYK
RGB Variations
Color information
#CE5B31 (or 0xCE5B31) is known color: Chilean Fire. HEX triplet: CE, 5B and 31. RGB value is (206,91,49). Sum of RGB (Red+Green+Blue) = 206+91+49=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B31 is #31A4CE. Grayscale: #787878. Windows color (decimal): -3253455 or 3234766. OLE color: 3234766.
HSL color Cylindrical-coordinate representation of color #CE5B31: hue angle of 16.05º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE5B31 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 49 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.19 |
| HSL | 16.05º | 0.62% | 0.5% | - |
| HSV(B) | 16.05º | 0.76% | 0.81% | - |
| XYZ | 29.75 | 20.83 | 5.36 | - |
| YUV | 120.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 49 | 0 | 0.56 | 0.76 | 0.19 | 16.05 | 0.62 | 0.5 |
| Hex | CE | 5B | 31 | 0 | 38 | 4C | 13 | 10 | 3E | 32 |
| Octal | 316 | 133 | 61 | 0 | 70 | 114 | 23 | 20 | 76 | 62 |
| Binary | 11001110 | 1011011 | 110001 | 0 | 111000 | 1001100 | 10011 | 10000 | 111110 | 110010 |
Color Harmonies of #CE5B31
Complementary color
Monochromatic Colors of #CE5B31
Black with #CE5B31
Text Example
Text Example
White with #CE5B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B31; }
p { color: rgb(206,91,49); }
H1.HeaderClassName
{
color: #CE5B31;
}
.AnyTagClassName
{
color: #CE5B31;
}
</style>
background-color css
<style>
a { background-color: #CE5B31; }
a { background-color: rgb(206,91,49); }
div.DivClassName
{
background-color: #CE5B31;
}
.BgClassName
{
background-color: #CE5B31;
}
</style>
border-color css
<style>
span { border-color: #CE5B31; }
span { border-color: rgb(206,91,49); }
td.TdClassName
{
border-color: #CE5B31;
}
.TagClassName
{
border-color: #CE5B31;
}
</style>