Shades of Chilean Fire #CF612D
Tints of Chilean Fire #CF612D
RGB
CMYK
RGB Variations
Color information
#CF612D (or 0xCF612D) is known color: Chilean Fire. HEX triplet: CF, 61 and 2D. RGB value is (207,97,45). Sum of RGB (Red+Green+Blue) = 207+97+45=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF612D is #309ED2. Grayscale: #7C7C7C. Windows color (decimal): -3186387 or 2974159. OLE color: 2974159.
HSL color Cylindrical-coordinate representation of color #CF612D: hue angle of 19.26º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF612D is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 45 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.19 |
| HSL | 19.26º | 0.64% | 0.49% | - |
| HSV(B) | 19.26º | 0.78% | 0.81% | - |
| XYZ | 30.48 | 22 | 5.12 | - |
| YUV | 123.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 45 | 0 | 0.53 | 0.78 | 0.19 | 19.26 | 0.64 | 0.49 |
| Hex | CF | 61 | 2D | 0 | 35 | 4E | 13 | 13 | 40 | 31 |
| Octal | 317 | 141 | 55 | 0 | 65 | 116 | 23 | 23 | 100 | 61 |
| Binary | 11001111 | 1100001 | 101101 | 0 | 110101 | 1001110 | 10011 | 10011 | 1000000 | 110001 |
Color Harmonies of #CF612D
Complementary color
Monochromatic Colors of #CF612D
Black with #CF612D
Text Example
Text Example
White with #CF612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF612D; }
p { color: rgb(207,97,45); }
H1.HeaderClassName
{
color: #CF612D;
}
.AnyTagClassName
{
color: #CF612D;
}
</style>
background-color css
<style>
a { background-color: #CF612D; }
a { background-color: rgb(207,97,45); }
div.DivClassName
{
background-color: #CF612D;
}
.BgClassName
{
background-color: #CF612D;
}
</style>
border-color css
<style>
span { border-color: #CF612D; }
span { border-color: rgb(207,97,45); }
td.TdClassName
{
border-color: #CF612D;
}
.TagClassName
{
border-color: #CF612D;
}
</style>