Shades of Chilean Fire #D36235
Tints of Chilean Fire #D36235
RGB
CMYK
RGB Variations
Color information
#D36235 (or 0xD36235) is known color: Chilean Fire. HEX triplet: D3, 62 and 35. RGB value is (211,98,53). Sum of RGB (Red+Green+Blue) = 211+98+53=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D36235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36235 is #2C9DCA. Grayscale: #7E7E7E. Windows color (decimal): -2923979 or 3498707. OLE color: 3498707.
HSL color Cylindrical-coordinate representation of color #D36235: hue angle of 17.09º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D36235 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 53 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.17 |
| HSL | 17.09º | 0.64% | 0.52% | - |
| HSV(B) | 17.09º | 0.75% | 0.83% | - |
| XYZ | 31.87 | 22.84 | 6.1 | - |
| YUV | 126.66 | 86.44 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 53 | 0 | 0.54 | 0.75 | 0.17 | 17.09 | 0.64 | 0.52 |
| Hex | D3 | 62 | 35 | 0 | 36 | 4B | 11 | 11 | 40 | 34 |
| Octal | 323 | 142 | 65 | 0 | 66 | 113 | 21 | 21 | 100 | 64 |
| Binary | 11010011 | 1100010 | 110101 | 0 | 110110 | 1001011 | 10001 | 10001 | 1000000 | 110100 |
Color Harmonies of #D36235
Complementary color
Monochromatic Colors of #D36235
Black with #D36235
Text Example
Text Example
White with #D36235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36235; }
p { color: rgb(211,98,53); }
H1.HeaderClassName
{
color: #D36235;
}
.AnyTagClassName
{
color: #D36235;
}
</style>
background-color css
<style>
a { background-color: #D36235; }
a { background-color: rgb(211,98,53); }
div.DivClassName
{
background-color: #D36235;
}
.BgClassName
{
background-color: #D36235;
}
</style>
border-color css
<style>
span { border-color: #D36235; }
span { border-color: rgb(211,98,53); }
td.TdClassName
{
border-color: #D36235;
}
.TagClassName
{
border-color: #D36235;
}
</style>