Shades of Chilean Fire #DA6030
Tints of Chilean Fire #DA6030
RGB
CMYK
RGB Variations
Color information
#DA6030 (or 0xDA6030) is known color: Chilean Fire. HEX triplet: DA, 60 and 30. RGB value is (218,96,48). Sum of RGB (Red+Green+Blue) = 218+96+48=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6030 is #259FCF. Grayscale: #7F7F7F. Windows color (decimal): -2465744 or 3170522. OLE color: 3170522.
HSL color Cylindrical-coordinate representation of color #DA6030: hue angle of 16.94º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA6030 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 48 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.15 |
| HSL | 16.94º | 0.7% | 0.52% | - |
| HSV(B) | 16.94º | 0.78% | 0.85% | - |
| XYZ | 33.63 | 23.48 | 5.56 | - |
| YUV | 127.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 48 | 0 | 0.56 | 0.78 | 0.15 | 16.94 | 0.7 | 0.52 |
| Hex | DA | 60 | 30 | 0 | 38 | 4E | F | 11 | 46 | 34 |
| Octal | 332 | 140 | 60 | 0 | 70 | 116 | 17 | 21 | 106 | 64 |
| Binary | 11011010 | 1100000 | 110000 | 0 | 111000 | 1001110 | 1111 | 10001 | 1000110 | 110100 |
Color Harmonies of #DA6030
Complementary color
Monochromatic Colors of #DA6030
Black with #DA6030
Text Example
Text Example
White with #DA6030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6030; }
p { color: rgb(218,96,48); }
H1.HeaderClassName
{
color: #DA6030;
}
.AnyTagClassName
{
color: #DA6030;
}
</style>
background-color css
<style>
a { background-color: #DA6030; }
a { background-color: rgb(218,96,48); }
div.DivClassName
{
background-color: #DA6030;
}
.BgClassName
{
background-color: #DA6030;
}
</style>
border-color css
<style>
span { border-color: #DA6030; }
span { border-color: rgb(218,96,48); }
td.TdClassName
{
border-color: #DA6030;
}
.TagClassName
{
border-color: #DA6030;
}
</style>