Shades of Chilean Fire #DD512B
Tints of Chilean Fire #DD512B
RGB
CMYK
RGB Variations
Color information
#DD512B (or 0xDD512B) is known color: Chilean Fire. HEX triplet: DD, 51 and 2B. RGB value is (221,81,43). Sum of RGB (Red+Green+Blue) = 221+81+43=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD512B is #22AED4. Grayscale: #767676. Windows color (decimal): -2272981 or 2839005. OLE color: 2839005.
HSL color Cylindrical-coordinate representation of color #DD512B: hue angle of 12.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD512B is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 43 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.13 |
| HSL | 12.81º | 0.72% | 0.52% | - |
| HSV(B) | 12.81º | 0.81% | 0.87% | - |
| XYZ | 33.2 | 21.43 | 4.67 | - |
| YUV | 118.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 43 | 0 | 0.63 | 0.81 | 0.13 | 12.81 | 0.72 | 0.52 |
| Hex | DD | 51 | 2B | 0 | 3F | 51 | D | D | 48 | 34 |
| Octal | 335 | 121 | 53 | 0 | 77 | 121 | 15 | 15 | 110 | 64 |
| Binary | 11011101 | 1010001 | 101011 | 0 | 111111 | 1010001 | 1101 | 1101 | 1001000 | 110100 |
Color Harmonies of #DD512B
Complementary color
Monochromatic Colors of #DD512B
Black with #DD512B
Text Example
Text Example
White with #DD512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD512B; }
p { color: rgb(221,81,43); }
H1.HeaderClassName
{
color: #DD512B;
}
.AnyTagClassName
{
color: #DD512B;
}
</style>
background-color css
<style>
a { background-color: #DD512B; }
a { background-color: rgb(221,81,43); }
div.DivClassName
{
background-color: #DD512B;
}
.BgClassName
{
background-color: #DD512B;
}
</style>
border-color css
<style>
span { border-color: #DD512B; }
span { border-color: rgb(221,81,43); }
td.TdClassName
{
border-color: #DD512B;
}
.TagClassName
{
border-color: #DD512B;
}
</style>