Shades of Chilean Fire #DA4D1D
Tints of Chilean Fire #DA4D1D
RGB
CMYK
RGB Variations
Color information
#DA4D1D (or 0xDA4D1D) is known color: Chilean Fire. HEX triplet: DA, 4D and 1D. RGB value is (218,77,29). Sum of RGB (Red+Green+Blue) = 218+77+29=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D1D is #25B2E2. Grayscale: #727272. Windows color (decimal): -2470627 or 1920474. OLE color: 1920474.
HSL color Cylindrical-coordinate representation of color #DA4D1D: hue angle of 15.24º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA4D1D is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 29 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.15 |
| HSL | 15.24º | 0.77% | 0.48% | - |
| HSV(B) | 15.24º | 0.87% | 0.85% | - |
| XYZ | 31.79 | 20.3 | 3.41 | - |
| YUV | 113.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 29 | 0 | 0.65 | 0.87 | 0.15 | 15.24 | 0.77 | 0.48 |
| Hex | DA | 4D | 1D | 0 | 41 | 57 | F | F | 4D | 30 |
| Octal | 332 | 115 | 35 | 0 | 101 | 127 | 17 | 17 | 115 | 60 |
| Binary | 11011010 | 1001101 | 11101 | 0 | 1000001 | 1010111 | 1111 | 1111 | 1001101 | 110000 |
Color Harmonies of #DA4D1D
Complementary color
Monochromatic Colors of #DA4D1D
Black with #DA4D1D
Text Example
Text Example
White with #DA4D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D1D; }
p { color: rgb(218,77,29); }
H1.HeaderClassName
{
color: #DA4D1D;
}
.AnyTagClassName
{
color: #DA4D1D;
}
</style>
background-color css
<style>
a { background-color: #DA4D1D; }
a { background-color: rgb(218,77,29); }
div.DivClassName
{
background-color: #DA4D1D;
}
.BgClassName
{
background-color: #DA4D1D;
}
</style>
border-color css
<style>
span { border-color: #DA4D1D; }
span { border-color: rgb(218,77,29); }
td.TdClassName
{
border-color: #DA4D1D;
}
.TagClassName
{
border-color: #DA4D1D;
}
</style>