Shades of Chilean Fire #D35739
Tints of Chilean Fire #D35739
RGB
CMYK
RGB Variations
Color information
#D35739 (or 0xD35739) is known color: Chilean Fire. HEX triplet: D3, 57 and 39. RGB value is (211,87,57). Sum of RGB (Red+Green+Blue) = 211+87+57=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D35739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35739 is #2CA8C6. Grayscale: #787878. Windows color (decimal): -2926791 or 3758035. OLE color: 3758035.
HSL color Cylindrical-coordinate representation of color #D35739: hue angle of 11.69º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D35739 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 87 | 57 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.17 |
| HSL | 11.69º | 0.64% | 0.53% | - |
| HSV(B) | 11.69º | 0.73% | 0.83% | - |
| XYZ | 31.01 | 20.96 | 6.28 | - |
| YUV | 120.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 57 | 0 | 0.59 | 0.73 | 0.17 | 11.69 | 0.64 | 0.53 |
| Hex | D3 | 57 | 39 | 0 | 3B | 49 | 11 | C | 40 | 35 |
| Octal | 323 | 127 | 71 | 0 | 73 | 111 | 21 | 14 | 100 | 65 |
| Binary | 11010011 | 1010111 | 111001 | 0 | 111011 | 1001001 | 10001 | 1100 | 1000000 | 110101 |
Color Harmonies of #D35739
Complementary color
Monochromatic Colors of #D35739
Black with #D35739
Text Example
Text Example
White with #D35739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35739; }
p { color: rgb(211,87,57); }
H1.HeaderClassName
{
color: #D35739;
}
.AnyTagClassName
{
color: #D35739;
}
</style>
background-color css
<style>
a { background-color: #D35739; }
a { background-color: rgb(211,87,57); }
div.DivClassName
{
background-color: #D35739;
}
.BgClassName
{
background-color: #D35739;
}
</style>
border-color css
<style>
span { border-color: #D35739; }
span { border-color: rgb(211,87,57); }
td.TdClassName
{
border-color: #D35739;
}
.TagClassName
{
border-color: #D35739;
}
</style>