Shades of Chilean Fire #DD562F
Tints of Chilean Fire #DD562F
RGB
CMYK
RGB Variations
Color information
#DD562F (or 0xDD562F) is known color: Chilean Fire. HEX triplet: DD, 56 and 2F. RGB value is (221,86,47). Sum of RGB (Red+Green+Blue) = 221+86+47=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD562F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD562F is #22A9D0. Grayscale: #7A7A7A. Windows color (decimal): -2271697 or 3102429. OLE color: 3102429.
HSL color Cylindrical-coordinate representation of color #DD562F: hue angle of 13.45º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD562F is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 47 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.13 |
| HSL | 13.45º | 0.72% | 0.53% | - |
| HSV(B) | 13.45º | 0.79% | 0.87% | - |
| XYZ | 33.66 | 22.23 | 5.21 | - |
| YUV | 121.92 | 85.73 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 47 | 0 | 0.61 | 0.79 | 0.13 | 13.45 | 0.72 | 0.53 |
| Hex | DD | 56 | 2F | 0 | 3D | 4F | D | D | 48 | 35 |
| Octal | 335 | 126 | 57 | 0 | 75 | 117 | 15 | 15 | 110 | 65 |
| Binary | 11011101 | 1010110 | 101111 | 0 | 111101 | 1001111 | 1101 | 1101 | 1001000 | 110101 |
Color Harmonies of #DD562F
Complementary color
Monochromatic Colors of #DD562F
Black with #DD562F
Text Example
Text Example
White with #DD562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD562F; }
p { color: rgb(221,86,47); }
H1.HeaderClassName
{
color: #DD562F;
}
.AnyTagClassName
{
color: #DD562F;
}
</style>
background-color css
<style>
a { background-color: #DD562F; }
a { background-color: rgb(221,86,47); }
div.DivClassName
{
background-color: #DD562F;
}
.BgClassName
{
background-color: #DD562F;
}
</style>
border-color css
<style>
span { border-color: #DD562F; }
span { border-color: rgb(221,86,47); }
td.TdClassName
{
border-color: #DD562F;
}
.TagClassName
{
border-color: #DD562F;
}
</style>