Shades of Chilean Fire #CF5634
Tints of Chilean Fire #CF5634
RGB
CMYK
RGB Variations
Color information
#CF5634 (or 0xCF5634) is known color: Chilean Fire. HEX triplet: CF, 56 and 34. RGB value is (207,86,52). Sum of RGB (Red+Green+Blue) = 207+86+52=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5634 is #30A9CB. Grayscale: #767676. Windows color (decimal): -3189196 or 3430095. OLE color: 3430095.
HSL color Cylindrical-coordinate representation of color #CF5634: hue angle of 13.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF5634 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 52 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.19 |
| HSL | 13.16º | 0.62% | 0.51% | - |
| HSV(B) | 13.16º | 0.75% | 0.81% | - |
| XYZ | 29.68 | 20.17 | 5.58 | - |
| YUV | 118.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 52 | 0 | 0.58 | 0.75 | 0.19 | 13.16 | 0.62 | 0.51 |
| Hex | CF | 56 | 34 | 0 | 3A | 4B | 13 | D | 3E | 33 |
| Octal | 317 | 126 | 64 | 0 | 72 | 113 | 23 | 15 | 76 | 63 |
| Binary | 11001111 | 1010110 | 110100 | 0 | 111010 | 1001011 | 10011 | 1101 | 111110 | 110011 |
Color Harmonies of #CF5634
Complementary color
Monochromatic Colors of #CF5634
Black with #CF5634
Text Example
Text Example
White with #CF5634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5634; }
p { color: rgb(207,86,52); }
H1.HeaderClassName
{
color: #CF5634;
}
.AnyTagClassName
{
color: #CF5634;
}
</style>
background-color css
<style>
a { background-color: #CF5634; }
a { background-color: rgb(207,86,52); }
div.DivClassName
{
background-color: #CF5634;
}
.BgClassName
{
background-color: #CF5634;
}
</style>
border-color css
<style>
span { border-color: #CF5634; }
span { border-color: rgb(207,86,52); }
td.TdClassName
{
border-color: #CF5634;
}
.TagClassName
{
border-color: #CF5634;
}
</style>