Shades of Chilean Fire #DD5F2A
Tints of Chilean Fire #DD5F2A
RGB
CMYK
RGB Variations
Color information
#DD5F2A (or 0xDD5F2A) is known color: Chilean Fire. HEX triplet: DD, 5F and 2A. RGB value is (221,95,42). Sum of RGB (Red+Green+Blue) = 221+95+42=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5F2A is #22A0D5. Grayscale: #7E7E7E. Windows color (decimal): -2269398 or 2777053. OLE color: 2777053.
HSL color Cylindrical-coordinate representation of color #DD5F2A: hue angle of 17.77º 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 #DD5F2A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 42 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.13 |
| HSL | 17.77º | 0.72% | 0.52% | - |
| HSV(B) | 17.77º | 0.81% | 0.87% | - |
| XYZ | 34.33 | 23.72 | 4.96 | - |
| YUV | 126.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 42 | 0 | 0.57 | 0.81 | 0.13 | 17.77 | 0.72 | 0.52 |
| Hex | DD | 5F | 2A | 0 | 39 | 51 | D | 12 | 48 | 34 |
| Octal | 335 | 137 | 52 | 0 | 71 | 121 | 15 | 22 | 110 | 64 |
| Binary | 11011101 | 1011111 | 101010 | 0 | 111001 | 1010001 | 1101 | 10010 | 1001000 | 110100 |
Color Harmonies of #DD5F2A
Complementary color
Monochromatic Colors of #DD5F2A
Black with #DD5F2A
Text Example
Text Example
White with #DD5F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F2A; }
p { color: rgb(221,95,42); }
H1.HeaderClassName
{
color: #DD5F2A;
}
.AnyTagClassName
{
color: #DD5F2A;
}
</style>
background-color css
<style>
a { background-color: #DD5F2A; }
a { background-color: rgb(221,95,42); }
div.DivClassName
{
background-color: #DD5F2A;
}
.BgClassName
{
background-color: #DD5F2A;
}
</style>
border-color css
<style>
span { border-color: #DD5F2A; }
span { border-color: rgb(221,95,42); }
td.TdClassName
{
border-color: #DD5F2A;
}
.TagClassName
{
border-color: #DD5F2A;
}
</style>