Shades of Chilean Fire #D55538
Tints of Chilean Fire #D55538
RGB
CMYK
RGB Variations
Color information
#D55538 (or 0xD55538) is known color: Chilean Fire. HEX triplet: D5, 55 and 38. RGB value is (213,85,56). Sum of RGB (Red+Green+Blue) = 213+85+56=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D55538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55538 is #2AAAC7. Grayscale: #787878. Windows color (decimal): -2796232 or 3691989. OLE color: 3691989.
HSL color Cylindrical-coordinate representation of color #D55538: hue angle of 11.08º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D55538 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 56 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.16 |
| HSL | 11.08º | 0.65% | 0.53% | - |
| HSV(B) | 11.08º | 0.74% | 0.84% | - |
| XYZ | 31.4 | 20.93 | 6.13 | - |
| YUV | 119.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 56 | 0 | 0.60 | 0.74 | 0.16 | 11.08 | 0.65 | 0.53 |
| Hex | D5 | 55 | 38 | 0 | 3C | 4A | 10 | B | 41 | 35 |
| Octal | 325 | 125 | 70 | 0 | 74 | 112 | 20 | 13 | 101 | 65 |
| Binary | 11010101 | 1010101 | 111000 | 0 | 111100 | 1001010 | 10000 | 1011 | 1000001 | 110101 |
Color Harmonies of #D55538
Complementary color
Monochromatic Colors of #D55538
Black with #D55538
Text Example
Text Example
White with #D55538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55538; }
p { color: rgb(213,85,56); }
H1.HeaderClassName
{
color: #D55538;
}
.AnyTagClassName
{
color: #D55538;
}
</style>
background-color css
<style>
a { background-color: #D55538; }
a { background-color: rgb(213,85,56); }
div.DivClassName
{
background-color: #D55538;
}
.BgClassName
{
background-color: #D55538;
}
</style>
border-color css
<style>
span { border-color: #D55538; }
span { border-color: rgb(213,85,56); }
td.TdClassName
{
border-color: #D55538;
}
.TagClassName
{
border-color: #D55538;
}
</style>