Shades of Chilean Fire #CF622A
Tints of Chilean Fire #CF622A
RGB
CMYK
RGB Variations
Color information
#CF622A (or 0xCF622A) is known color: Chilean Fire. HEX triplet: CF, 62 and 2A. RGB value is (207,98,42). Sum of RGB (Red+Green+Blue) = 207+98+42=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF622A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF622A is #309DD5. Grayscale: #7C7C7C. Windows color (decimal): -3186134 or 2777807. OLE color: 2777807.
HSL color Cylindrical-coordinate representation of color #CF622A: hue angle of 20.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF622A is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 42 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.19 |
| HSL | 20.36º | 0.66% | 0.49% | - |
| HSV(B) | 20.36º | 0.8% | 0.81% | - |
| XYZ | 30.52 | 22.17 | 4.86 | - |
| YUV | 124.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 42 | 0 | 0.53 | 0.80 | 0.19 | 20.36 | 0.66 | 0.49 |
| Hex | CF | 62 | 2A | 0 | 35 | 50 | 13 | 14 | 42 | 31 |
| Octal | 317 | 142 | 52 | 0 | 65 | 120 | 23 | 24 | 102 | 61 |
| Binary | 11001111 | 1100010 | 101010 | 0 | 110101 | 1010000 | 10011 | 10100 | 1000010 | 110001 |
Color Harmonies of #CF622A
Complementary color
Monochromatic Colors of #CF622A
Black with #CF622A
Text Example
Text Example
White with #CF622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF622A; }
p { color: rgb(207,98,42); }
H1.HeaderClassName
{
color: #CF622A;
}
.AnyTagClassName
{
color: #CF622A;
}
</style>
background-color css
<style>
a { background-color: #CF622A; }
a { background-color: rgb(207,98,42); }
div.DivClassName
{
background-color: #CF622A;
}
.BgClassName
{
background-color: #CF622A;
}
</style>
border-color css
<style>
span { border-color: #CF622A; }
span { border-color: rgb(207,98,42); }
td.TdClassName
{
border-color: #CF622A;
}
.TagClassName
{
border-color: #CF622A;
}
</style>