Shades of Chilean Fire #DA5430
Tints of Chilean Fire #DA5430
RGB
CMYK
RGB Variations
Color information
#DA5430 (or 0xDA5430) is known color: Chilean Fire. HEX triplet: DA, 54 and 30. RGB value is (218,84,48). Sum of RGB (Red+Green+Blue) = 218+84+48=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5430 is #25ABCF. Grayscale: #787878. Windows color (decimal): -2468816 or 3167450. OLE color: 3167450.
HSL color Cylindrical-coordinate representation of color #DA5430: hue angle of 12.71º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA5430 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 48 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.15 |
| HSL | 12.71º | 0.7% | 0.52% | - |
| HSV(B) | 12.71º | 0.78% | 0.85% | - |
| XYZ | 32.62 | 21.46 | 5.22 | - |
| YUV | 119.96 | 87.39 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 48 | 0 | 0.61 | 0.78 | 0.15 | 12.71 | 0.7 | 0.52 |
| Hex | DA | 54 | 30 | 0 | 3D | 4E | F | D | 46 | 34 |
| Octal | 332 | 124 | 60 | 0 | 75 | 116 | 17 | 15 | 106 | 64 |
| Binary | 11011010 | 1010100 | 110000 | 0 | 111101 | 1001110 | 1111 | 1101 | 1000110 | 110100 |
Color Harmonies of #DA5430
Complementary color
Monochromatic Colors of #DA5430
Black with #DA5430
Text Example
Text Example
White with #DA5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5430; }
p { color: rgb(218,84,48); }
H1.HeaderClassName
{
color: #DA5430;
}
.AnyTagClassName
{
color: #DA5430;
}
</style>
background-color css
<style>
a { background-color: #DA5430; }
a { background-color: rgb(218,84,48); }
div.DivClassName
{
background-color: #DA5430;
}
.BgClassName
{
background-color: #DA5430;
}
</style>
border-color css
<style>
span { border-color: #DA5430; }
span { border-color: rgb(218,84,48); }
td.TdClassName
{
border-color: #DA5430;
}
.TagClassName
{
border-color: #DA5430;
}
</style>