Shades of Chilean Fire #CF612C
Tints of Chilean Fire #CF612C
RGB
CMYK
RGB Variations
Color information
#CF612C (or 0xCF612C) is known color: Chilean Fire. HEX triplet: CF, 61 and 2C. RGB value is (207,97,44). Sum of RGB (Red+Green+Blue) = 207+97+44=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF612C is #309ED3. Grayscale: #7C7C7C. Windows color (decimal): -3186388 or 2908623. OLE color: 2908623.
HSL color Cylindrical-coordinate representation of color #CF612C: hue angle of 19.51º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF612C is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 44 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.19 |
| HSL | 19.51º | 0.65% | 0.49% | - |
| HSV(B) | 19.51º | 0.79% | 0.81% | - |
| XYZ | 30.46 | 22 | 5.02 | - |
| YUV | 123.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 44 | 0 | 0.53 | 0.79 | 0.19 | 19.51 | 0.65 | 0.49 |
| Hex | CF | 61 | 2C | 0 | 35 | 4F | 13 | 14 | 41 | 31 |
| Octal | 317 | 141 | 54 | 0 | 65 | 117 | 23 | 24 | 101 | 61 |
| Binary | 11001111 | 1100001 | 101100 | 0 | 110101 | 1001111 | 10011 | 10100 | 1000001 | 110001 |
Color Harmonies of #CF612C
Complementary color
Monochromatic Colors of #CF612C
Black with #CF612C
Text Example
Text Example
White with #CF612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF612C; }
p { color: rgb(207,97,44); }
H1.HeaderClassName
{
color: #CF612C;
}
.AnyTagClassName
{
color: #CF612C;
}
</style>
background-color css
<style>
a { background-color: #CF612C; }
a { background-color: rgb(207,97,44); }
div.DivClassName
{
background-color: #CF612C;
}
.BgClassName
{
background-color: #CF612C;
}
</style>
border-color css
<style>
span { border-color: #CF612C; }
span { border-color: rgb(207,97,44); }
td.TdClassName
{
border-color: #CF612C;
}
.TagClassName
{
border-color: #CF612C;
}
</style>