Shades of Chilean Fire #DD512D
Tints of Chilean Fire #DD512D
RGB
CMYK
RGB Variations
Color information
#DD512D (or 0xDD512D) is known color: Chilean Fire. HEX triplet: DD, 51 and 2D. RGB value is (221,81,45). Sum of RGB (Red+Green+Blue) = 221+81+45=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD512D is #22AED2. Grayscale: #777777. Windows color (decimal): -2272979 or 2970077. OLE color: 2970077.
HSL color Cylindrical-coordinate representation of color #DD512D: hue angle of 12.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD512D is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 45 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.13 |
| HSL | 12.27º | 0.72% | 0.52% | - |
| HSV(B) | 12.27º | 0.8% | 0.87% | - |
| XYZ | 33.23 | 21.45 | 4.87 | - |
| YUV | 118.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 45 | 0 | 0.63 | 0.80 | 0.13 | 12.27 | 0.72 | 0.52 |
| Hex | DD | 51 | 2D | 0 | 3F | 50 | D | C | 48 | 34 |
| Octal | 335 | 121 | 55 | 0 | 77 | 120 | 15 | 14 | 110 | 64 |
| Binary | 11011101 | 1010001 | 101101 | 0 | 111111 | 1010000 | 1101 | 1100 | 1001000 | 110100 |
Color Harmonies of #DD512D
Complementary color
Monochromatic Colors of #DD512D
Black with #DD512D
Text Example
Text Example
White with #DD512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD512D; }
p { color: rgb(221,81,45); }
H1.HeaderClassName
{
color: #DD512D;
}
.AnyTagClassName
{
color: #DD512D;
}
</style>
background-color css
<style>
a { background-color: #DD512D; }
a { background-color: rgb(221,81,45); }
div.DivClassName
{
background-color: #DD512D;
}
.BgClassName
{
background-color: #DD512D;
}
</style>
border-color css
<style>
span { border-color: #DD512D; }
span { border-color: rgb(221,81,45); }
td.TdClassName
{
border-color: #DD512D;
}
.TagClassName
{
border-color: #DD512D;
}
</style>