Shades of Chilean Fire #DD4F1E
Tints of Chilean Fire #DD4F1E
RGB
CMYK
RGB Variations
Color information
#DD4F1E (or 0xDD4F1E) is known color: Chilean Fire. HEX triplet: DD, 4F and 1E. RGB value is (221,79,30). Sum of RGB (Red+Green+Blue) = 221+79+30=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F1E is #22B0E1. Grayscale: #747474. Windows color (decimal): -2273506 or 1986525. OLE color: 1986525.
HSL color Cylindrical-coordinate representation of color #DD4F1E: hue angle of 15.39º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD4F1E is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 30 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.13 |
| HSL | 15.39º | 0.76% | 0.49% | - |
| HSV(B) | 15.39º | 0.86% | 0.87% | - |
| XYZ | 32.85 | 21.06 | 3.56 | - |
| YUV | 115.87 | 79.54 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 30 | 0 | 0.64 | 0.86 | 0.13 | 15.39 | 0.76 | 0.49 |
| Hex | DD | 4F | 1E | 0 | 40 | 56 | D | F | 4C | 31 |
| Octal | 335 | 117 | 36 | 0 | 100 | 126 | 15 | 17 | 114 | 61 |
| Binary | 11011101 | 1001111 | 11110 | 0 | 1000000 | 1010110 | 1101 | 1111 | 1001100 | 110001 |
Color Harmonies of #DD4F1E
Complementary color
Monochromatic Colors of #DD4F1E
Black with #DD4F1E
Text Example
Text Example
White with #DD4F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F1E; }
p { color: rgb(221,79,30); }
H1.HeaderClassName
{
color: #DD4F1E;
}
.AnyTagClassName
{
color: #DD4F1E;
}
</style>
background-color css
<style>
a { background-color: #DD4F1E; }
a { background-color: rgb(221,79,30); }
div.DivClassName
{
background-color: #DD4F1E;
}
.BgClassName
{
background-color: #DD4F1E;
}
</style>
border-color css
<style>
span { border-color: #DD4F1E; }
span { border-color: rgb(221,79,30); }
td.TdClassName
{
border-color: #DD4F1E;
}
.TagClassName
{
border-color: #DD4F1E;
}
</style>