Shades of Chilean Fire #D55930
Tints of Chilean Fire #D55930
RGB
CMYK
RGB Variations
Color information
#D55930 (or 0xD55930) is known color: Chilean Fire. HEX triplet: D5, 59 and 30. RGB value is (213,89,48). Sum of RGB (Red+Green+Blue) = 213+89+48=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D55930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55930 is #2AA6CF. Grayscale: #797979. Windows color (decimal): -2795216 or 3168725. OLE color: 3168725.
HSL color Cylindrical-coordinate representation of color #D55930: hue angle of 14.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D55930 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 48 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.16 |
| HSL | 14.91º | 0.66% | 0.51% | - |
| HSV(B) | 14.91º | 0.77% | 0.84% | - |
| XYZ | 31.55 | 21.5 | 5.28 | - |
| YUV | 121.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 48 | 0 | 0.58 | 0.77 | 0.16 | 14.91 | 0.66 | 0.51 |
| Hex | D5 | 59 | 30 | 0 | 3A | 4D | 10 | F | 42 | 33 |
| Octal | 325 | 131 | 60 | 0 | 72 | 115 | 20 | 17 | 102 | 63 |
| Binary | 11010101 | 1011001 | 110000 | 0 | 111010 | 1001101 | 10000 | 1111 | 1000010 | 110011 |
Color Harmonies of #D55930
Complementary color
Monochromatic Colors of #D55930
Black with #D55930
Text Example
Text Example
White with #D55930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55930; }
p { color: rgb(213,89,48); }
H1.HeaderClassName
{
color: #D55930;
}
.AnyTagClassName
{
color: #D55930;
}
</style>
background-color css
<style>
a { background-color: #D55930; }
a { background-color: rgb(213,89,48); }
div.DivClassName
{
background-color: #D55930;
}
.BgClassName
{
background-color: #D55930;
}
</style>
border-color css
<style>
span { border-color: #D55930; }
span { border-color: rgb(213,89,48); }
td.TdClassName
{
border-color: #D55930;
}
.TagClassName
{
border-color: #D55930;
}
</style>