Shades of Chilean Fire #DD521E
Tints of Chilean Fire #DD521E
RGB
CMYK
RGB Variations
Color information
#DD521E (or 0xDD521E) is known color: Chilean Fire. HEX triplet: DD, 52 and 1E. RGB value is (221,82,30). Sum of RGB (Red+Green+Blue) = 221+82+30=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD521E is #22ADE1. Grayscale: #757575. Windows color (decimal): -2272738 or 1987293. OLE color: 1987293.
HSL color Cylindrical-coordinate representation of color #DD521E: hue angle of 16.34º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD521E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 30 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.13 |
| HSL | 16.34º | 0.76% | 0.49% | - |
| HSV(B) | 16.34º | 0.86% | 0.87% | - |
| XYZ | 33.07 | 21.5 | 3.64 | - |
| YUV | 117.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 30 | 0 | 0.63 | 0.86 | 0.13 | 16.34 | 0.76 | 0.49 |
| Hex | DD | 52 | 1E | 0 | 3F | 56 | D | 10 | 4C | 31 |
| Octal | 335 | 122 | 36 | 0 | 77 | 126 | 15 | 20 | 114 | 61 |
| Binary | 11011101 | 1010010 | 11110 | 0 | 111111 | 1010110 | 1101 | 10000 | 1001100 | 110001 |
Color Harmonies of #DD521E
Complementary color
Monochromatic Colors of #DD521E
Black with #DD521E
Text Example
Text Example
White with #DD521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD521E; }
p { color: rgb(221,82,30); }
H1.HeaderClassName
{
color: #DD521E;
}
.AnyTagClassName
{
color: #DD521E;
}
</style>
background-color css
<style>
a { background-color: #DD521E; }
a { background-color: rgb(221,82,30); }
div.DivClassName
{
background-color: #DD521E;
}
.BgClassName
{
background-color: #DD521E;
}
</style>
border-color css
<style>
span { border-color: #DD521E; }
span { border-color: rgb(221,82,30); }
td.TdClassName
{
border-color: #DD521E;
}
.TagClassName
{
border-color: #DD521E;
}
</style>