Shades of Chilean Fire #CF582D
Tints of Chilean Fire #CF582D
RGB
CMYK
RGB Variations
Color information
#CF582D (or 0xCF582D) is known color: Chilean Fire. HEX triplet: CF, 58 and 2D. RGB value is (207,88,45). Sum of RGB (Red+Green+Blue) = 207+88+45=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF582D is #30A7D2. Grayscale: #767676. Windows color (decimal): -3188691 or 2971855. OLE color: 2971855.
HSL color Cylindrical-coordinate representation of color #CF582D: hue angle of 15.93º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF582D is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 45 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.19 |
| HSL | 15.93º | 0.64% | 0.49% | - |
| HSV(B) | 15.93º | 0.78% | 0.81% | - |
| XYZ | 29.7 | 20.43 | 4.86 | - |
| YUV | 118.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 45 | 0 | 0.57 | 0.78 | 0.19 | 15.93 | 0.64 | 0.49 |
| Hex | CF | 58 | 2D | 0 | 39 | 4E | 13 | 10 | 40 | 31 |
| Octal | 317 | 130 | 55 | 0 | 71 | 116 | 23 | 20 | 100 | 61 |
| Binary | 11001111 | 1011000 | 101101 | 0 | 111001 | 1001110 | 10011 | 10000 | 1000000 | 110001 |
Color Harmonies of #CF582D
Complementary color
Monochromatic Colors of #CF582D
Black with #CF582D
Text Example
Text Example
White with #CF582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF582D; }
p { color: rgb(207,88,45); }
H1.HeaderClassName
{
color: #CF582D;
}
.AnyTagClassName
{
color: #CF582D;
}
</style>
background-color css
<style>
a { background-color: #CF582D; }
a { background-color: rgb(207,88,45); }
div.DivClassName
{
background-color: #CF582D;
}
.BgClassName
{
background-color: #CF582D;
}
</style>
border-color css
<style>
span { border-color: #CF582D; }
span { border-color: rgb(207,88,45); }
td.TdClassName
{
border-color: #CF582D;
}
.TagClassName
{
border-color: #CF582D;
}
</style>