Shades of Chilean Fire #DD5A36
Tints of Chilean Fire #DD5A36
RGB
CMYK
RGB Variations
Color information
#DD5A36 (or 0xDD5A36) is known color: Chilean Fire. HEX triplet: DD, 5A and 36. RGB value is (221,90,54). Sum of RGB (Red+Green+Blue) = 221+90+54=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A36 is #22A5C9. Grayscale: #7D7D7D. Windows color (decimal): -2270666 or 3562205. OLE color: 3562205.
HSL color Cylindrical-coordinate representation of color #DD5A36: hue angle of 12.93º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD5A36 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 54 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.13 |
| HSL | 12.93º | 0.71% | 0.54% | - |
| HSV(B) | 12.93º | 0.76% | 0.87% | - |
| XYZ | 34.14 | 22.95 | 6.12 | - |
| YUV | 125.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 54 | 0 | 0.59 | 0.76 | 0.13 | 12.93 | 0.71 | 0.54 |
| Hex | DD | 5A | 36 | 0 | 3B | 4C | D | D | 47 | 36 |
| Octal | 335 | 132 | 66 | 0 | 73 | 114 | 15 | 15 | 107 | 66 |
| Binary | 11011101 | 1011010 | 110110 | 0 | 111011 | 1001100 | 1101 | 1101 | 1000111 | 110110 |
Color Harmonies of #DD5A36
Complementary color
Monochromatic Colors of #DD5A36
Black with #DD5A36
Text Example
Text Example
White with #DD5A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A36; }
p { color: rgb(221,90,54); }
H1.HeaderClassName
{
color: #DD5A36;
}
.AnyTagClassName
{
color: #DD5A36;
}
</style>
background-color css
<style>
a { background-color: #DD5A36; }
a { background-color: rgb(221,90,54); }
div.DivClassName
{
background-color: #DD5A36;
}
.BgClassName
{
background-color: #DD5A36;
}
</style>
border-color css
<style>
span { border-color: #DD5A36; }
span { border-color: rgb(221,90,54); }
td.TdClassName
{
border-color: #DD5A36;
}
.TagClassName
{
border-color: #DD5A36;
}
</style>