Shades of Chilean Fire #DD542A
Tints of Chilean Fire #DD542A
RGB
CMYK
RGB Variations
Color information
#DD542A (or 0xDD542A) is known color: Chilean Fire. HEX triplet: DD, 54 and 2A. RGB value is (221,84,42). Sum of RGB (Red+Green+Blue) = 221+84+42=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD542A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD542A is #22ABD5. Grayscale: #787878. Windows color (decimal): -2272214 or 2774237. OLE color: 2774237.
HSL color Cylindrical-coordinate representation of color #DD542A: hue angle of 14.08º 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 #DD542A is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 42 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.13 |
| HSL | 14.08º | 0.72% | 0.52% | - |
| HSV(B) | 14.08º | 0.81% | 0.87% | - |
| XYZ | 33.41 | 21.88 | 4.65 | - |
| YUV | 120.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 42 | 0 | 0.62 | 0.81 | 0.13 | 14.08 | 0.72 | 0.52 |
| Hex | DD | 54 | 2A | 0 | 3E | 51 | D | E | 48 | 34 |
| Octal | 335 | 124 | 52 | 0 | 76 | 121 | 15 | 16 | 110 | 64 |
| Binary | 11011101 | 1010100 | 101010 | 0 | 111110 | 1010001 | 1101 | 1110 | 1001000 | 110100 |
Color Harmonies of #DD542A
Complementary color
Monochromatic Colors of #DD542A
Black with #DD542A
Text Example
Text Example
White with #DD542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD542A; }
p { color: rgb(221,84,42); }
H1.HeaderClassName
{
color: #DD542A;
}
.AnyTagClassName
{
color: #DD542A;
}
</style>
background-color css
<style>
a { background-color: #DD542A; }
a { background-color: rgb(221,84,42); }
div.DivClassName
{
background-color: #DD542A;
}
.BgClassName
{
background-color: #DD542A;
}
</style>
border-color css
<style>
span { border-color: #DD542A; }
span { border-color: rgb(221,84,42); }
td.TdClassName
{
border-color: #DD542A;
}
.TagClassName
{
border-color: #DD542A;
}
</style>