Shades of Chilean Fire #D36738
Tints of Chilean Fire #D36738
RGB
CMYK
RGB Variations
Color information
#D36738 (or 0xD36738) is known color: Chilean Fire. HEX triplet: D3, 67 and 38. RGB value is (211,103,56). Sum of RGB (Red+Green+Blue) = 211+103+56=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D36738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36738 is #2C98C7. Grayscale: #828282. Windows color (decimal): -2922696 or 3696595. OLE color: 3696595.
HSL color Cylindrical-coordinate representation of color #D36738: hue angle of 18.19º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D36738 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 56 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.17 |
| HSL | 18.19º | 0.64% | 0.52% | - |
| HSV(B) | 18.19º | 0.73% | 0.83% | - |
| XYZ | 32.43 | 23.83 | 6.63 | - |
| YUV | 129.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 56 | 0 | 0.51 | 0.73 | 0.17 | 18.19 | 0.64 | 0.52 |
| Hex | D3 | 67 | 38 | 0 | 33 | 49 | 11 | 12 | 40 | 34 |
| Octal | 323 | 147 | 70 | 0 | 63 | 111 | 21 | 22 | 100 | 64 |
| Binary | 11010011 | 1100111 | 111000 | 0 | 110011 | 1001001 | 10001 | 10010 | 1000000 | 110100 |
Color Harmonies of #D36738
Complementary color
Monochromatic Colors of #D36738
Black with #D36738
Text Example
Text Example
White with #D36738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36738; }
p { color: rgb(211,103,56); }
H1.HeaderClassName
{
color: #D36738;
}
.AnyTagClassName
{
color: #D36738;
}
</style>
background-color css
<style>
a { background-color: #D36738; }
a { background-color: rgb(211,103,56); }
div.DivClassName
{
background-color: #D36738;
}
.BgClassName
{
background-color: #D36738;
}
</style>
border-color css
<style>
span { border-color: #D36738; }
span { border-color: rgb(211,103,56); }
td.TdClassName
{
border-color: #D36738;
}
.TagClassName
{
border-color: #D36738;
}
</style>