Shades of Chilean Fire #D5593A
Tints of Chilean Fire #D5593A
RGB
CMYK
RGB Variations
Color information
#D5593A (or 0xD5593A) is known color: Chilean Fire. HEX triplet: D5, 59 and 3A. RGB value is (213,89,58). Sum of RGB (Red+Green+Blue) = 213+89+58=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5593A is #2AA6C5. Grayscale: #7A7A7A. Windows color (decimal): -2795206 or 3824085. OLE color: 3824085.
HSL color Cylindrical-coordinate representation of color #D5593A: hue angle of 12º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5593A is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 58 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.16 |
| HSL | 12º | 0.65% | 0.53% | - |
| HSV(B) | 12º | 0.73% | 0.84% | - |
| XYZ | 31.78 | 21.6 | 6.5 | - |
| YUV | 122.54 | 91.58 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 58 | 0 | 0.58 | 0.73 | 0.16 | 12 | 0.65 | 0.53 |
| Hex | D5 | 59 | 3A | 0 | 3A | 49 | 10 | C | 41 | 35 |
| Octal | 325 | 131 | 72 | 0 | 72 | 111 | 20 | 14 | 101 | 65 |
| Binary | 11010101 | 1011001 | 111010 | 0 | 111010 | 1001001 | 10000 | 1100 | 1000001 | 110101 |
Color Harmonies of #D5593A
Complementary color
Monochromatic Colors of #D5593A
Black with #D5593A
Text Example
Text Example
White with #D5593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5593A; }
p { color: rgb(213,89,58); }
H1.HeaderClassName
{
color: #D5593A;
}
.AnyTagClassName
{
color: #D5593A;
}
</style>
background-color css
<style>
a { background-color: #D5593A; }
a { background-color: rgb(213,89,58); }
div.DivClassName
{
background-color: #D5593A;
}
.BgClassName
{
background-color: #D5593A;
}
</style>
border-color css
<style>
span { border-color: #D5593A; }
span { border-color: rgb(213,89,58); }
td.TdClassName
{
border-color: #D5593A;
}
.TagClassName
{
border-color: #D5593A;
}
</style>