Shades of Chilean Fire #D3522A
Tints of Chilean Fire #D3522A
RGB
CMYK
RGB Variations
Color information
#D3522A (or 0xD3522A) is known color: Chilean Fire. HEX triplet: D3, 52 and 2A. RGB value is (211,82,42). Sum of RGB (Red+Green+Blue) = 211+82+42=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D3522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3522A is #2CADD5. Grayscale: #747474. Windows color (decimal): -2928086 or 2773715. OLE color: 2773715.
HSL color Cylindrical-coordinate representation of color #D3522A: hue angle of 14.2º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3522A is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 42 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.17 |
| HSL | 14.2º | 0.67% | 0.5% | - |
| HSV(B) | 14.2º | 0.8% | 0.83% | - |
| XYZ | 30.3 | 20.05 | 4.46 | - |
| YUV | 116.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 42 | 0 | 0.61 | 0.80 | 0.17 | 14.2 | 0.67 | 0.5 |
| Hex | D3 | 52 | 2A | 0 | 3D | 50 | 11 | E | 43 | 32 |
| Octal | 323 | 122 | 52 | 0 | 75 | 120 | 21 | 16 | 103 | 62 |
| Binary | 11010011 | 1010010 | 101010 | 0 | 111101 | 1010000 | 10001 | 1110 | 1000011 | 110010 |
Color Harmonies of #D3522A
Complementary color
Monochromatic Colors of #D3522A
Black with #D3522A
Text Example
Text Example
White with #D3522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3522A; }
p { color: rgb(211,82,42); }
H1.HeaderClassName
{
color: #D3522A;
}
.AnyTagClassName
{
color: #D3522A;
}
</style>
background-color css
<style>
a { background-color: #D3522A; }
a { background-color: rgb(211,82,42); }
div.DivClassName
{
background-color: #D3522A;
}
.BgClassName
{
background-color: #D3522A;
}
</style>
border-color css
<style>
span { border-color: #D3522A; }
span { border-color: rgb(211,82,42); }
td.TdClassName
{
border-color: #D3522A;
}
.TagClassName
{
border-color: #D3522A;
}
</style>