Shades of Chilean Fire #D55E3A
Tints of Chilean Fire #D55E3A
RGB
CMYK
RGB Variations
Color information
#D55E3A (or 0xD55E3A) is known color: Chilean Fire. HEX triplet: D5, 5E and 3A. RGB value is (213,94,58). Sum of RGB (Red+Green+Blue) = 213+94+58=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E3A is #2AA1C5. Grayscale: #7D7D7D. Windows color (decimal): -2793926 or 3825365. OLE color: 3825365.
HSL color Cylindrical-coordinate representation of color #D55E3A: hue angle of 13.94º 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 #D55E3A is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 58 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.16 |
| HSL | 13.94º | 0.65% | 0.53% | - |
| HSV(B) | 13.94º | 0.73% | 0.84% | - |
| XYZ | 32.21 | 22.46 | 6.64 | - |
| YUV | 125.48 | 89.92 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 58 | 0 | 0.56 | 0.73 | 0.16 | 13.94 | 0.65 | 0.53 |
| Hex | D5 | 5E | 3A | 0 | 38 | 49 | 10 | E | 41 | 35 |
| Octal | 325 | 136 | 72 | 0 | 70 | 111 | 20 | 16 | 101 | 65 |
| Binary | 11010101 | 1011110 | 111010 | 0 | 111000 | 1001001 | 10000 | 1110 | 1000001 | 110101 |
Color Harmonies of #D55E3A
Complementary color
Monochromatic Colors of #D55E3A
Black with #D55E3A
Text Example
Text Example
White with #D55E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E3A; }
p { color: rgb(213,94,58); }
H1.HeaderClassName
{
color: #D55E3A;
}
.AnyTagClassName
{
color: #D55E3A;
}
</style>
background-color css
<style>
a { background-color: #D55E3A; }
a { background-color: rgb(213,94,58); }
div.DivClassName
{
background-color: #D55E3A;
}
.BgClassName
{
background-color: #D55E3A;
}
</style>
border-color css
<style>
span { border-color: #D55E3A; }
span { border-color: rgb(213,94,58); }
td.TdClassName
{
border-color: #D55E3A;
}
.TagClassName
{
border-color: #D55E3A;
}
</style>