Shades of Chilean Fire #DA5436
Tints of Chilean Fire #DA5436
RGB
CMYK
RGB Variations
Color information
#DA5436 (or 0xDA5436) is known color: Chilean Fire. HEX triplet: DA, 54 and 36. RGB value is (218,84,54). Sum of RGB (Red+Green+Blue) = 218+84+54=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5436 is #25ABC9. Grayscale: #787878. Windows color (decimal): -2468810 or 3560666. OLE color: 3560666.
HSL color Cylindrical-coordinate representation of color #DA5436: hue angle of 10.98º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA5436 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 54 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.15 |
| HSL | 10.98º | 0.69% | 0.53% | - |
| HSV(B) | 10.98º | 0.75% | 0.85% | - |
| XYZ | 32.75 | 21.51 | 5.92 | - |
| YUV | 120.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 54 | 0 | 0.61 | 0.75 | 0.15 | 10.98 | 0.69 | 0.53 |
| Hex | DA | 54 | 36 | 0 | 3D | 4B | F | B | 45 | 35 |
| Octal | 332 | 124 | 66 | 0 | 75 | 113 | 17 | 13 | 105 | 65 |
| Binary | 11011010 | 1010100 | 110110 | 0 | 111101 | 1001011 | 1111 | 1011 | 1000101 | 110101 |
Color Harmonies of #DA5436
Complementary color
Monochromatic Colors of #DA5436
Black with #DA5436
Text Example
Text Example
White with #DA5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5436; }
p { color: rgb(218,84,54); }
H1.HeaderClassName
{
color: #DA5436;
}
.AnyTagClassName
{
color: #DA5436;
}
</style>
background-color css
<style>
a { background-color: #DA5436; }
a { background-color: rgb(218,84,54); }
div.DivClassName
{
background-color: #DA5436;
}
.BgClassName
{
background-color: #DA5436;
}
</style>
border-color css
<style>
span { border-color: #DA5436; }
span { border-color: rgb(218,84,54); }
td.TdClassName
{
border-color: #DA5436;
}
.TagClassName
{
border-color: #DA5436;
}
</style>