Shades of Chilean Fire #DA582B
Tints of Chilean Fire #DA582B
RGB
CMYK
RGB Variations
Color information
#DA582B (or 0xDA582B) is known color: Chilean Fire. HEX triplet: DA, 58 and 2B. RGB value is (218,88,43). Sum of RGB (Red+Green+Blue) = 218+88+43=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA582B is #25A7D4. Grayscale: #7A7A7A. Windows color (decimal): -2467797 or 2840794. OLE color: 2840794.
HSL color Cylindrical-coordinate representation of color #DA582B: hue angle of 15.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA582B is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 43 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.15 |
| HSL | 15.43º | 0.7% | 0.51% | - |
| HSV(B) | 15.43º | 0.8% | 0.85% | - |
| XYZ | 32.84 | 22.06 | 4.81 | - |
| YUV | 121.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 43 | 0 | 0.60 | 0.80 | 0.15 | 15.43 | 0.7 | 0.51 |
| Hex | DA | 58 | 2B | 0 | 3C | 50 | F | F | 46 | 33 |
| Octal | 332 | 130 | 53 | 0 | 74 | 120 | 17 | 17 | 106 | 63 |
| Binary | 11011010 | 1011000 | 101011 | 0 | 111100 | 1010000 | 1111 | 1111 | 1000110 | 110011 |
Color Harmonies of #DA582B
Complementary color
Monochromatic Colors of #DA582B
Black with #DA582B
Text Example
Text Example
White with #DA582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA582B; }
p { color: rgb(218,88,43); }
H1.HeaderClassName
{
color: #DA582B;
}
.AnyTagClassName
{
color: #DA582B;
}
</style>
background-color css
<style>
a { background-color: #DA582B; }
a { background-color: rgb(218,88,43); }
div.DivClassName
{
background-color: #DA582B;
}
.BgClassName
{
background-color: #DA582B;
}
</style>
border-color css
<style>
span { border-color: #DA582B; }
span { border-color: rgb(218,88,43); }
td.TdClassName
{
border-color: #DA582B;
}
.TagClassName
{
border-color: #DA582B;
}
</style>