Shades of Chilean Fire #CF603A
Tints of Chilean Fire #CF603A
RGB
CMYK
RGB Variations
Color information
#CF603A (or 0xCF603A) is known color: Chilean Fire. HEX triplet: CF, 60 and 3A. RGB value is (207,96,58). Sum of RGB (Red+Green+Blue) = 207+96+58=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF603A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF603A is #309FC5. Grayscale: #7D7D7D. Windows color (decimal): -3186630 or 3825871. OLE color: 3825871.
HSL color Cylindrical-coordinate representation of color #CF603A: hue angle of 15.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF603A is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 58 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.19 |
| HSL | 15.3º | 0.61% | 0.52% | - |
| HSV(B) | 15.3º | 0.72% | 0.81% | - |
| XYZ | 30.68 | 21.94 | 6.62 | - |
| YUV | 124.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 58 | 0 | 0.54 | 0.72 | 0.19 | 15.3 | 0.61 | 0.52 |
| Hex | CF | 60 | 3A | 0 | 36 | 48 | 13 | F | 3D | 34 |
| Octal | 317 | 140 | 72 | 0 | 66 | 110 | 23 | 17 | 75 | 64 |
| Binary | 11001111 | 1100000 | 111010 | 0 | 110110 | 1001000 | 10011 | 1111 | 111101 | 110100 |
Color Harmonies of #CF603A
Complementary color
Monochromatic Colors of #CF603A
Black with #CF603A
Text Example
Text Example
White with #CF603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF603A; }
p { color: rgb(207,96,58); }
H1.HeaderClassName
{
color: #CF603A;
}
.AnyTagClassName
{
color: #CF603A;
}
</style>
background-color css
<style>
a { background-color: #CF603A; }
a { background-color: rgb(207,96,58); }
div.DivClassName
{
background-color: #CF603A;
}
.BgClassName
{
background-color: #CF603A;
}
</style>
border-color css
<style>
span { border-color: #CF603A; }
span { border-color: rgb(207,96,58); }
td.TdClassName
{
border-color: #CF603A;
}
.TagClassName
{
border-color: #CF603A;
}
</style>