Shades of Chilean Fire #CF5E39
Tints of Chilean Fire #CF5E39
RGB
CMYK
RGB Variations
Color information
#CF5E39 (or 0xCF5E39) is known color: Chilean Fire. HEX triplet: CF, 5E and 39. RGB value is (207,94,57). Sum of RGB (Red+Green+Blue) = 207+94+57=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E39 is #30A1C6. Grayscale: #7B7B7B. Windows color (decimal): -3187143 or 3759823. OLE color: 3759823.
HSL color Cylindrical-coordinate representation of color #CF5E39: hue angle of 14.8º degrees, saturation: 0.61, 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 #CF5E39 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 57 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.19 |
| HSL | 14.8º | 0.61% | 0.52% | - |
| HSV(B) | 14.8º | 0.72% | 0.81% | - |
| XYZ | 30.47 | 21.57 | 6.43 | - |
| YUV | 123.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 57 | 0 | 0.55 | 0.72 | 0.19 | 14.8 | 0.61 | 0.52 |
| Hex | CF | 5E | 39 | 0 | 37 | 48 | 13 | F | 3D | 34 |
| Octal | 317 | 136 | 71 | 0 | 67 | 110 | 23 | 17 | 75 | 64 |
| Binary | 11001111 | 1011110 | 111001 | 0 | 110111 | 1001000 | 10011 | 1111 | 111101 | 110100 |
Color Harmonies of #CF5E39
Complementary color
Monochromatic Colors of #CF5E39
Black with #CF5E39
Text Example
Text Example
White with #CF5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E39; }
p { color: rgb(207,94,57); }
H1.HeaderClassName
{
color: #CF5E39;
}
.AnyTagClassName
{
color: #CF5E39;
}
</style>
background-color css
<style>
a { background-color: #CF5E39; }
a { background-color: rgb(207,94,57); }
div.DivClassName
{
background-color: #CF5E39;
}
.BgClassName
{
background-color: #CF5E39;
}
</style>
border-color css
<style>
span { border-color: #CF5E39; }
span { border-color: rgb(207,94,57); }
td.TdClassName
{
border-color: #CF5E39;
}
.TagClassName
{
border-color: #CF5E39;
}
</style>