Shades of Chilean Fire #D4522C
Tints of Chilean Fire #D4522C
RGB
CMYK
RGB Variations
Color information
#D4522C (or 0xD4522C) is known color: Chilean Fire. HEX triplet: D4, 52 and 2C. RGB value is (212,82,44). Sum of RGB (Red+Green+Blue) = 212+82+44=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4522C is #2BADD3. Grayscale: #747474. Windows color (decimal): -2862548 or 2904788. OLE color: 2904788.
HSL color Cylindrical-coordinate representation of color #D4522C: hue angle of 13.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4522C is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 44 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.17 |
| HSL | 13.57º | 0.66% | 0.5% | - |
| HSV(B) | 13.57º | 0.79% | 0.83% | - |
| XYZ | 30.62 | 20.21 | 4.67 | - |
| YUV | 116.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 44 | 0 | 0.61 | 0.79 | 0.17 | 13.57 | 0.66 | 0.5 |
| Hex | D4 | 52 | 2C | 0 | 3D | 4F | 11 | E | 42 | 32 |
| Octal | 324 | 122 | 54 | 0 | 75 | 117 | 21 | 16 | 102 | 62 |
| Binary | 11010100 | 1010010 | 101100 | 0 | 111101 | 1001111 | 10001 | 1110 | 1000010 | 110010 |
Color Harmonies of #D4522C
Complementary color
Monochromatic Colors of #D4522C
Black with #D4522C
Text Example
Text Example
White with #D4522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4522C; }
p { color: rgb(212,82,44); }
H1.HeaderClassName
{
color: #D4522C;
}
.AnyTagClassName
{
color: #D4522C;
}
</style>
background-color css
<style>
a { background-color: #D4522C; }
a { background-color: rgb(212,82,44); }
div.DivClassName
{
background-color: #D4522C;
}
.BgClassName
{
background-color: #D4522C;
}
</style>
border-color css
<style>
span { border-color: #D4522C; }
span { border-color: rgb(212,82,44); }
td.TdClassName
{
border-color: #D4522C;
}
.TagClassName
{
border-color: #D4522C;
}
</style>