Shades of Chilean Fire #DD5123
Tints of Chilean Fire #DD5123
RGB
CMYK
RGB Variations
Color information
#DD5123 (or 0xDD5123) is known color: Chilean Fire. HEX triplet: DD, 51 and 23. RGB value is (221,81,35). Sum of RGB (Red+Green+Blue) = 221+81+35=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5123 is #22AEDC. Grayscale: #757575. Windows color (decimal): -2272989 or 2314717. OLE color: 2314717.
HSL color Cylindrical-coordinate representation of color #DD5123: hue angle of 14.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD5123 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 35 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.13 |
| HSL | 14.84º | 0.73% | 0.5% | - |
| HSV(B) | 14.84º | 0.84% | 0.87% | - |
| XYZ | 33.06 | 21.38 | 3.97 | - |
| YUV | 117.62 | 81.38 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 35 | 0 | 0.63 | 0.84 | 0.13 | 14.84 | 0.73 | 0.5 |
| Hex | DD | 51 | 23 | 0 | 3F | 54 | D | F | 49 | 32 |
| Octal | 335 | 121 | 43 | 0 | 77 | 124 | 15 | 17 | 111 | 62 |
| Binary | 11011101 | 1010001 | 100011 | 0 | 111111 | 1010100 | 1101 | 1111 | 1001001 | 110010 |
Color Harmonies of #DD5123
Complementary color
Monochromatic Colors of #DD5123
Black with #DD5123
Text Example
Text Example
White with #DD5123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5123; }
p { color: rgb(221,81,35); }
H1.HeaderClassName
{
color: #DD5123;
}
.AnyTagClassName
{
color: #DD5123;
}
</style>
background-color css
<style>
a { background-color: #DD5123; }
a { background-color: rgb(221,81,35); }
div.DivClassName
{
background-color: #DD5123;
}
.BgClassName
{
background-color: #DD5123;
}
</style>
border-color css
<style>
span { border-color: #DD5123; }
span { border-color: rgb(221,81,35); }
td.TdClassName
{
border-color: #DD5123;
}
.TagClassName
{
border-color: #DD5123;
}
</style>