Shades of Chilean Fire #D55E37
Tints of Chilean Fire #D55E37
RGB
CMYK
RGB Variations
Color information
#D55E37 (or 0xD55E37) is known color: Chilean Fire. HEX triplet: D5, 5E and 37. RGB value is (213,94,55). Sum of RGB (Red+Green+Blue) = 213+94+55=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E37 is #2AA1C8. Grayscale: #7D7D7D. Windows color (decimal): -2793929 or 3628757. OLE color: 3628757.
HSL color Cylindrical-coordinate representation of color #D55E37: hue angle of 14.81º 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 #D55E37 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 55 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.16 |
| HSL | 14.81º | 0.65% | 0.53% | - |
| HSV(B) | 14.81º | 0.74% | 0.84% | - |
| XYZ | 32.13 | 22.43 | 6.25 | - |
| YUV | 125.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 55 | 0 | 0.56 | 0.74 | 0.16 | 14.81 | 0.65 | 0.53 |
| Hex | D5 | 5E | 37 | 0 | 38 | 4A | 10 | F | 41 | 35 |
| Octal | 325 | 136 | 67 | 0 | 70 | 112 | 20 | 17 | 101 | 65 |
| Binary | 11010101 | 1011110 | 110111 | 0 | 111000 | 1001010 | 10000 | 1111 | 1000001 | 110101 |
Color Harmonies of #D55E37
Complementary color
Monochromatic Colors of #D55E37
Black with #D55E37
Text Example
Text Example
White with #D55E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E37; }
p { color: rgb(213,94,55); }
H1.HeaderClassName
{
color: #D55E37;
}
.AnyTagClassName
{
color: #D55E37;
}
</style>
background-color css
<style>
a { background-color: #D55E37; }
a { background-color: rgb(213,94,55); }
div.DivClassName
{
background-color: #D55E37;
}
.BgClassName
{
background-color: #D55E37;
}
</style>
border-color css
<style>
span { border-color: #D55E37; }
span { border-color: rgb(213,94,55); }
td.TdClassName
{
border-color: #D55E37;
}
.TagClassName
{
border-color: #D55E37;
}
</style>