Shades of Chilean Fire #CF5327
Tints of Chilean Fire #CF5327
RGB
CMYK
RGB Variations
Color information
#CF5327 (or 0xCF5327) is known color: Chilean Fire. HEX triplet: CF, 53 and 27. RGB value is (207,83,39). Sum of RGB (Red+Green+Blue) = 207+83+39=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5327 is #30ACD8. Grayscale: #737373. Windows color (decimal): -3189977 or 2577359. OLE color: 2577359.
HSL color Cylindrical-coordinate representation of color #CF5327: hue angle of 15.71º 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 #CF5327 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 39 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.19 |
| HSL | 15.71º | 0.68% | 0.48% | - |
| HSV(B) | 15.71º | 0.81% | 0.81% | - |
| XYZ | 29.19 | 19.6 | 4.16 | - |
| YUV | 115.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 39 | 0 | 0.60 | 0.81 | 0.19 | 15.71 | 0.68 | 0.48 |
| Hex | CF | 53 | 27 | 0 | 3C | 51 | 13 | 10 | 44 | 30 |
| Octal | 317 | 123 | 47 | 0 | 74 | 121 | 23 | 20 | 104 | 60 |
| Binary | 11001111 | 1010011 | 100111 | 0 | 111100 | 1010001 | 10011 | 10000 | 1000100 | 110000 |
Color Harmonies of #CF5327
Complementary color
Monochromatic Colors of #CF5327
Black with #CF5327
Text Example
Text Example
White with #CF5327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5327; }
p { color: rgb(207,83,39); }
H1.HeaderClassName
{
color: #CF5327;
}
.AnyTagClassName
{
color: #CF5327;
}
</style>
background-color css
<style>
a { background-color: #CF5327; }
a { background-color: rgb(207,83,39); }
div.DivClassName
{
background-color: #CF5327;
}
.BgClassName
{
background-color: #CF5327;
}
</style>
border-color css
<style>
span { border-color: #CF5327; }
span { border-color: rgb(207,83,39); }
td.TdClassName
{
border-color: #CF5327;
}
.TagClassName
{
border-color: #CF5327;
}
</style>