Shades of Chilean Fire #D5522C
Tints of Chilean Fire #D5522C
RGB
CMYK
RGB Variations
Color information
#D5522C (or 0xD5522C) is known color: Chilean Fire. HEX triplet: D5, 52 and 2C. RGB value is (213,82,44). Sum of RGB (Red+Green+Blue) = 213+82+44=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5522C is #2AADD3. Grayscale: #757575. Windows color (decimal): -2797012 or 2904789. OLE color: 2904789.
HSL color Cylindrical-coordinate representation of color #D5522C: hue angle of 13.49º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5522C is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 44 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.16 |
| HSL | 13.49º | 0.67% | 0.5% | - |
| HSV(B) | 13.49º | 0.79% | 0.84% | - |
| XYZ | 30.91 | 20.36 | 4.68 | - |
| YUV | 116.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 44 | 0 | 0.62 | 0.79 | 0.16 | 13.49 | 0.67 | 0.5 |
| Hex | D5 | 52 | 2C | 0 | 3E | 4F | 10 | D | 43 | 32 |
| Octal | 325 | 122 | 54 | 0 | 76 | 117 | 20 | 15 | 103 | 62 |
| Binary | 11010101 | 1010010 | 101100 | 0 | 111110 | 1001111 | 10000 | 1101 | 1000011 | 110010 |
Color Harmonies of #D5522C
Complementary color
Monochromatic Colors of #D5522C
Black with #D5522C
Text Example
Text Example
White with #D5522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5522C; }
p { color: rgb(213,82,44); }
H1.HeaderClassName
{
color: #D5522C;
}
.AnyTagClassName
{
color: #D5522C;
}
</style>
background-color css
<style>
a { background-color: #D5522C; }
a { background-color: rgb(213,82,44); }
div.DivClassName
{
background-color: #D5522C;
}
.BgClassName
{
background-color: #D5522C;
}
</style>
border-color css
<style>
span { border-color: #D5522C; }
span { border-color: rgb(213,82,44); }
td.TdClassName
{
border-color: #D5522C;
}
.TagClassName
{
border-color: #D5522C;
}
</style>