Shades of Chilean Fire #CE5E2B
Tints of Chilean Fire #CE5E2B
RGB
CMYK
RGB Variations
Color information
#CE5E2B (or 0xCE5E2B) is known color: Chilean Fire. HEX triplet: CE, 5E and 2B. RGB value is (206,94,43). Sum of RGB (Red+Green+Blue) = 206+94+43=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E2B is #31A1D4. Grayscale: #797979. Windows color (decimal): -3252693 or 2842318. OLE color: 2842318.
HSL color Cylindrical-coordinate representation of color #CE5E2B: hue angle of 18.77º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE5E2B is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 43 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.19 |
| HSL | 18.77º | 0.65% | 0.49% | - |
| HSV(B) | 18.77º | 0.79% | 0.81% | - |
| XYZ | 29.89 | 21.3 | 4.82 | - |
| YUV | 121.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 43 | 0 | 0.54 | 0.79 | 0.19 | 18.77 | 0.65 | 0.49 |
| Hex | CE | 5E | 2B | 0 | 36 | 4F | 13 | 13 | 41 | 31 |
| Octal | 316 | 136 | 53 | 0 | 66 | 117 | 23 | 23 | 101 | 61 |
| Binary | 11001110 | 1011110 | 101011 | 0 | 110110 | 1001111 | 10011 | 10011 | 1000001 | 110001 |
Color Harmonies of #CE5E2B
Complementary color
Monochromatic Colors of #CE5E2B
Black with #CE5E2B
Text Example
Text Example
White with #CE5E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E2B; }
p { color: rgb(206,94,43); }
H1.HeaderClassName
{
color: #CE5E2B;
}
.AnyTagClassName
{
color: #CE5E2B;
}
</style>
background-color css
<style>
a { background-color: #CE5E2B; }
a { background-color: rgb(206,94,43); }
div.DivClassName
{
background-color: #CE5E2B;
}
.BgClassName
{
background-color: #CE5E2B;
}
</style>
border-color css
<style>
span { border-color: #CE5E2B; }
span { border-color: rgb(206,94,43); }
td.TdClassName
{
border-color: #CE5E2B;
}
.TagClassName
{
border-color: #CE5E2B;
}
</style>