Shades of Chilean Fire #CF622F
Tints of Chilean Fire #CF622F
RGB
CMYK
RGB Variations
Color information
#CF622F (or 0xCF622F) is known color: Chilean Fire. HEX triplet: CF, 62 and 2F. RGB value is (207,98,47). Sum of RGB (Red+Green+Blue) = 207+98+47=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF622F is #309DD0. Grayscale: #7D7D7D. Windows color (decimal): -3186129 or 3105487. OLE color: 3105487.
HSL color Cylindrical-coordinate representation of color #CF622F: hue angle of 19.12º 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 #CF622F is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 47 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.19 |
| HSL | 19.13º | 0.63% | 0.5% | - |
| HSV(B) | 19.13º | 0.77% | 0.81% | - |
| XYZ | 30.61 | 22.21 | 5.36 | - |
| YUV | 124.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 47 | 0 | 0.53 | 0.77 | 0.19 | 19.13 | 0.63 | 0.5 |
| Hex | CF | 62 | 2F | 0 | 35 | 4D | 13 | 13 | 3F | 32 |
| Octal | 317 | 142 | 57 | 0 | 65 | 115 | 23 | 23 | 77 | 62 |
| Binary | 11001111 | 1100010 | 101111 | 0 | 110101 | 1001101 | 10011 | 10011 | 111111 | 110010 |
Color Harmonies of #CF622F
Complementary color
Monochromatic Colors of #CF622F
Black with #CF622F
Text Example
Text Example
White with #CF622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF622F; }
p { color: rgb(207,98,47); }
H1.HeaderClassName
{
color: #CF622F;
}
.AnyTagClassName
{
color: #CF622F;
}
</style>
background-color css
<style>
a { background-color: #CF622F; }
a { background-color: rgb(207,98,47); }
div.DivClassName
{
background-color: #CF622F;
}
.BgClassName
{
background-color: #CF622F;
}
</style>
border-color css
<style>
span { border-color: #CF622F; }
span { border-color: rgb(207,98,47); }
td.TdClassName
{
border-color: #CF622F;
}
.TagClassName
{
border-color: #CF622F;
}
</style>