Shades of Chilean Fire #CF5C39
Tints of Chilean Fire #CF5C39
RGB
CMYK
RGB Variations
Color information
#CF5C39 (or 0xCF5C39) is known color: Chilean Fire. HEX triplet: CF, 5C and 39. RGB value is (207,92,57). Sum of RGB (Red+Green+Blue) = 207+92+57=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C39 is #30A3C6. Grayscale: #7A7A7A. Windows color (decimal): -3187655 or 3759311. OLE color: 3759311.
HSL color Cylindrical-coordinate representation of color #CF5C39: hue angle of 14º 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 #CF5C39 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 57 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.19 |
| HSL | 14º | 0.61% | 0.52% | - |
| HSV(B) | 14º | 0.72% | 0.81% | - |
| XYZ | 30.3 | 21.22 | 6.37 | - |
| YUV | 122.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 57 | 0 | 0.56 | 0.72 | 0.19 | 14 | 0.61 | 0.52 |
| Hex | CF | 5C | 39 | 0 | 38 | 48 | 13 | E | 3D | 34 |
| Octal | 317 | 134 | 71 | 0 | 70 | 110 | 23 | 16 | 75 | 64 |
| Binary | 11001111 | 1011100 | 111001 | 0 | 111000 | 1001000 | 10011 | 1110 | 111101 | 110100 |
Color Harmonies of #CF5C39
Complementary color
Monochromatic Colors of #CF5C39
Black with #CF5C39
Text Example
Text Example
White with #CF5C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C39; }
p { color: rgb(207,92,57); }
H1.HeaderClassName
{
color: #CF5C39;
}
.AnyTagClassName
{
color: #CF5C39;
}
</style>
background-color css
<style>
a { background-color: #CF5C39; }
a { background-color: rgb(207,92,57); }
div.DivClassName
{
background-color: #CF5C39;
}
.BgClassName
{
background-color: #CF5C39;
}
</style>
border-color css
<style>
span { border-color: #CF5C39; }
span { border-color: rgb(207,92,57); }
td.TdClassName
{
border-color: #CF5C39;
}
.TagClassName
{
border-color: #CF5C39;
}
</style>