Shades of Chilean Fire #D5593B
Tints of Chilean Fire #D5593B
RGB
CMYK
RGB Variations
Color information
#D5593B (or 0xD5593B) is known color: Chilean Fire. HEX triplet: D5, 59 and 3B. RGB value is (213,89,59). Sum of RGB (Red+Green+Blue) = 213+89+59=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5593B is #2AA6C4. Grayscale: #7A7A7A. Windows color (decimal): -2795205 or 3889621. OLE color: 3889621.
HSL color Cylindrical-coordinate representation of color #D5593B: hue angle of 11.69º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5593B is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 59 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.16 |
| HSL | 11.69º | 0.65% | 0.53% | - |
| HSV(B) | 11.69º | 0.72% | 0.84% | - |
| XYZ | 31.8 | 21.61 | 6.63 | - |
| YUV | 122.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 59 | 0 | 0.58 | 0.72 | 0.16 | 11.69 | 0.65 | 0.53 |
| Hex | D5 | 59 | 3B | 0 | 3A | 48 | 10 | C | 41 | 35 |
| Octal | 325 | 131 | 73 | 0 | 72 | 110 | 20 | 14 | 101 | 65 |
| Binary | 11010101 | 1011001 | 111011 | 0 | 111010 | 1001000 | 10000 | 1100 | 1000001 | 110101 |
Color Harmonies of #D5593B
Complementary color
Monochromatic Colors of #D5593B
Black with #D5593B
Text Example
Text Example
White with #D5593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5593B; }
p { color: rgb(213,89,59); }
H1.HeaderClassName
{
color: #D5593B;
}
.AnyTagClassName
{
color: #D5593B;
}
</style>
background-color css
<style>
a { background-color: #D5593B; }
a { background-color: rgb(213,89,59); }
div.DivClassName
{
background-color: #D5593B;
}
.BgClassName
{
background-color: #D5593B;
}
</style>
border-color css
<style>
span { border-color: #D5593B; }
span { border-color: rgb(213,89,59); }
td.TdClassName
{
border-color: #D5593B;
}
.TagClassName
{
border-color: #D5593B;
}
</style>