Shades of Chilean Fire #CE5E2A
Tints of Chilean Fire #CE5E2A
RGB
CMYK
RGB Variations
Color information
#CE5E2A (or 0xCE5E2A) is known color: Chilean Fire. HEX triplet: CE, 5E and 2A. RGB value is (206,94,42). Sum of RGB (Red+Green+Blue) = 206+94+42=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E2A is #31A1D5. Grayscale: #797979. Windows color (decimal): -3252694 or 2776782. OLE color: 2776782.
HSL color Cylindrical-coordinate representation of color #CE5E2A: hue angle of 19.02º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE5E2A is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 42 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.19 |
| HSL | 19.02º | 0.66% | 0.49% | - |
| HSV(B) | 19.02º | 0.8% | 0.81% | - |
| XYZ | 29.87 | 21.29 | 4.73 | - |
| YUV | 121.56 | 83.11 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 42 | 0 | 0.54 | 0.80 | 0.19 | 19.02 | 0.66 | 0.49 |
| Hex | CE | 5E | 2A | 0 | 36 | 50 | 13 | 13 | 42 | 31 |
| Octal | 316 | 136 | 52 | 0 | 66 | 120 | 23 | 23 | 102 | 61 |
| Binary | 11001110 | 1011110 | 101010 | 0 | 110110 | 1010000 | 10011 | 10011 | 1000010 | 110001 |
Color Harmonies of #CE5E2A
Complementary color
Monochromatic Colors of #CE5E2A
Black with #CE5E2A
Text Example
Text Example
White with #CE5E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E2A; }
p { color: rgb(206,94,42); }
H1.HeaderClassName
{
color: #CE5E2A;
}
.AnyTagClassName
{
color: #CE5E2A;
}
</style>
background-color css
<style>
a { background-color: #CE5E2A; }
a { background-color: rgb(206,94,42); }
div.DivClassName
{
background-color: #CE5E2A;
}
.BgClassName
{
background-color: #CE5E2A;
}
</style>
border-color css
<style>
span { border-color: #CE5E2A; }
span { border-color: rgb(206,94,42); }
td.TdClassName
{
border-color: #CE5E2A;
}
.TagClassName
{
border-color: #CE5E2A;
}
</style>