Shades of Chilean Fire #D56132
Tints of Chilean Fire #D56132
RGB
CMYK
RGB Variations
Color information
#D56132 (or 0xD56132) is known color: Chilean Fire. HEX triplet: D5, 61 and 32. RGB value is (213,97,50). Sum of RGB (Red+Green+Blue) = 213+97+50=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D56132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56132 is #2A9ECD. Grayscale: #7E7E7E. Windows color (decimal): -2793166 or 3301845. OLE color: 3301845.
HSL color Cylindrical-coordinate representation of color #D56132: hue angle of 17.3º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D56132 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 50 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.16 |
| HSL | 17.3º | 0.66% | 0.52% | - |
| HSV(B) | 17.3º | 0.77% | 0.84% | - |
| XYZ | 32.29 | 22.93 | 5.74 | - |
| YUV | 126.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 50 | 0 | 0.54 | 0.77 | 0.16 | 17.3 | 0.66 | 0.52 |
| Hex | D5 | 61 | 32 | 0 | 36 | 4D | 10 | 11 | 42 | 34 |
| Octal | 325 | 141 | 62 | 0 | 66 | 115 | 20 | 21 | 102 | 64 |
| Binary | 11010101 | 1100001 | 110010 | 0 | 110110 | 1001101 | 10000 | 10001 | 1000010 | 110100 |
Color Harmonies of #D56132
Complementary color
Monochromatic Colors of #D56132
Black with #D56132
Text Example
Text Example
White with #D56132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56132; }
p { color: rgb(213,97,50); }
H1.HeaderClassName
{
color: #D56132;
}
.AnyTagClassName
{
color: #D56132;
}
</style>
background-color css
<style>
a { background-color: #D56132; }
a { background-color: rgb(213,97,50); }
div.DivClassName
{
background-color: #D56132;
}
.BgClassName
{
background-color: #D56132;
}
</style>
border-color css
<style>
span { border-color: #D56132; }
span { border-color: rgb(213,97,50); }
td.TdClassName
{
border-color: #D56132;
}
.TagClassName
{
border-color: #D56132;
}
</style>