Shades of Chilean Fire #DA5833
Tints of Chilean Fire #DA5833
RGB
CMYK
RGB Variations
Color information
#DA5833 (or 0xDA5833) is known color: Chilean Fire. HEX triplet: DA, 58 and 33. RGB value is (218,88,51). Sum of RGB (Red+Green+Blue) = 218+88+51=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5833 is #25A7CC. Grayscale: #7A7A7A. Windows color (decimal): -2467789 or 3365082. OLE color: 3365082.
HSL color Cylindrical-coordinate representation of color #DA5833: hue angle of 13.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA5833 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 51 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.15 |
| HSL | 13.29º | 0.69% | 0.53% | - |
| HSV(B) | 13.29º | 0.77% | 0.85% | - |
| XYZ | 33 | 22.12 | 5.66 | - |
| YUV | 122.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 51 | 0 | 0.60 | 0.77 | 0.15 | 13.29 | 0.69 | 0.53 |
| Hex | DA | 58 | 33 | 0 | 3C | 4D | F | D | 45 | 35 |
| Octal | 332 | 130 | 63 | 0 | 74 | 115 | 17 | 15 | 105 | 65 |
| Binary | 11011010 | 1011000 | 110011 | 0 | 111100 | 1001101 | 1111 | 1101 | 1000101 | 110101 |
Color Harmonies of #DA5833
Complementary color
Monochromatic Colors of #DA5833
Black with #DA5833
Text Example
Text Example
White with #DA5833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5833; }
p { color: rgb(218,88,51); }
H1.HeaderClassName
{
color: #DA5833;
}
.AnyTagClassName
{
color: #DA5833;
}
</style>
background-color css
<style>
a { background-color: #DA5833; }
a { background-color: rgb(218,88,51); }
div.DivClassName
{
background-color: #DA5833;
}
.BgClassName
{
background-color: #DA5833;
}
</style>
border-color css
<style>
span { border-color: #DA5833; }
span { border-color: rgb(218,88,51); }
td.TdClassName
{
border-color: #DA5833;
}
.TagClassName
{
border-color: #DA5833;
}
</style>