Shades of Chilean Fire #DC512E
Tints of Chilean Fire #DC512E
RGB
CMYK
RGB Variations
Color information
#DC512E (or 0xDC512E) is known color: Chilean Fire. HEX triplet: DC, 51 and 2E. RGB value is (220,81,46). Sum of RGB (Red+Green+Blue) = 220+81+46=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC512E is #23AED1. Grayscale: #767676. Windows color (decimal): -2338514 or 3035612. OLE color: 3035612.
HSL color Cylindrical-coordinate representation of color #DC512E: hue angle of 12.07º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC512E is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 46 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.14 |
| HSL | 12.07º | 0.71% | 0.52% | - |
| HSV(B) | 12.07º | 0.79% | 0.86% | - |
| XYZ | 32.95 | 21.3 | 4.96 | - |
| YUV | 118.57 | 87.05 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 46 | 0 | 0.63 | 0.79 | 0.14 | 12.07 | 0.71 | 0.52 |
| Hex | DC | 51 | 2E | 0 | 3F | 4F | E | C | 47 | 34 |
| Octal | 334 | 121 | 56 | 0 | 77 | 117 | 16 | 14 | 107 | 64 |
| Binary | 11011100 | 1010001 | 101110 | 0 | 111111 | 1001111 | 1110 | 1100 | 1000111 | 110100 |
Color Harmonies of #DC512E
Complementary color
Monochromatic Colors of #DC512E
Black with #DC512E
Text Example
Text Example
White with #DC512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC512E; }
p { color: rgb(220,81,46); }
H1.HeaderClassName
{
color: #DC512E;
}
.AnyTagClassName
{
color: #DC512E;
}
</style>
background-color css
<style>
a { background-color: #DC512E; }
a { background-color: rgb(220,81,46); }
div.DivClassName
{
background-color: #DC512E;
}
.BgClassName
{
background-color: #DC512E;
}
</style>
border-color css
<style>
span { border-color: #DC512E; }
span { border-color: rgb(220,81,46); }
td.TdClassName
{
border-color: #DC512E;
}
.TagClassName
{
border-color: #DC512E;
}
</style>