Shades of Chilean Fire #D1593B
Tints of Chilean Fire #D1593B
RGB
CMYK
RGB Variations
Color information
#D1593B (or 0xD1593B) is known color: Chilean Fire. HEX triplet: D1, 59 and 3B. RGB value is (209,89,59). Sum of RGB (Red+Green+Blue) = 209+89+59=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1593B is #2EA6C4. Grayscale: #797979. Windows color (decimal): -3057349 or 3889617. OLE color: 3889617.
HSL color Cylindrical-coordinate representation of color #D1593B: hue angle of 12º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1593B is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 59 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.18 |
| HSL | 12º | 0.62% | 0.53% | - |
| HSV(B) | 12º | 0.72% | 0.82% | - |
| XYZ | 30.66 | 21.02 | 6.58 | - |
| YUV | 121.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 59 | 0 | 0.57 | 0.72 | 0.18 | 12 | 0.62 | 0.53 |
| Hex | D1 | 59 | 3B | 0 | 39 | 48 | 12 | C | 3E | 35 |
| Octal | 321 | 131 | 73 | 0 | 71 | 110 | 22 | 14 | 76 | 65 |
| Binary | 11010001 | 1011001 | 111011 | 0 | 111001 | 1001000 | 10010 | 1100 | 111110 | 110101 |
Color Harmonies of #D1593B
Complementary color
Monochromatic Colors of #D1593B
Black with #D1593B
Text Example
Text Example
White with #D1593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1593B; }
p { color: rgb(209,89,59); }
H1.HeaderClassName
{
color: #D1593B;
}
.AnyTagClassName
{
color: #D1593B;
}
</style>
background-color css
<style>
a { background-color: #D1593B; }
a { background-color: rgb(209,89,59); }
div.DivClassName
{
background-color: #D1593B;
}
.BgClassName
{
background-color: #D1593B;
}
</style>
border-color css
<style>
span { border-color: #D1593B; }
span { border-color: rgb(209,89,59); }
td.TdClassName
{
border-color: #D1593B;
}
.TagClassName
{
border-color: #D1593B;
}
</style>