Shades of Chilean Fire #CF6128
Tints of Chilean Fire #CF6128
RGB
CMYK
RGB Variations
Color information
#CF6128 (or 0xCF6128) is known color: Chilean Fire. HEX triplet: CF, 61 and 28. RGB value is (207,97,40). Sum of RGB (Red+Green+Blue) = 207+97+40=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6128 is #309ED7. Grayscale: #7B7B7B. Windows color (decimal): -3186392 or 2646479. OLE color: 2646479.
HSL color Cylindrical-coordinate representation of color #CF6128: hue angle of 20.48º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF6128 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 40 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.19 |
| HSL | 20.48º | 0.68% | 0.48% | - |
| HSV(B) | 20.48º | 0.81% | 0.81% | - |
| XYZ | 30.39 | 21.97 | 4.65 | - |
| YUV | 123.39 | 80.94 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 40 | 0 | 0.53 | 0.81 | 0.19 | 20.48 | 0.68 | 0.48 |
| Hex | CF | 61 | 28 | 0 | 35 | 51 | 13 | 14 | 44 | 30 |
| Octal | 317 | 141 | 50 | 0 | 65 | 121 | 23 | 24 | 104 | 60 |
| Binary | 11001111 | 1100001 | 101000 | 0 | 110101 | 1010001 | 10011 | 10100 | 1000100 | 110000 |
Color Harmonies of #CF6128
Complementary color
Monochromatic Colors of #CF6128
Black with #CF6128
Text Example
Text Example
White with #CF6128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6128; }
p { color: rgb(207,97,40); }
H1.HeaderClassName
{
color: #CF6128;
}
.AnyTagClassName
{
color: #CF6128;
}
</style>
background-color css
<style>
a { background-color: #CF6128; }
a { background-color: rgb(207,97,40); }
div.DivClassName
{
background-color: #CF6128;
}
.BgClassName
{
background-color: #CF6128;
}
</style>
border-color css
<style>
span { border-color: #CF6128; }
span { border-color: rgb(207,97,40); }
td.TdClassName
{
border-color: #CF6128;
}
.TagClassName
{
border-color: #CF6128;
}
</style>