Shades of Chilean Fire #DD5C2E
Tints of Chilean Fire #DD5C2E
RGB
CMYK
RGB Variations
Color information
#DD5C2E (or 0xDD5C2E) is known color: Chilean Fire. HEX triplet: DD, 5C and 2E. RGB value is (221,92,46). Sum of RGB (Red+Green+Blue) = 221+92+46=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C2E is #22A3D1. Grayscale: #7D7D7D. Windows color (decimal): -2270162 or 3038429. OLE color: 3038429.
HSL color Cylindrical-coordinate representation of color #DD5C2E: hue angle of 15.77º 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 #DD5C2E is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 46 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.13 |
| HSL | 15.77º | 0.72% | 0.52% | - |
| HSV(B) | 15.77º | 0.79% | 0.87% | - |
| XYZ | 34.14 | 23.22 | 5.27 | - |
| YUV | 125.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 46 | 0 | 0.58 | 0.79 | 0.13 | 15.77 | 0.72 | 0.52 |
| Hex | DD | 5C | 2E | 0 | 3A | 4F | D | 10 | 48 | 34 |
| Octal | 335 | 134 | 56 | 0 | 72 | 117 | 15 | 20 | 110 | 64 |
| Binary | 11011101 | 1011100 | 101110 | 0 | 111010 | 1001111 | 1101 | 10000 | 1001000 | 110100 |
Color Harmonies of #DD5C2E
Complementary color
Monochromatic Colors of #DD5C2E
Black with #DD5C2E
Text Example
Text Example
White with #DD5C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C2E; }
p { color: rgb(221,92,46); }
H1.HeaderClassName
{
color: #DD5C2E;
}
.AnyTagClassName
{
color: #DD5C2E;
}
</style>
background-color css
<style>
a { background-color: #DD5C2E; }
a { background-color: rgb(221,92,46); }
div.DivClassName
{
background-color: #DD5C2E;
}
.BgClassName
{
background-color: #DD5C2E;
}
</style>
border-color css
<style>
span { border-color: #DD5C2E; }
span { border-color: rgb(221,92,46); }
td.TdClassName
{
border-color: #DD5C2E;
}
.TagClassName
{
border-color: #DD5C2E;
}
</style>