Shades of Chilean Fire #DD532A
Tints of Chilean Fire #DD532A
RGB
CMYK
RGB Variations
Color information
#DD532A (or 0xDD532A) is known color: Chilean Fire. HEX triplet: DD, 53 and 2A. RGB value is (221,83,42). Sum of RGB (Red+Green+Blue) = 221+83+42=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD532A is #22ACD5. Grayscale: #777777. Windows color (decimal): -2272470 or 2773981. OLE color: 2773981.
HSL color Cylindrical-coordinate representation of color #DD532A: hue angle of 13.74º 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 #DD532A is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 42 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.13 |
| HSL | 13.74º | 0.72% | 0.52% | - |
| HSV(B) | 13.74º | 0.81% | 0.87% | - |
| XYZ | 33.33 | 21.73 | 4.63 | - |
| YUV | 119.59 | 84.22 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 42 | 0 | 0.62 | 0.81 | 0.13 | 13.74 | 0.72 | 0.52 |
| Hex | DD | 53 | 2A | 0 | 3E | 51 | D | E | 48 | 34 |
| Octal | 335 | 123 | 52 | 0 | 76 | 121 | 15 | 16 | 110 | 64 |
| Binary | 11011101 | 1010011 | 101010 | 0 | 111110 | 1010001 | 1101 | 1110 | 1001000 | 110100 |
Color Harmonies of #DD532A
Complementary color
Monochromatic Colors of #DD532A
Black with #DD532A
Text Example
Text Example
White with #DD532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD532A; }
p { color: rgb(221,83,42); }
H1.HeaderClassName
{
color: #DD532A;
}
.AnyTagClassName
{
color: #DD532A;
}
</style>
background-color css
<style>
a { background-color: #DD532A; }
a { background-color: rgb(221,83,42); }
div.DivClassName
{
background-color: #DD532A;
}
.BgClassName
{
background-color: #DD532A;
}
</style>
border-color css
<style>
span { border-color: #DD532A; }
span { border-color: rgb(221,83,42); }
td.TdClassName
{
border-color: #DD532A;
}
.TagClassName
{
border-color: #DD532A;
}
</style>