Shades of Chilean Fire #CE5B3C
Tints of Chilean Fire #CE5B3C
RGB
CMYK
RGB Variations
Color information
#CE5B3C (or 0xCE5B3C) is known color: Chilean Fire. HEX triplet: CE, 5B and 3C. RGB value is (206,91,60). Sum of RGB (Red+Green+Blue) = 206+91+60=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B3C is #31A4C3. Grayscale: #7A7A7A. Windows color (decimal): -3253444 or 3955662. OLE color: 3955662.
HSL color Cylindrical-coordinate representation of color #CE5B3C: hue angle of 12.74º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE5B3C is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 60 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.19 |
| HSL | 12.74º | 0.6% | 0.52% | - |
| HSV(B) | 12.74º | 0.71% | 0.81% | - |
| XYZ | 30.01 | 20.93 | 6.73 | - |
| YUV | 121.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 60 | 0 | 0.56 | 0.71 | 0.19 | 12.74 | 0.6 | 0.52 |
| Hex | CE | 5B | 3C | 0 | 38 | 47 | 13 | D | 3C | 34 |
| Octal | 316 | 133 | 74 | 0 | 70 | 107 | 23 | 15 | 74 | 64 |
| Binary | 11001110 | 1011011 | 111100 | 0 | 111000 | 1000111 | 10011 | 1101 | 111100 | 110100 |
Color Harmonies of #CE5B3C
Complementary color
Monochromatic Colors of #CE5B3C
Black with #CE5B3C
Text Example
Text Example
White with #CE5B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B3C; }
p { color: rgb(206,91,60); }
H1.HeaderClassName
{
color: #CE5B3C;
}
.AnyTagClassName
{
color: #CE5B3C;
}
</style>
background-color css
<style>
a { background-color: #CE5B3C; }
a { background-color: rgb(206,91,60); }
div.DivClassName
{
background-color: #CE5B3C;
}
.BgClassName
{
background-color: #CE5B3C;
}
</style>
border-color css
<style>
span { border-color: #CE5B3C; }
span { border-color: rgb(206,91,60); }
td.TdClassName
{
border-color: #CE5B3C;
}
.TagClassName
{
border-color: #CE5B3C;
}
</style>