Shades of Chilean Fire #CE5D2B
Tints of Chilean Fire #CE5D2B
RGB
CMYK
RGB Variations
Color information
#CE5D2B (or 0xCE5D2B) is known color: Chilean Fire. HEX triplet: CE, 5D and 2B. RGB value is (206,93,43). Sum of RGB (Red+Green+Blue) = 206+93+43=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D2B is #31A2D4. Grayscale: #797979. Windows color (decimal): -3252949 or 2842062. OLE color: 2842062.
HSL color Cylindrical-coordinate representation of color #CE5D2B: hue angle of 18.4º 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 #CE5D2B is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 43 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.19 |
| HSL | 18.4º | 0.65% | 0.49% | - |
| HSV(B) | 18.4º | 0.79% | 0.81% | - |
| XYZ | 29.8 | 21.12 | 4.79 | - |
| YUV | 121.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 43 | 0 | 0.55 | 0.79 | 0.19 | 18.4 | 0.65 | 0.49 |
| Hex | CE | 5D | 2B | 0 | 37 | 4F | 13 | 12 | 41 | 31 |
| Octal | 316 | 135 | 53 | 0 | 67 | 117 | 23 | 22 | 101 | 61 |
| Binary | 11001110 | 1011101 | 101011 | 0 | 110111 | 1001111 | 10011 | 10010 | 1000001 | 110001 |
Color Harmonies of #CE5D2B
Complementary color
Monochromatic Colors of #CE5D2B
Black with #CE5D2B
Text Example
Text Example
White with #CE5D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D2B; }
p { color: rgb(206,93,43); }
H1.HeaderClassName
{
color: #CE5D2B;
}
.AnyTagClassName
{
color: #CE5D2B;
}
</style>
background-color css
<style>
a { background-color: #CE5D2B; }
a { background-color: rgb(206,93,43); }
div.DivClassName
{
background-color: #CE5D2B;
}
.BgClassName
{
background-color: #CE5D2B;
}
</style>
border-color css
<style>
span { border-color: #CE5D2B; }
span { border-color: rgb(206,93,43); }
td.TdClassName
{
border-color: #CE5D2B;
}
.TagClassName
{
border-color: #CE5D2B;
}
</style>