Shades of Chilean Fire #CE5E39
Tints of Chilean Fire #CE5E39
RGB
CMYK
RGB Variations
Color information
#CE5E39 (or 0xCE5E39) is known color: Chilean Fire. HEX triplet: CE, 5E and 39. RGB value is (206,94,57). Sum of RGB (Red+Green+Blue) = 206+94+57=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E39 is #31A1C6. Grayscale: #7B7B7B. Windows color (decimal): -3252679 or 3759822. OLE color: 3759822.
HSL color Cylindrical-coordinate representation of color #CE5E39: hue angle of 14.9º 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 #CE5E39 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 94 | 57 | - |
CMYK | 0 | 0.54 | 0.72 | 0.19 |
HSL | 14.9º | 0.6% | 0.52% | - |
HSV(B) | 14.9º | 0.72% | 0.81% | - |
XYZ | 30.19 | 21.42 | 6.41 | - |
YUV | 123.27 | 90.61 | 187.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 94 | 57 | 0 | 0.54 | 0.72 | 0.19 | 14.9 | 0.6 | 0.52 |
Hex | CE | 5E | 39 | 0 | 36 | 48 | 13 | F | 3C | 34 |
Octal | 316 | 136 | 71 | 0 | 66 | 110 | 23 | 17 | 74 | 64 |
Binary | 11001110 | 1011110 | 111001 | 0 | 110110 | 1001000 | 10011 | 1111 | 111100 | 110100 |
Color Harmonies of #CE5E39
Complementary color
Monochromatic Colors of #CE5E39
Black with #CE5E39
Text Example
Text Example
White with #CE5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E39; }
p { color: rgb(206,94,57); }
H1.HeaderClassName
{
color: #CE5E39;
}
.AnyTagClassName
{
color: #CE5E39;
}
</style>
background-color css
<style>
a { background-color: #CE5E39; }
a { background-color: rgb(206,94,57); }
div.DivClassName
{
background-color: #CE5E39;
}
.BgClassName
{
background-color: #CE5E39;
}
</style>
border-color css
<style>
span { border-color: #CE5E39; }
span { border-color: rgb(206,94,57); }
td.TdClassName
{
border-color: #CE5E39;
}
.TagClassName
{
border-color: #CE5E39;
}
</style>