Shades of Chilean Fire #D2593B
Tints of Chilean Fire #D2593B
RGB
CMYK
RGB Variations
Color information
#D2593B (or 0xD2593B) is known color: Chilean Fire. HEX triplet: D2, 59 and 3B. RGB value is (210,89,59). Sum of RGB (Red+Green+Blue) = 210+89+59=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2593B is #2DA6C4. Grayscale: #797979. Windows color (decimal): -2991813 or 3889618. OLE color: 3889618.
HSL color Cylindrical-coordinate representation of color #D2593B: hue angle of 11.92º degrees, saturation: 0.63, 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 #D2593B is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 59 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.18 |
| HSL | 11.92º | 0.63% | 0.53% | - |
| HSV(B) | 11.92º | 0.72% | 0.82% | - |
| XYZ | 30.94 | 21.16 | 6.59 | - |
| YUV | 121.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 59 | 0 | 0.58 | 0.72 | 0.18 | 11.92 | 0.63 | 0.53 |
| Hex | D2 | 59 | 3B | 0 | 3A | 48 | 12 | C | 3F | 35 |
| Octal | 322 | 131 | 73 | 0 | 72 | 110 | 22 | 14 | 77 | 65 |
| Binary | 11010010 | 1011001 | 111011 | 0 | 111010 | 1001000 | 10010 | 1100 | 111111 | 110101 |
Color Harmonies of #D2593B
Complementary color
Monochromatic Colors of #D2593B
Black with #D2593B
Text Example
Text Example
White with #D2593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2593B; }
p { color: rgb(210,89,59); }
H1.HeaderClassName
{
color: #D2593B;
}
.AnyTagClassName
{
color: #D2593B;
}
</style>
background-color css
<style>
a { background-color: #D2593B; }
a { background-color: rgb(210,89,59); }
div.DivClassName
{
background-color: #D2593B;
}
.BgClassName
{
background-color: #D2593B;
}
</style>
border-color css
<style>
span { border-color: #D2593B; }
span { border-color: rgb(210,89,59); }
td.TdClassName
{
border-color: #D2593B;
}
.TagClassName
{
border-color: #D2593B;
}
</style>