Shades of Chilean Fire #CF6331
Tints of Chilean Fire #CF6331
RGB
CMYK
RGB Variations
Color information
#CF6331 (or 0xCF6331) is known color: Chilean Fire. HEX triplet: CF, 63 and 31. RGB value is (207,99,49). Sum of RGB (Red+Green+Blue) = 207+99+49=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6331 is #309CCE. Grayscale: #7D7D7D. Windows color (decimal): -3185871 or 3236815. OLE color: 3236815.
HSL color Cylindrical-coordinate representation of color #CF6331: hue angle of 18.99º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF6331 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 49 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.19 |
| HSL | 18.99º | 0.62% | 0.5% | - |
| HSV(B) | 18.99º | 0.76% | 0.81% | - |
| XYZ | 30.75 | 22.41 | 5.61 | - |
| YUV | 125.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 49 | 0 | 0.52 | 0.76 | 0.19 | 18.99 | 0.62 | 0.5 |
| Hex | CF | 63 | 31 | 0 | 34 | 4C | 13 | 13 | 3E | 32 |
| Octal | 317 | 143 | 61 | 0 | 64 | 114 | 23 | 23 | 76 | 62 |
| Binary | 11001111 | 1100011 | 110001 | 0 | 110100 | 1001100 | 10011 | 10011 | 111110 | 110010 |
Color Harmonies of #CF6331
Complementary color
Monochromatic Colors of #CF6331
Black with #CF6331
Text Example
Text Example
White with #CF6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6331; }
p { color: rgb(207,99,49); }
H1.HeaderClassName
{
color: #CF6331;
}
.AnyTagClassName
{
color: #CF6331;
}
</style>
background-color css
<style>
a { background-color: #CF6331; }
a { background-color: rgb(207,99,49); }
div.DivClassName
{
background-color: #CF6331;
}
.BgClassName
{
background-color: #CF6331;
}
</style>
border-color css
<style>
span { border-color: #CF6331; }
span { border-color: rgb(207,99,49); }
td.TdClassName
{
border-color: #CF6331;
}
.TagClassName
{
border-color: #CF6331;
}
</style>