Shades of Chilean Fire #CE5D37
Tints of Chilean Fire #CE5D37
RGB
CMYK
RGB Variations
Color information
#CE5D37 (or 0xCE5D37) is known color: Chilean Fire. HEX triplet: CE, 5D and 37. RGB value is (206,93,55). Sum of RGB (Red+Green+Blue) = 206+93+55=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D37 is #31A2C8. Grayscale: #7A7A7A. Windows color (decimal): -3252937 or 3628494. OLE color: 3628494.
HSL color Cylindrical-coordinate representation of color #CE5D37: hue angle of 15.1º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE5D37 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 55 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.19 |
| HSL | 15.1º | 0.61% | 0.51% | - |
| HSV(B) | 15.1º | 0.73% | 0.81% | - |
| XYZ | 30.06 | 21.23 | 6.13 | - |
| YUV | 122.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 55 | 0 | 0.55 | 0.73 | 0.19 | 15.1 | 0.61 | 0.51 |
| Hex | CE | 5D | 37 | 0 | 37 | 49 | 13 | F | 3D | 33 |
| Octal | 316 | 135 | 67 | 0 | 67 | 111 | 23 | 17 | 75 | 63 |
| Binary | 11001110 | 1011101 | 110111 | 0 | 110111 | 1001001 | 10011 | 1111 | 111101 | 110011 |
Color Harmonies of #CE5D37
Complementary color
Monochromatic Colors of #CE5D37
Black with #CE5D37
Text Example
Text Example
White with #CE5D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D37; }
p { color: rgb(206,93,55); }
H1.HeaderClassName
{
color: #CE5D37;
}
.AnyTagClassName
{
color: #CE5D37;
}
</style>
background-color css
<style>
a { background-color: #CE5D37; }
a { background-color: rgb(206,93,55); }
div.DivClassName
{
background-color: #CE5D37;
}
.BgClassName
{
background-color: #CE5D37;
}
</style>
border-color css
<style>
span { border-color: #CE5D37; }
span { border-color: rgb(206,93,55); }
td.TdClassName
{
border-color: #CE5D37;
}
.TagClassName
{
border-color: #CE5D37;
}
</style>