Shades of Chilean Fire #D36134
Tints of Chilean Fire #D36134
RGB
CMYK
RGB Variations
Color information
#D36134 (or 0xD36134) is known color: Chilean Fire. HEX triplet: D3, 61 and 34. RGB value is (211,97,52). Sum of RGB (Red+Green+Blue) = 211+97+52=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D36134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36134 is #2C9ECB. Grayscale: #7E7E7E. Windows color (decimal): -2924236 or 3432915. OLE color: 3432915.
HSL color Cylindrical-coordinate representation of color #D36134: hue angle of 16.98º 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 #D36134 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 52 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.17 |
| HSL | 16.98º | 0.64% | 0.52% | - |
| HSV(B) | 16.98º | 0.75% | 0.83% | - |
| XYZ | 31.76 | 22.65 | 5.95 | - |
| YUV | 125.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 52 | 0 | 0.54 | 0.75 | 0.17 | 16.98 | 0.64 | 0.52 |
| Hex | D3 | 61 | 34 | 0 | 36 | 4B | 11 | 11 | 40 | 34 |
| Octal | 323 | 141 | 64 | 0 | 66 | 113 | 21 | 21 | 100 | 64 |
| Binary | 11010011 | 1100001 | 110100 | 0 | 110110 | 1001011 | 10001 | 10001 | 1000000 | 110100 |
Color Harmonies of #D36134
Complementary color
Monochromatic Colors of #D36134
Black with #D36134
Text Example
Text Example
White with #D36134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36134; }
p { color: rgb(211,97,52); }
H1.HeaderClassName
{
color: #D36134;
}
.AnyTagClassName
{
color: #D36134;
}
</style>
background-color css
<style>
a { background-color: #D36134; }
a { background-color: rgb(211,97,52); }
div.DivClassName
{
background-color: #D36134;
}
.BgClassName
{
background-color: #D36134;
}
</style>
border-color css
<style>
span { border-color: #D36134; }
span { border-color: rgb(211,97,52); }
td.TdClassName
{
border-color: #D36134;
}
.TagClassName
{
border-color: #D36134;
}
</style>