Shades of Chilean Fire #DA5D2A
Tints of Chilean Fire #DA5D2A
RGB
CMYK
RGB Variations
Color information
#DA5D2A (or 0xDA5D2A) is known color: Chilean Fire. HEX triplet: DA, 5D and 2A. RGB value is (218,93,42). Sum of RGB (Red+Green+Blue) = 218+93+42=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D2A is #25A2D5. Grayscale: #7C7C7C. Windows color (decimal): -2466518 or 2776538. OLE color: 2776538.
HSL color Cylindrical-coordinate representation of color #DA5D2A: hue angle of 17.39º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA5D2A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 42 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.15 |
| HSL | 17.39º | 0.7% | 0.51% | - |
| HSV(B) | 17.39º | 0.81% | 0.85% | - |
| XYZ | 33.25 | 22.9 | 4.86 | - |
| YUV | 124.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 42 | 0 | 0.57 | 0.81 | 0.15 | 17.39 | 0.7 | 0.51 |
| Hex | DA | 5D | 2A | 0 | 39 | 51 | F | 11 | 46 | 33 |
| Octal | 332 | 135 | 52 | 0 | 71 | 121 | 17 | 21 | 106 | 63 |
| Binary | 11011010 | 1011101 | 101010 | 0 | 111001 | 1010001 | 1111 | 10001 | 1000110 | 110011 |
Color Harmonies of #DA5D2A
Complementary color
Monochromatic Colors of #DA5D2A
Black with #DA5D2A
Text Example
Text Example
White with #DA5D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D2A; }
p { color: rgb(218,93,42); }
H1.HeaderClassName
{
color: #DA5D2A;
}
.AnyTagClassName
{
color: #DA5D2A;
}
</style>
background-color css
<style>
a { background-color: #DA5D2A; }
a { background-color: rgb(218,93,42); }
div.DivClassName
{
background-color: #DA5D2A;
}
.BgClassName
{
background-color: #DA5D2A;
}
</style>
border-color css
<style>
span { border-color: #DA5D2A; }
span { border-color: rgb(218,93,42); }
td.TdClassName
{
border-color: #DA5D2A;
}
.TagClassName
{
border-color: #DA5D2A;
}
</style>