Shades of Chilean Fire #CF5D30
Tints of Chilean Fire #CF5D30
RGB
CMYK
RGB Variations
Color information
#CF5D30 (or 0xCF5D30) is known color: Chilean Fire. HEX triplet: CF, 5D and 30. RGB value is (207,93,48). Sum of RGB (Red+Green+Blue) = 207+93+48=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D30 is #30A2CF. Grayscale: #7A7A7A. Windows color (decimal): -3187408 or 3169743. OLE color: 3169743.
HSL color Cylindrical-coordinate representation of color #CF5D30: hue angle of 16.98º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF5D30 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 48 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.19 |
| HSL | 16.98º | 0.62% | 0.5% | - |
| HSV(B) | 16.98º | 0.77% | 0.81% | - |
| XYZ | 30.18 | 21.31 | 5.32 | - |
| YUV | 121.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 48 | 0 | 0.55 | 0.77 | 0.19 | 16.98 | 0.62 | 0.5 |
| Hex | CF | 5D | 30 | 0 | 37 | 4D | 13 | 11 | 3E | 32 |
| Octal | 317 | 135 | 60 | 0 | 67 | 115 | 23 | 21 | 76 | 62 |
| Binary | 11001111 | 1011101 | 110000 | 0 | 110111 | 1001101 | 10011 | 10001 | 111110 | 110010 |
Color Harmonies of #CF5D30
Complementary color
Monochromatic Colors of #CF5D30
Black with #CF5D30
Text Example
Text Example
White with #CF5D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D30; }
p { color: rgb(207,93,48); }
H1.HeaderClassName
{
color: #CF5D30;
}
.AnyTagClassName
{
color: #CF5D30;
}
</style>
background-color css
<style>
a { background-color: #CF5D30; }
a { background-color: rgb(207,93,48); }
div.DivClassName
{
background-color: #CF5D30;
}
.BgClassName
{
background-color: #CF5D30;
}
</style>
border-color css
<style>
span { border-color: #CF5D30; }
span { border-color: rgb(207,93,48); }
td.TdClassName
{
border-color: #CF5D30;
}
.TagClassName
{
border-color: #CF5D30;
}
</style>