Shades of Chilean Fire #D4522F
Tints of Chilean Fire #D4522F
RGB
CMYK
RGB Variations
Color information
#D4522F (or 0xD4522F) is known color: Chilean Fire. HEX triplet: D4, 52 and 2F. RGB value is (212,82,47). Sum of RGB (Red+Green+Blue) = 212+82+47=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4522F is #2BADD0. Grayscale: #757575. Windows color (decimal): -2862545 or 3101396. OLE color: 3101396.
HSL color Cylindrical-coordinate representation of color #D4522F: hue angle of 12.73º degrees, saturation: 0.66, 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 #D4522F is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 47 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.17 |
| HSL | 12.73º | 0.66% | 0.51% | - |
| HSV(B) | 12.73º | 0.78% | 0.83% | - |
| XYZ | 30.68 | 20.24 | 4.98 | - |
| YUV | 116.88 | 88.57 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 47 | 0 | 0.61 | 0.78 | 0.17 | 12.73 | 0.66 | 0.51 |
| Hex | D4 | 52 | 2F | 0 | 3D | 4E | 11 | D | 42 | 33 |
| Octal | 324 | 122 | 57 | 0 | 75 | 116 | 21 | 15 | 102 | 63 |
| Binary | 11010100 | 1010010 | 101111 | 0 | 111101 | 1001110 | 10001 | 1101 | 1000010 | 110011 |
Color Harmonies of #D4522F
Complementary color
Monochromatic Colors of #D4522F
Black with #D4522F
Text Example
Text Example
White with #D4522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4522F; }
p { color: rgb(212,82,47); }
H1.HeaderClassName
{
color: #D4522F;
}
.AnyTagClassName
{
color: #D4522F;
}
</style>
background-color css
<style>
a { background-color: #D4522F; }
a { background-color: rgb(212,82,47); }
div.DivClassName
{
background-color: #D4522F;
}
.BgClassName
{
background-color: #D4522F;
}
</style>
border-color css
<style>
span { border-color: #D4522F; }
span { border-color: rgb(212,82,47); }
td.TdClassName
{
border-color: #D4522F;
}
.TagClassName
{
border-color: #D4522F;
}
</style>