Shades of Chilean Fire #D3522F
Tints of Chilean Fire #D3522F
RGB
CMYK
RGB Variations
Color information
#D3522F (or 0xD3522F) is known color: Chilean Fire. HEX triplet: D3, 52 and 2F. RGB value is (211,82,47). Sum of RGB (Red+Green+Blue) = 211+82+47=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3522F is #2CADD0. Grayscale: #747474. Windows color (decimal): -2928081 or 3101395. OLE color: 3101395.
HSL color Cylindrical-coordinate representation of color #D3522F: hue angle of 12.8º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3522F is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 47 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.17 |
| HSL | 12.8º | 0.65% | 0.51% | - |
| HSV(B) | 12.8º | 0.78% | 0.83% | - |
| XYZ | 30.39 | 20.09 | 4.96 | - |
| YUV | 116.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 47 | 0 | 0.61 | 0.78 | 0.17 | 12.8 | 0.65 | 0.51 |
| Hex | D3 | 52 | 2F | 0 | 3D | 4E | 11 | D | 41 | 33 |
| Octal | 323 | 122 | 57 | 0 | 75 | 116 | 21 | 15 | 101 | 63 |
| Binary | 11010011 | 1010010 | 101111 | 0 | 111101 | 1001110 | 10001 | 1101 | 1000001 | 110011 |
Color Harmonies of #D3522F
Complementary color
Monochromatic Colors of #D3522F
Black with #D3522F
Text Example
Text Example
White with #D3522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3522F; }
p { color: rgb(211,82,47); }
H1.HeaderClassName
{
color: #D3522F;
}
.AnyTagClassName
{
color: #D3522F;
}
</style>
background-color css
<style>
a { background-color: #D3522F; }
a { background-color: rgb(211,82,47); }
div.DivClassName
{
background-color: #D3522F;
}
.BgClassName
{
background-color: #D3522F;
}
</style>
border-color css
<style>
span { border-color: #D3522F; }
span { border-color: rgb(211,82,47); }
td.TdClassName
{
border-color: #D3522F;
}
.TagClassName
{
border-color: #D3522F;
}
</style>