Shades of Chilean Fire #CF5E29
Tints of Chilean Fire #CF5E29
RGB
CMYK
RGB Variations
Color information
#CF5E29 (or 0xCF5E29) is known color: Chilean Fire. HEX triplet: CF, 5E and 29. RGB value is (207,94,41). Sum of RGB (Red+Green+Blue) = 207+94+41=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E29 is #30A1D6. Grayscale: #7A7A7A. Windows color (decimal): -3187159 or 2711247. OLE color: 2711247.
HSL color Cylindrical-coordinate representation of color #CF5E29: hue angle of 19.16º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF5E29 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 41 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.19 |
| HSL | 19.16º | 0.67% | 0.49% | - |
| HSV(B) | 19.16º | 0.8% | 0.81% | - |
| XYZ | 30.14 | 21.43 | 4.65 | - |
| YUV | 121.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 41 | 0 | 0.55 | 0.80 | 0.19 | 19.16 | 0.67 | 0.49 |
| Hex | CF | 5E | 29 | 0 | 37 | 50 | 13 | 13 | 43 | 31 |
| Octal | 317 | 136 | 51 | 0 | 67 | 120 | 23 | 23 | 103 | 61 |
| Binary | 11001111 | 1011110 | 101001 | 0 | 110111 | 1010000 | 10011 | 10011 | 1000011 | 110001 |
Color Harmonies of #CF5E29
Complementary color
Monochromatic Colors of #CF5E29
Black with #CF5E29
Text Example
Text Example
White with #CF5E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E29; }
p { color: rgb(207,94,41); }
H1.HeaderClassName
{
color: #CF5E29;
}
.AnyTagClassName
{
color: #CF5E29;
}
</style>
background-color css
<style>
a { background-color: #CF5E29; }
a { background-color: rgb(207,94,41); }
div.DivClassName
{
background-color: #CF5E29;
}
.BgClassName
{
background-color: #CF5E29;
}
</style>
border-color css
<style>
span { border-color: #CF5E29; }
span { border-color: rgb(207,94,41); }
td.TdClassName
{
border-color: #CF5E29;
}
.TagClassName
{
border-color: #CF5E29;
}
</style>