Shades of Chilean Fire #DA5328
Tints of Chilean Fire #DA5328
RGB
CMYK
RGB Variations
Color information
#DA5328 (or 0xDA5328) is known color: Chilean Fire. HEX triplet: DA, 53 and 28. RGB value is (218,83,40). Sum of RGB (Red+Green+Blue) = 218+83+40=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5328 is #25ACD7. Grayscale: #767676. Windows color (decimal): -2469080 or 2642906. OLE color: 2642906.
HSL color Cylindrical-coordinate representation of color #DA5328: hue angle of 14.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA5328 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 40 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.15 |
| HSL | 14.49º | 0.71% | 0.51% | - |
| HSV(B) | 14.49º | 0.82% | 0.85% | - |
| XYZ | 32.39 | 21.25 | 4.4 | - |
| YUV | 118.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 40 | 0 | 0.62 | 0.82 | 0.15 | 14.49 | 0.71 | 0.51 |
| Hex | DA | 53 | 28 | 0 | 3E | 52 | F | E | 47 | 33 |
| Octal | 332 | 123 | 50 | 0 | 76 | 122 | 17 | 16 | 107 | 63 |
| Binary | 11011010 | 1010011 | 101000 | 0 | 111110 | 1010010 | 1111 | 1110 | 1000111 | 110011 |
Color Harmonies of #DA5328
Complementary color
Monochromatic Colors of #DA5328
Black with #DA5328
Text Example
Text Example
White with #DA5328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5328; }
p { color: rgb(218,83,40); }
H1.HeaderClassName
{
color: #DA5328;
}
.AnyTagClassName
{
color: #DA5328;
}
</style>
background-color css
<style>
a { background-color: #DA5328; }
a { background-color: rgb(218,83,40); }
div.DivClassName
{
background-color: #DA5328;
}
.BgClassName
{
background-color: #DA5328;
}
</style>
border-color css
<style>
span { border-color: #DA5328; }
span { border-color: rgb(218,83,40); }
td.TdClassName
{
border-color: #DA5328;
}
.TagClassName
{
border-color: #DA5328;
}
</style>