Shades of Chilean Fire #CF622E
Tints of Chilean Fire #CF622E
RGB
CMYK
RGB Variations
Color information
#CF622E (or 0xCF622E) is known color: Chilean Fire. HEX triplet: CF, 62 and 2E. RGB value is (207,98,46). Sum of RGB (Red+Green+Blue) = 207+98+46=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF622E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF622E is #309DD1. Grayscale: #7C7C7C. Windows color (decimal): -3186130 or 3039951. OLE color: 3039951.
HSL color Cylindrical-coordinate representation of color #CF622E: hue angle of 19.38º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF622E is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 46 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.19 |
| HSL | 19.38º | 0.64% | 0.5% | - |
| HSV(B) | 19.38º | 0.78% | 0.81% | - |
| XYZ | 30.59 | 22.2 | 5.26 | - |
| YUV | 124.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 46 | 0 | 0.53 | 0.78 | 0.19 | 19.38 | 0.64 | 0.5 |
| Hex | CF | 62 | 2E | 0 | 35 | 4E | 13 | 13 | 40 | 32 |
| Octal | 317 | 142 | 56 | 0 | 65 | 116 | 23 | 23 | 100 | 62 |
| Binary | 11001111 | 1100010 | 101110 | 0 | 110101 | 1001110 | 10011 | 10011 | 1000000 | 110010 |
Color Harmonies of #CF622E
Complementary color
Monochromatic Colors of #CF622E
Black with #CF622E
Text Example
Text Example
White with #CF622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF622E; }
p { color: rgb(207,98,46); }
H1.HeaderClassName
{
color: #CF622E;
}
.AnyTagClassName
{
color: #CF622E;
}
</style>
background-color css
<style>
a { background-color: #CF622E; }
a { background-color: rgb(207,98,46); }
div.DivClassName
{
background-color: #CF622E;
}
.BgClassName
{
background-color: #CF622E;
}
</style>
border-color css
<style>
span { border-color: #CF622E; }
span { border-color: rgb(207,98,46); }
td.TdClassName
{
border-color: #CF622E;
}
.TagClassName
{
border-color: #CF622E;
}
</style>