Shades of Chilean Fire #DA5122
Tints of Chilean Fire #DA5122
RGB
CMYK
RGB Variations
Color information
#DA5122 (or 0xDA5122) is known color: Chilean Fire. HEX triplet: DA, 51 and 22. RGB value is (218,81,34). Sum of RGB (Red+Green+Blue) = 218+81+34=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5122 is #25AEDD. Grayscale: #747474. Windows color (decimal): -2469598 or 2249178. OLE color: 2249178.
HSL color Cylindrical-coordinate representation of color #DA5122: hue angle of 15.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA5122 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 34 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.15 |
| HSL | 15.33º | 0.73% | 0.49% | - |
| HSV(B) | 15.33º | 0.84% | 0.85% | - |
| XYZ | 32.14 | 20.91 | 3.85 | - |
| YUV | 116.61 | 81.39 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 34 | 0 | 0.63 | 0.84 | 0.15 | 15.33 | 0.73 | 0.49 |
| Hex | DA | 51 | 22 | 0 | 3F | 54 | F | F | 49 | 31 |
| Octal | 332 | 121 | 42 | 0 | 77 | 124 | 17 | 17 | 111 | 61 |
| Binary | 11011010 | 1010001 | 100010 | 0 | 111111 | 1010100 | 1111 | 1111 | 1001001 | 110001 |
Color Harmonies of #DA5122
Complementary color
Monochromatic Colors of #DA5122
Black with #DA5122
Text Example
Text Example
White with #DA5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5122; }
p { color: rgb(218,81,34); }
H1.HeaderClassName
{
color: #DA5122;
}
.AnyTagClassName
{
color: #DA5122;
}
</style>
background-color css
<style>
a { background-color: #DA5122; }
a { background-color: rgb(218,81,34); }
div.DivClassName
{
background-color: #DA5122;
}
.BgClassName
{
background-color: #DA5122;
}
</style>
border-color css
<style>
span { border-color: #DA5122; }
span { border-color: rgb(218,81,34); }
td.TdClassName
{
border-color: #DA5122;
}
.TagClassName
{
border-color: #DA5122;
}
</style>