Shades of Chilean Fire #CF592E
Tints of Chilean Fire #CF592E
RGB
CMYK
RGB Variations
Color information
#CF592E (or 0xCF592E) is known color: Chilean Fire. HEX triplet: CF, 59 and 2E. RGB value is (207,89,46). Sum of RGB (Red+Green+Blue) = 207+89+46=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF592E is #30A6D1. Grayscale: #777777. Windows color (decimal): -3188434 or 3037647. OLE color: 3037647.
HSL color Cylindrical-coordinate representation of color #CF592E: hue angle of 16.02º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF592E is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 46 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.19 |
| HSL | 16.02º | 0.64% | 0.5% | - |
| HSV(B) | 16.02º | 0.78% | 0.81% | - |
| XYZ | 29.8 | 20.61 | 4.99 | - |
| YUV | 119.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 46 | 0 | 0.57 | 0.78 | 0.19 | 16.02 | 0.64 | 0.5 |
| Hex | CF | 59 | 2E | 0 | 39 | 4E | 13 | 10 | 40 | 32 |
| Octal | 317 | 131 | 56 | 0 | 71 | 116 | 23 | 20 | 100 | 62 |
| Binary | 11001111 | 1011001 | 101110 | 0 | 111001 | 1001110 | 10011 | 10000 | 1000000 | 110010 |
Color Harmonies of #CF592E
Complementary color
Monochromatic Colors of #CF592E
Black with #CF592E
Text Example
Text Example
White with #CF592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF592E; }
p { color: rgb(207,89,46); }
H1.HeaderClassName
{
color: #CF592E;
}
.AnyTagClassName
{
color: #CF592E;
}
</style>
background-color css
<style>
a { background-color: #CF592E; }
a { background-color: rgb(207,89,46); }
div.DivClassName
{
background-color: #CF592E;
}
.BgClassName
{
background-color: #CF592E;
}
</style>
border-color css
<style>
span { border-color: #CF592E; }
span { border-color: rgb(207,89,46); }
td.TdClassName
{
border-color: #CF592E;
}
.TagClassName
{
border-color: #CF592E;
}
</style>