Shades of Chilean Fire #DD583B
Tints of Chilean Fire #DD583B
RGB
CMYK
RGB Variations
Color information
#DD583B (or 0xDD583B) is known color: Chilean Fire. HEX triplet: DD, 58 and 3B. RGB value is (221,88,59). Sum of RGB (Red+Green+Blue) = 221+88+59=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD583B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD583B is #22A7C4. Grayscale: #7C7C7C. Windows color (decimal): -2271173 or 3889373. OLE color: 3889373.
HSL color Cylindrical-coordinate representation of color #DD583B: hue angle of 10.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD583B is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 59 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.13 |
| HSL | 10.74º | 0.7% | 0.55% | - |
| HSV(B) | 10.74º | 0.73% | 0.87% | - |
| XYZ | 34.1 | 22.67 | 6.72 | - |
| YUV | 124.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 59 | 0 | 0.60 | 0.73 | 0.13 | 10.74 | 0.7 | 0.55 |
| Hex | DD | 58 | 3B | 0 | 3C | 49 | D | B | 46 | 37 |
| Octal | 335 | 130 | 73 | 0 | 74 | 111 | 15 | 13 | 106 | 67 |
| Binary | 11011101 | 1011000 | 111011 | 0 | 111100 | 1001001 | 1101 | 1011 | 1000110 | 110111 |
Color Harmonies of #DD583B
Complementary color
Monochromatic Colors of #DD583B
Black with #DD583B
Text Example
Text Example
White with #DD583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD583B; }
p { color: rgb(221,88,59); }
H1.HeaderClassName
{
color: #DD583B;
}
.AnyTagClassName
{
color: #DD583B;
}
</style>
background-color css
<style>
a { background-color: #DD583B; }
a { background-color: rgb(221,88,59); }
div.DivClassName
{
background-color: #DD583B;
}
.BgClassName
{
background-color: #DD583B;
}
</style>
border-color css
<style>
span { border-color: #DD583B; }
span { border-color: rgb(221,88,59); }
td.TdClassName
{
border-color: #DD583B;
}
.TagClassName
{
border-color: #DD583B;
}
</style>