Shades of Chilean Fire #DD5F30
Tints of Chilean Fire #DD5F30
RGB
CMYK
RGB Variations
Color information
#DD5F30 (or 0xDD5F30) is known color: Chilean Fire. HEX triplet: DD, 5F and 30. RGB value is (221,95,48). Sum of RGB (Red+Green+Blue) = 221+95+48=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5F30 is #22A0CF. Grayscale: #7F7F7F. Windows color (decimal): -2269392 or 3170269. OLE color: 3170269.
HSL color Cylindrical-coordinate representation of color #DD5F30: hue angle of 16.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD5F30 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 48 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.13 |
| HSL | 16.3º | 0.72% | 0.53% | - |
| HSV(B) | 16.3º | 0.78% | 0.87% | - |
| XYZ | 34.44 | 23.77 | 5.57 | - |
| YUV | 127.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 48 | 0 | 0.57 | 0.78 | 0.13 | 16.3 | 0.72 | 0.53 |
| Hex | DD | 5F | 30 | 0 | 39 | 4E | D | 10 | 48 | 35 |
| Octal | 335 | 137 | 60 | 0 | 71 | 116 | 15 | 20 | 110 | 65 |
| Binary | 11011101 | 1011111 | 110000 | 0 | 111001 | 1001110 | 1101 | 10000 | 1001000 | 110101 |
Color Harmonies of #DD5F30
Complementary color
Monochromatic Colors of #DD5F30
Black with #DD5F30
Text Example
Text Example
White with #DD5F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F30; }
p { color: rgb(221,95,48); }
H1.HeaderClassName
{
color: #DD5F30;
}
.AnyTagClassName
{
color: #DD5F30;
}
</style>
background-color css
<style>
a { background-color: #DD5F30; }
a { background-color: rgb(221,95,48); }
div.DivClassName
{
background-color: #DD5F30;
}
.BgClassName
{
background-color: #DD5F30;
}
</style>
border-color css
<style>
span { border-color: #DD5F30; }
span { border-color: rgb(221,95,48); }
td.TdClassName
{
border-color: #DD5F30;
}
.TagClassName
{
border-color: #DD5F30;
}
</style>