Shades of Chilean Fire #DD5A3A
Tints of Chilean Fire #DD5A3A
RGB
CMYK
RGB Variations
Color information
#DD5A3A (or 0xDD5A3A) is known color: Chilean Fire. HEX triplet: DD, 5A and 3A. RGB value is (221,90,58). Sum of RGB (Red+Green+Blue) = 221+90+58=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A3A is #22A5C5. Grayscale: #7D7D7D. Windows color (decimal): -2270662 or 3824349. OLE color: 3824349.
HSL color Cylindrical-coordinate representation of color #DD5A3A: hue angle of 11.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD5A3A is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 58 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.13 |
| HSL | 11.78º | 0.71% | 0.55% | - |
| HSV(B) | 11.78º | 0.74% | 0.87% | - |
| XYZ | 34.24 | 22.99 | 6.64 | - |
| YUV | 125.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 58 | 0 | 0.59 | 0.74 | 0.13 | 11.78 | 0.71 | 0.55 |
| Hex | DD | 5A | 3A | 0 | 3B | 4A | D | C | 47 | 37 |
| Octal | 335 | 132 | 72 | 0 | 73 | 112 | 15 | 14 | 107 | 67 |
| Binary | 11011101 | 1011010 | 111010 | 0 | 111011 | 1001010 | 1101 | 1100 | 1000111 | 110111 |
Color Harmonies of #DD5A3A
Complementary color
Monochromatic Colors of #DD5A3A
Black with #DD5A3A
Text Example
Text Example
White with #DD5A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A3A; }
p { color: rgb(221,90,58); }
H1.HeaderClassName
{
color: #DD5A3A;
}
.AnyTagClassName
{
color: #DD5A3A;
}
</style>
background-color css
<style>
a { background-color: #DD5A3A; }
a { background-color: rgb(221,90,58); }
div.DivClassName
{
background-color: #DD5A3A;
}
.BgClassName
{
background-color: #DD5A3A;
}
</style>
border-color css
<style>
span { border-color: #DD5A3A; }
span { border-color: rgb(221,90,58); }
td.TdClassName
{
border-color: #DD5A3A;
}
.TagClassName
{
border-color: #DD5A3A;
}
</style>