Shades of Chilean Fire #DD5525
Tints of Chilean Fire #DD5525
RGB
CMYK
RGB Variations
Color information
#DD5525 (or 0xDD5525) is known color: Chilean Fire. HEX triplet: DD, 55 and 25. RGB value is (221,85,37). Sum of RGB (Red+Green+Blue) = 221+85+37=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5525 is #22AADA. Grayscale: #787878. Windows color (decimal): -2271963 or 2446813. OLE color: 2446813.
HSL color Cylindrical-coordinate representation of color #DD5525: hue angle of 15.65º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD5525 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 37 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.13 |
| HSL | 15.65º | 0.73% | 0.51% | - |
| HSV(B) | 15.65º | 0.83% | 0.87% | - |
| XYZ | 33.4 | 22 | 4.24 | - |
| YUV | 120.19 | 81.06 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 37 | 0 | 0.62 | 0.83 | 0.13 | 15.65 | 0.73 | 0.51 |
| Hex | DD | 55 | 25 | 0 | 3E | 53 | D | 10 | 49 | 33 |
| Octal | 335 | 125 | 45 | 0 | 76 | 123 | 15 | 20 | 111 | 63 |
| Binary | 11011101 | 1010101 | 100101 | 0 | 111110 | 1010011 | 1101 | 10000 | 1001001 | 110011 |
Color Harmonies of #DD5525
Complementary color
Monochromatic Colors of #DD5525
Black with #DD5525
Text Example
Text Example
White with #DD5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5525; }
p { color: rgb(221,85,37); }
H1.HeaderClassName
{
color: #DD5525;
}
.AnyTagClassName
{
color: #DD5525;
}
</style>
background-color css
<style>
a { background-color: #DD5525; }
a { background-color: rgb(221,85,37); }
div.DivClassName
{
background-color: #DD5525;
}
.BgClassName
{
background-color: #DD5525;
}
</style>
border-color css
<style>
span { border-color: #DD5525; }
span { border-color: rgb(221,85,37); }
td.TdClassName
{
border-color: #DD5525;
}
.TagClassName
{
border-color: #DD5525;
}
</style>