Shades of Chilean Fire #DC512C
Tints of Chilean Fire #DC512C
RGB
CMYK
RGB Variations
Color information
#DC512C (or 0xDC512C) is known color: Chilean Fire. HEX triplet: DC, 51 and 2C. RGB value is (220,81,44). Sum of RGB (Red+Green+Blue) = 220+81+44=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC512C is #23AED3. Grayscale: #767676. Windows color (decimal): -2338516 or 2904540. OLE color: 2904540.
HSL color Cylindrical-coordinate representation of color #DC512C: hue angle of 12.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC512C is Cyan = 0, Magento = 0.63, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 44 | - |
| CMYK | 0 | 0.63 | 0.8 | 0.14 |
| HSL | 12.61º | 0.72% | 0.52% | - |
| HSV(B) | 12.61º | 0.8% | 0.86% | - |
| XYZ | 32.91 | 21.28 | 4.76 | - |
| YUV | 118.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 44 | 0 | 0.63 | 0.8 | 0.14 | 12.61 | 0.72 | 0.52 |
| Hex | DC | 51 | 2C | 0 | 3F | 50 | E | D | 48 | 34 |
| Octal | 334 | 121 | 54 | 0 | 77 | 120 | 16 | 15 | 110 | 64 |
| Binary | 11011100 | 1010001 | 101100 | 0 | 111111 | 1010000 | 1110 | 1101 | 1001000 | 110100 |
Color Harmonies of #DC512C
Complementary color
Monochromatic Colors of #DC512C
Black with #DC512C
Text Example
Text Example
White with #DC512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC512C; }
p { color: rgb(220,81,44); }
H1.HeaderClassName
{
color: #DC512C;
}
.AnyTagClassName
{
color: #DC512C;
}
</style>
background-color css
<style>
a { background-color: #DC512C; }
a { background-color: rgb(220,81,44); }
div.DivClassName
{
background-color: #DC512C;
}
.BgClassName
{
background-color: #DC512C;
}
</style>
border-color css
<style>
span { border-color: #DC512C; }
span { border-color: rgb(220,81,44); }
td.TdClassName
{
border-color: #DC512C;
}
.TagClassName
{
border-color: #DC512C;
}
</style>