Shades of Chilean Fire #DA5320
Tints of Chilean Fire #DA5320
RGB
CMYK
RGB Variations
Color information
#DA5320 (or 0xDA5320) is known color: Chilean Fire. HEX triplet: DA, 53 and 20. RGB value is (218,83,32). Sum of RGB (Red+Green+Blue) = 218+83+32=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5320 is #25ACDF. Grayscale: #757575. Windows color (decimal): -2469088 or 2118618. OLE color: 2118618.
HSL color Cylindrical-coordinate representation of color #DA5320: hue angle of 16.45º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA5320 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 32 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.15 |
| HSL | 16.45º | 0.74% | 0.49% | - |
| HSV(B) | 16.45º | 0.85% | 0.85% | - |
| XYZ | 32.27 | 21.2 | 3.76 | - |
| YUV | 117.55 | 79.73 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 32 | 0 | 0.62 | 0.85 | 0.15 | 16.45 | 0.74 | 0.49 |
| Hex | DA | 53 | 20 | 0 | 3E | 55 | F | 10 | 4A | 31 |
| Octal | 332 | 123 | 40 | 0 | 76 | 125 | 17 | 20 | 112 | 61 |
| Binary | 11011010 | 1010011 | 100000 | 0 | 111110 | 1010101 | 1111 | 10000 | 1001010 | 110001 |
Color Harmonies of #DA5320
Complementary color
Monochromatic Colors of #DA5320
Black with #DA5320
Text Example
Text Example
White with #DA5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5320; }
p { color: rgb(218,83,32); }
H1.HeaderClassName
{
color: #DA5320;
}
.AnyTagClassName
{
color: #DA5320;
}
</style>
background-color css
<style>
a { background-color: #DA5320; }
a { background-color: rgb(218,83,32); }
div.DivClassName
{
background-color: #DA5320;
}
.BgClassName
{
background-color: #DA5320;
}
</style>
border-color css
<style>
span { border-color: #DA5320; }
span { border-color: rgb(218,83,32); }
td.TdClassName
{
border-color: #DA5320;
}
.TagClassName
{
border-color: #DA5320;
}
</style>