Shades of Chilean Fire #CF632F
Tints of Chilean Fire #CF632F
RGB
CMYK
RGB Variations
Color information
#CF632F (or 0xCF632F) is known color: Chilean Fire. HEX triplet: CF, 63 and 2F. RGB value is (207,99,47). Sum of RGB (Red+Green+Blue) = 207+99+47=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF632F is #309CD0. Grayscale: #7D7D7D. Windows color (decimal): -3185873 or 3105743. OLE color: 3105743.
HSL color Cylindrical-coordinate representation of color #CF632F: hue angle of 19.5º 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 #CF632F is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 47 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.19 |
| HSL | 19.5º | 0.63% | 0.5% | - |
| HSV(B) | 19.5º | 0.77% | 0.81% | - |
| XYZ | 30.71 | 22.39 | 5.39 | - |
| YUV | 125.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 47 | 0 | 0.52 | 0.77 | 0.19 | 19.5 | 0.63 | 0.5 |
| Hex | CF | 63 | 2F | 0 | 34 | 4D | 13 | 14 | 3F | 32 |
| Octal | 317 | 143 | 57 | 0 | 64 | 115 | 23 | 24 | 77 | 62 |
| Binary | 11001111 | 1100011 | 101111 | 0 | 110100 | 1001101 | 10011 | 10100 | 111111 | 110010 |
Color Harmonies of #CF632F
Complementary color
Monochromatic Colors of #CF632F
Black with #CF632F
Text Example
Text Example
White with #CF632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF632F; }
p { color: rgb(207,99,47); }
H1.HeaderClassName
{
color: #CF632F;
}
.AnyTagClassName
{
color: #CF632F;
}
</style>
background-color css
<style>
a { background-color: #CF632F; }
a { background-color: rgb(207,99,47); }
div.DivClassName
{
background-color: #CF632F;
}
.BgClassName
{
background-color: #CF632F;
}
</style>
border-color css
<style>
span { border-color: #CF632F; }
span { border-color: rgb(207,99,47); }
td.TdClassName
{
border-color: #CF632F;
}
.TagClassName
{
border-color: #CF632F;
}
</style>