Shades of Chilean Fire #DD5D2E
Tints of Chilean Fire #DD5D2E
RGB
CMYK
RGB Variations
Color information
#DD5D2E (or 0xDD5D2E) is known color: Chilean Fire. HEX triplet: DD, 5D and 2E. RGB value is (221,93,46). Sum of RGB (Red+Green+Blue) = 221+93+46=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D2E is #22A2D1. Grayscale: #7E7E7E. Windows color (decimal): -2269906 or 3038685. OLE color: 3038685.
HSL color Cylindrical-coordinate representation of color #DD5D2E: hue angle of 16.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD5D2E is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 46 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.13 |
| HSL | 16.11º | 0.72% | 0.52% | - |
| HSV(B) | 16.11º | 0.79% | 0.87% | - |
| XYZ | 34.23 | 23.4 | 5.3 | - |
| YUV | 125.91 | 82.91 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 46 | 0 | 0.58 | 0.79 | 0.13 | 16.11 | 0.72 | 0.52 |
| Hex | DD | 5D | 2E | 0 | 3A | 4F | D | 10 | 48 | 34 |
| Octal | 335 | 135 | 56 | 0 | 72 | 117 | 15 | 20 | 110 | 64 |
| Binary | 11011101 | 1011101 | 101110 | 0 | 111010 | 1001111 | 1101 | 10000 | 1001000 | 110100 |
Color Harmonies of #DD5D2E
Complementary color
Monochromatic Colors of #DD5D2E
Black with #DD5D2E
Text Example
Text Example
White with #DD5D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D2E; }
p { color: rgb(221,93,46); }
H1.HeaderClassName
{
color: #DD5D2E;
}
.AnyTagClassName
{
color: #DD5D2E;
}
</style>
background-color css
<style>
a { background-color: #DD5D2E; }
a { background-color: rgb(221,93,46); }
div.DivClassName
{
background-color: #DD5D2E;
}
.BgClassName
{
background-color: #DD5D2E;
}
</style>
border-color css
<style>
span { border-color: #DD5D2E; }
span { border-color: rgb(221,93,46); }
td.TdClassName
{
border-color: #DD5D2E;
}
.TagClassName
{
border-color: #DD5D2E;
}
</style>