Shades of Chilean Fire #CE5D2E
Tints of Chilean Fire #CE5D2E
RGB
CMYK
RGB Variations
Color information
#CE5D2E (or 0xCE5D2E) is known color: Chilean Fire. HEX triplet: CE, 5D and 2E. RGB value is (206,93,46). Sum of RGB (Red+Green+Blue) = 206+93+46=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D2E is #31A2D1. Grayscale: #797979. Windows color (decimal): -3252946 or 3038670. OLE color: 3038670.
HSL color Cylindrical-coordinate representation of color #CE5D2E: hue angle of 17.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE5D2E is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 46 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.19 |
| HSL | 17.63º | 0.63% | 0.49% | - |
| HSV(B) | 17.63º | 0.78% | 0.81% | - |
| XYZ | 29.86 | 21.15 | 5.09 | - |
| YUV | 121.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 46 | 0 | 0.55 | 0.78 | 0.19 | 17.63 | 0.63 | 0.49 |
| Hex | CE | 5D | 2E | 0 | 37 | 4E | 13 | 12 | 3F | 31 |
| Octal | 316 | 135 | 56 | 0 | 67 | 116 | 23 | 22 | 77 | 61 |
| Binary | 11001110 | 1011101 | 101110 | 0 | 110111 | 1001110 | 10011 | 10010 | 111111 | 110001 |
Color Harmonies of #CE5D2E
Complementary color
Monochromatic Colors of #CE5D2E
Black with #CE5D2E
Text Example
Text Example
White with #CE5D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D2E; }
p { color: rgb(206,93,46); }
H1.HeaderClassName
{
color: #CE5D2E;
}
.AnyTagClassName
{
color: #CE5D2E;
}
</style>
background-color css
<style>
a { background-color: #CE5D2E; }
a { background-color: rgb(206,93,46); }
div.DivClassName
{
background-color: #CE5D2E;
}
.BgClassName
{
background-color: #CE5D2E;
}
</style>
border-color css
<style>
span { border-color: #CE5D2E; }
span { border-color: rgb(206,93,46); }
td.TdClassName
{
border-color: #CE5D2E;
}
.TagClassName
{
border-color: #CE5D2E;
}
</style>