Shades of Chilean Fire #D56337
Tints of Chilean Fire #D56337
RGB
CMYK
RGB Variations
Color information
#D56337 (or 0xD56337) is known color: Chilean Fire. HEX triplet: D5, 63 and 37. RGB value is (213,99,55). Sum of RGB (Red+Green+Blue) = 213+99+55=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D56337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56337 is #2A9CC8. Grayscale: #808080. Windows color (decimal): -2792649 or 3630037. OLE color: 3630037.
HSL color Cylindrical-coordinate representation of color #D56337: hue angle of 16.71º 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 #D56337 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 55 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.16 |
| HSL | 16.71º | 0.65% | 0.53% | - |
| HSV(B) | 16.71º | 0.74% | 0.84% | - |
| XYZ | 32.59 | 23.35 | 6.4 | - |
| YUV | 128.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 55 | 0 | 0.54 | 0.74 | 0.16 | 16.71 | 0.65 | 0.53 |
| Hex | D5 | 63 | 37 | 0 | 36 | 4A | 10 | 11 | 41 | 35 |
| Octal | 325 | 143 | 67 | 0 | 66 | 112 | 20 | 21 | 101 | 65 |
| Binary | 11010101 | 1100011 | 110111 | 0 | 110110 | 1001010 | 10000 | 10001 | 1000001 | 110101 |
Color Harmonies of #D56337
Complementary color
Monochromatic Colors of #D56337
Black with #D56337
Text Example
Text Example
White with #D56337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56337; }
p { color: rgb(213,99,55); }
H1.HeaderClassName
{
color: #D56337;
}
.AnyTagClassName
{
color: #D56337;
}
</style>
background-color css
<style>
a { background-color: #D56337; }
a { background-color: rgb(213,99,55); }
div.DivClassName
{
background-color: #D56337;
}
.BgClassName
{
background-color: #D56337;
}
</style>
border-color css
<style>
span { border-color: #D56337; }
span { border-color: rgb(213,99,55); }
td.TdClassName
{
border-color: #D56337;
}
.TagClassName
{
border-color: #D56337;
}
</style>