Shades of Chilean Fire #CF612F
Tints of Chilean Fire #CF612F
RGB
CMYK
RGB Variations
Color information
#CF612F (or 0xCF612F) is known color: Chilean Fire. HEX triplet: CF, 61 and 2F. RGB value is (207,97,47). Sum of RGB (Red+Green+Blue) = 207+97+47=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF612F is #309ED0. Grayscale: #7C7C7C. Windows color (decimal): -3186385 or 3105231. OLE color: 3105231.
HSL color Cylindrical-coordinate representation of color #CF612F: hue angle of 18.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF612F is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 47 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.19 |
| HSL | 18.75º | 0.63% | 0.5% | - |
| HSV(B) | 18.75º | 0.77% | 0.81% | - |
| XYZ | 30.52 | 22.02 | 5.33 | - |
| YUV | 124.19 | 84.44 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 47 | 0 | 0.53 | 0.77 | 0.19 | 18.75 | 0.63 | 0.5 |
| Hex | CF | 61 | 2F | 0 | 35 | 4D | 13 | 13 | 3F | 32 |
| Octal | 317 | 141 | 57 | 0 | 65 | 115 | 23 | 23 | 77 | 62 |
| Binary | 11001111 | 1100001 | 101111 | 0 | 110101 | 1001101 | 10011 | 10011 | 111111 | 110010 |
Color Harmonies of #CF612F
Complementary color
Monochromatic Colors of #CF612F
Black with #CF612F
Text Example
Text Example
White with #CF612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF612F; }
p { color: rgb(207,97,47); }
H1.HeaderClassName
{
color: #CF612F;
}
.AnyTagClassName
{
color: #CF612F;
}
</style>
background-color css
<style>
a { background-color: #CF612F; }
a { background-color: rgb(207,97,47); }
div.DivClassName
{
background-color: #CF612F;
}
.BgClassName
{
background-color: #CF612F;
}
</style>
border-color css
<style>
span { border-color: #CF612F; }
span { border-color: rgb(207,97,47); }
td.TdClassName
{
border-color: #CF612F;
}
.TagClassName
{
border-color: #CF612F;
}
</style>