Shades of Chilean Fire #CE5D39
Tints of Chilean Fire #CE5D39
RGB
CMYK
RGB Variations
Color information
#CE5D39 (or 0xCE5D39) is known color: Chilean Fire. HEX triplet: CE, 5D and 39. RGB value is (206,93,57). Sum of RGB (Red+Green+Blue) = 206+93+57=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D39 is #31A2C6. Grayscale: #7A7A7A. Windows color (decimal): -3252935 or 3759566. OLE color: 3759566.
HSL color Cylindrical-coordinate representation of color #CE5D39: hue angle of 14.5º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE5D39 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 57 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.19 |
| HSL | 14.5º | 0.6% | 0.52% | - |
| HSV(B) | 14.5º | 0.72% | 0.81% | - |
| XYZ | 30.11 | 21.25 | 6.38 | - |
| YUV | 122.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 57 | 0 | 0.55 | 0.72 | 0.19 | 14.5 | 0.6 | 0.52 |
| Hex | CE | 5D | 39 | 0 | 37 | 48 | 13 | E | 3C | 34 |
| Octal | 316 | 135 | 71 | 0 | 67 | 110 | 23 | 16 | 74 | 64 |
| Binary | 11001110 | 1011101 | 111001 | 0 | 110111 | 1001000 | 10011 | 1110 | 111100 | 110100 |
Color Harmonies of #CE5D39
Complementary color
Monochromatic Colors of #CE5D39
Black with #CE5D39
Text Example
Text Example
White with #CE5D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D39; }
p { color: rgb(206,93,57); }
H1.HeaderClassName
{
color: #CE5D39;
}
.AnyTagClassName
{
color: #CE5D39;
}
</style>
background-color css
<style>
a { background-color: #CE5D39; }
a { background-color: rgb(206,93,57); }
div.DivClassName
{
background-color: #CE5D39;
}
.BgClassName
{
background-color: #CE5D39;
}
</style>
border-color css
<style>
span { border-color: #CE5D39; }
span { border-color: rgb(206,93,57); }
td.TdClassName
{
border-color: #CE5D39;
}
.TagClassName
{
border-color: #CE5D39;
}
</style>