Shades of Chilean Fire #D56133
Tints of Chilean Fire #D56133
RGB
CMYK
RGB Variations
Color information
#D56133 (or 0xD56133) is known color: Chilean Fire. HEX triplet: D5, 61 and 33. RGB value is (213,97,51). Sum of RGB (Red+Green+Blue) = 213+97+51=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D56133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56133 is #2A9ECC. Grayscale: #7E7E7E. Windows color (decimal): -2793165 or 3367381. OLE color: 3367381.
HSL color Cylindrical-coordinate representation of color #D56133: hue angle of 17.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D56133 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 51 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.16 |
| HSL | 17.04º | 0.66% | 0.52% | - |
| HSV(B) | 17.04º | 0.76% | 0.84% | - |
| XYZ | 32.31 | 22.93 | 5.86 | - |
| YUV | 126.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 51 | 0 | 0.54 | 0.76 | 0.16 | 17.04 | 0.66 | 0.52 |
| Hex | D5 | 61 | 33 | 0 | 36 | 4C | 10 | 11 | 42 | 34 |
| Octal | 325 | 141 | 63 | 0 | 66 | 114 | 20 | 21 | 102 | 64 |
| Binary | 11010101 | 1100001 | 110011 | 0 | 110110 | 1001100 | 10000 | 10001 | 1000010 | 110100 |
Color Harmonies of #D56133
Complementary color
Monochromatic Colors of #D56133
Black with #D56133
Text Example
Text Example
White with #D56133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56133; }
p { color: rgb(213,97,51); }
H1.HeaderClassName
{
color: #D56133;
}
.AnyTagClassName
{
color: #D56133;
}
</style>
background-color css
<style>
a { background-color: #D56133; }
a { background-color: rgb(213,97,51); }
div.DivClassName
{
background-color: #D56133;
}
.BgClassName
{
background-color: #D56133;
}
</style>
border-color css
<style>
span { border-color: #D56133; }
span { border-color: rgb(213,97,51); }
td.TdClassName
{
border-color: #D56133;
}
.TagClassName
{
border-color: #D56133;
}
</style>