Shades of Chilean Fire #DA5933
Tints of Chilean Fire #DA5933
RGB
CMYK
RGB Variations
Color information
#DA5933 (or 0xDA5933) is known color: Chilean Fire. HEX triplet: DA, 59 and 33. RGB value is (218,89,51). Sum of RGB (Red+Green+Blue) = 218+89+51=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5933 is #25A6CC. Grayscale: #7B7B7B. Windows color (decimal): -2467533 or 3365338. OLE color: 3365338.
HSL color Cylindrical-coordinate representation of color #DA5933: hue angle of 13.65º 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 #DA5933 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 51 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.15 |
| HSL | 13.65º | 0.69% | 0.53% | - |
| HSV(B) | 13.65º | 0.77% | 0.85% | - |
| XYZ | 33.08 | 22.29 | 5.69 | - |
| YUV | 123.24 | 87.24 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 51 | 0 | 0.59 | 0.77 | 0.15 | 13.65 | 0.69 | 0.53 |
| Hex | DA | 59 | 33 | 0 | 3B | 4D | F | E | 45 | 35 |
| Octal | 332 | 131 | 63 | 0 | 73 | 115 | 17 | 16 | 105 | 65 |
| Binary | 11011010 | 1011001 | 110011 | 0 | 111011 | 1001101 | 1111 | 1110 | 1000101 | 110101 |
Color Harmonies of #DA5933
Complementary color
Monochromatic Colors of #DA5933
Black with #DA5933
Text Example
Text Example
White with #DA5933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5933; }
p { color: rgb(218,89,51); }
H1.HeaderClassName
{
color: #DA5933;
}
.AnyTagClassName
{
color: #DA5933;
}
</style>
background-color css
<style>
a { background-color: #DA5933; }
a { background-color: rgb(218,89,51); }
div.DivClassName
{
background-color: #DA5933;
}
.BgClassName
{
background-color: #DA5933;
}
</style>
border-color css
<style>
span { border-color: #DA5933; }
span { border-color: rgb(218,89,51); }
td.TdClassName
{
border-color: #DA5933;
}
.TagClassName
{
border-color: #DA5933;
}
</style>