Shades of Chilean Fire #DA5D3D
Tints of Chilean Fire #DA5D3D
RGB
CMYK
RGB Variations
Color information
#DA5D3D (or 0xDA5D3D) is known color: Chilean Fire. HEX triplet: DA, 5D and 3D. RGB value is (218,93,61). Sum of RGB (Red+Green+Blue) = 218+93+61=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D3D is #25A2C2. Grayscale: #7E7E7E. Windows color (decimal): -2466499 or 4021722. OLE color: 4021722.
HSL color Cylindrical-coordinate representation of color #DA5D3D: hue angle of 12.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA5D3D is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 61 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.15 |
| HSL | 12.23º | 0.68% | 0.55% | - |
| HSV(B) | 12.23º | 0.72% | 0.85% | - |
| XYZ | 33.67 | 23.07 | 7.09 | - |
| YUV | 126.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 61 | 0 | 0.57 | 0.72 | 0.15 | 12.23 | 0.68 | 0.55 |
| Hex | DA | 5D | 3D | 0 | 39 | 48 | F | C | 44 | 37 |
| Octal | 332 | 135 | 75 | 0 | 71 | 110 | 17 | 14 | 104 | 67 |
| Binary | 11011010 | 1011101 | 111101 | 0 | 111001 | 1001000 | 1111 | 1100 | 1000100 | 110111 |
Color Harmonies of #DA5D3D
Complementary color
Monochromatic Colors of #DA5D3D
Black with #DA5D3D
Text Example
Text Example
White with #DA5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D3D; }
p { color: rgb(218,93,61); }
H1.HeaderClassName
{
color: #DA5D3D;
}
.AnyTagClassName
{
color: #DA5D3D;
}
</style>
background-color css
<style>
a { background-color: #DA5D3D; }
a { background-color: rgb(218,93,61); }
div.DivClassName
{
background-color: #DA5D3D;
}
.BgClassName
{
background-color: #DA5D3D;
}
</style>
border-color css
<style>
span { border-color: #DA5D3D; }
span { border-color: rgb(218,93,61); }
td.TdClassName
{
border-color: #DA5D3D;
}
.TagClassName
{
border-color: #DA5D3D;
}
</style>