Shades of Chilean Fire #DD5A30
Tints of Chilean Fire #DD5A30
RGB
CMYK
RGB Variations
Color information
#DD5A30 (or 0xDD5A30) is known color: Chilean Fire. HEX triplet: DD, 5A and 30. RGB value is (221,90,48). Sum of RGB (Red+Green+Blue) = 221+90+48=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A30 is #22A5CF. Grayscale: #7C7C7C. Windows color (decimal): -2270672 or 3168989. OLE color: 3168989.
HSL color Cylindrical-coordinate representation of color #DD5A30: hue angle of 14.57º 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 #DD5A30 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 48 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.13 |
| HSL | 14.57º | 0.72% | 0.53% | - |
| HSV(B) | 14.57º | 0.78% | 0.87% | - |
| XYZ | 34.01 | 22.9 | 5.42 | - |
| YUV | 124.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 48 | 0 | 0.59 | 0.78 | 0.13 | 14.57 | 0.72 | 0.53 |
| Hex | DD | 5A | 30 | 0 | 3B | 4E | D | F | 48 | 35 |
| Octal | 335 | 132 | 60 | 0 | 73 | 116 | 15 | 17 | 110 | 65 |
| Binary | 11011101 | 1011010 | 110000 | 0 | 111011 | 1001110 | 1101 | 1111 | 1001000 | 110101 |
Color Harmonies of #DD5A30
Complementary color
Monochromatic Colors of #DD5A30
Black with #DD5A30
Text Example
Text Example
White with #DD5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A30; }
p { color: rgb(221,90,48); }
H1.HeaderClassName
{
color: #DD5A30;
}
.AnyTagClassName
{
color: #DD5A30;
}
</style>
background-color css
<style>
a { background-color: #DD5A30; }
a { background-color: rgb(221,90,48); }
div.DivClassName
{
background-color: #DD5A30;
}
.BgClassName
{
background-color: #DD5A30;
}
</style>
border-color css
<style>
span { border-color: #DD5A30; }
span { border-color: rgb(221,90,48); }
td.TdClassName
{
border-color: #DD5A30;
}
.TagClassName
{
border-color: #DD5A30;
}
</style>