Shades of Chilean Fire #DA5434
Tints of Chilean Fire #DA5434
RGB
CMYK
RGB Variations
Color information
#DA5434 (or 0xDA5434) is known color: Chilean Fire. HEX triplet: DA, 54 and 34. RGB value is (218,84,52). Sum of RGB (Red+Green+Blue) = 218+84+52=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5434 is #25ABCB. Grayscale: #787878. Windows color (decimal): -2468812 or 3429594. OLE color: 3429594.
HSL color Cylindrical-coordinate representation of color #DA5434: hue angle of 11.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA5434 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 52 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.15 |
| HSL | 11.57º | 0.69% | 0.53% | - |
| HSV(B) | 11.57º | 0.76% | 0.85% | - |
| XYZ | 32.7 | 21.49 | 5.67 | - |
| YUV | 120.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 52 | 0 | 0.61 | 0.76 | 0.15 | 11.57 | 0.69 | 0.53 |
| Hex | DA | 54 | 34 | 0 | 3D | 4C | F | C | 45 | 35 |
| Octal | 332 | 124 | 64 | 0 | 75 | 114 | 17 | 14 | 105 | 65 |
| Binary | 11011010 | 1010100 | 110100 | 0 | 111101 | 1001100 | 1111 | 1100 | 1000101 | 110101 |
Color Harmonies of #DA5434
Complementary color
Monochromatic Colors of #DA5434
Black with #DA5434
Text Example
Text Example
White with #DA5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5434; }
p { color: rgb(218,84,52); }
H1.HeaderClassName
{
color: #DA5434;
}
.AnyTagClassName
{
color: #DA5434;
}
</style>
background-color css
<style>
a { background-color: #DA5434; }
a { background-color: rgb(218,84,52); }
div.DivClassName
{
background-color: #DA5434;
}
.BgClassName
{
background-color: #DA5434;
}
</style>
border-color css
<style>
span { border-color: #DA5434; }
span { border-color: rgb(218,84,52); }
td.TdClassName
{
border-color: #DA5434;
}
.TagClassName
{
border-color: #DA5434;
}
</style>