Shades of Chilean Fire #CF5D25
Tints of Chilean Fire #CF5D25
RGB
CMYK
RGB Variations
Color information
#CF5D25 (or 0xCF5D25) is known color: Chilean Fire. HEX triplet: CF, 5D and 25. RGB value is (207,93,37). Sum of RGB (Red+Green+Blue) = 207+93+37=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D25 is #30A2DA. Grayscale: #797979. Windows color (decimal): -3187419 or 2448847. OLE color: 2448847.
HSL color Cylindrical-coordinate representation of color #CF5D25: hue angle of 19.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF5D25 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 37 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.19 |
| HSL | 19.76º | 0.7% | 0.48% | - |
| HSV(B) | 19.76º | 0.82% | 0.81% | - |
| XYZ | 29.98 | 21.23 | 4.27 | - |
| YUV | 120.7 | 80.77 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 37 | 0 | 0.55 | 0.82 | 0.19 | 19.76 | 0.7 | 0.48 |
| Hex | CF | 5D | 25 | 0 | 37 | 52 | 13 | 14 | 46 | 30 |
| Octal | 317 | 135 | 45 | 0 | 67 | 122 | 23 | 24 | 106 | 60 |
| Binary | 11001111 | 1011101 | 100101 | 0 | 110111 | 1010010 | 10011 | 10100 | 1000110 | 110000 |
Color Harmonies of #CF5D25
Complementary color
Monochromatic Colors of #CF5D25
Black with #CF5D25
Text Example
Text Example
White with #CF5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D25; }
p { color: rgb(207,93,37); }
H1.HeaderClassName
{
color: #CF5D25;
}
.AnyTagClassName
{
color: #CF5D25;
}
</style>
background-color css
<style>
a { background-color: #CF5D25; }
a { background-color: rgb(207,93,37); }
div.DivClassName
{
background-color: #CF5D25;
}
.BgClassName
{
background-color: #CF5D25;
}
</style>
border-color css
<style>
span { border-color: #CF5D25; }
span { border-color: rgb(207,93,37); }
td.TdClassName
{
border-color: #CF5D25;
}
.TagClassName
{
border-color: #CF5D25;
}
</style>