Shades of Chilean Fire #DD582A
Tints of Chilean Fire #DD582A
RGB
CMYK
RGB Variations
Color information
#DD582A (or 0xDD582A) is known color: Chilean Fire. HEX triplet: DD, 58 and 2A. RGB value is (221,88,42). Sum of RGB (Red+Green+Blue) = 221+88+42=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD582A is #22A7D5. Grayscale: #7A7A7A. Windows color (decimal): -2271190 or 2775261. OLE color: 2775261.
HSL color Cylindrical-coordinate representation of color #DD582A: hue angle of 15.42º 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 #DD582A is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 42 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.13 |
| HSL | 15.42º | 0.72% | 0.52% | - |
| HSV(B) | 15.42º | 0.81% | 0.87% | - |
| XYZ | 33.73 | 22.52 | 4.76 | - |
| YUV | 122.52 | 82.56 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 42 | 0 | 0.60 | 0.81 | 0.13 | 15.42 | 0.72 | 0.52 |
| Hex | DD | 58 | 2A | 0 | 3C | 51 | D | F | 48 | 34 |
| Octal | 335 | 130 | 52 | 0 | 74 | 121 | 15 | 17 | 110 | 64 |
| Binary | 11011101 | 1011000 | 101010 | 0 | 111100 | 1010001 | 1101 | 1111 | 1001000 | 110100 |
Color Harmonies of #DD582A
Complementary color
Monochromatic Colors of #DD582A
Black with #DD582A
Text Example
Text Example
White with #DD582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD582A; }
p { color: rgb(221,88,42); }
H1.HeaderClassName
{
color: #DD582A;
}
.AnyTagClassName
{
color: #DD582A;
}
</style>
background-color css
<style>
a { background-color: #DD582A; }
a { background-color: rgb(221,88,42); }
div.DivClassName
{
background-color: #DD582A;
}
.BgClassName
{
background-color: #DD582A;
}
</style>
border-color css
<style>
span { border-color: #DD582A; }
span { border-color: rgb(221,88,42); }
td.TdClassName
{
border-color: #DD582A;
}
.TagClassName
{
border-color: #DD582A;
}
</style>