Shades of Chilean Fire #DA603C
Tints of Chilean Fire #DA603C
RGB
CMYK
RGB Variations
Color information
#DA603C (or 0xDA603C) is known color: Chilean Fire. HEX triplet: DA, 60 and 3C. RGB value is (218,96,60). Sum of RGB (Red+Green+Blue) = 218+96+60=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA603C is #259FC3. Grayscale: #808080. Windows color (decimal): -2465732 or 3956954. OLE color: 3956954.
HSL color Cylindrical-coordinate representation of color #DA603C: hue angle of 13.67º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA603C is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 60 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.15 |
| HSL | 13.67º | 0.68% | 0.55% | - |
| HSV(B) | 13.67º | 0.72% | 0.85% | - |
| XYZ | 33.91 | 23.6 | 7.04 | - |
| YUV | 128.37 | 89.42 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 60 | 0 | 0.56 | 0.72 | 0.15 | 13.67 | 0.68 | 0.55 |
| Hex | DA | 60 | 3C | 0 | 38 | 48 | F | E | 44 | 37 |
| Octal | 332 | 140 | 74 | 0 | 70 | 110 | 17 | 16 | 104 | 67 |
| Binary | 11011010 | 1100000 | 111100 | 0 | 111000 | 1001000 | 1111 | 1110 | 1000100 | 110111 |
Color Harmonies of #DA603C
Complementary color
Monochromatic Colors of #DA603C
Black with #DA603C
Text Example
Text Example
White with #DA603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA603C; }
p { color: rgb(218,96,60); }
H1.HeaderClassName
{
color: #DA603C;
}
.AnyTagClassName
{
color: #DA603C;
}
</style>
background-color css
<style>
a { background-color: #DA603C; }
a { background-color: rgb(218,96,60); }
div.DivClassName
{
background-color: #DA603C;
}
.BgClassName
{
background-color: #DA603C;
}
</style>
border-color css
<style>
span { border-color: #DA603C; }
span { border-color: rgb(218,96,60); }
td.TdClassName
{
border-color: #DA603C;
}
.TagClassName
{
border-color: #DA603C;
}
</style>