Shades of Chilean Fire #DB5D3C
Tints of Chilean Fire #DB5D3C
RGB
CMYK
RGB Variations
Color information
#DB5D3C (or 0xDB5D3C) is known color: Chilean Fire. HEX triplet: DB, 5D and 3C. RGB value is (219,93,60). Sum of RGB (Red+Green+Blue) = 219+93+60=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D3C is #24A2C3. Grayscale: #7F7F7F. Windows color (decimal): -2400964 or 3956187. OLE color: 3956187.
HSL color Cylindrical-coordinate representation of color #DB5D3C: hue angle of 12.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB5D3C is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 60 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.14 |
| HSL | 12.45º | 0.69% | 0.55% | - |
| HSV(B) | 12.45º | 0.73% | 0.86% | - |
| XYZ | 33.94 | 23.22 | 6.97 | - |
| YUV | 126.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 60 | 0 | 0.58 | 0.73 | 0.14 | 12.45 | 0.69 | 0.55 |
| Hex | DB | 5D | 3C | 0 | 3A | 49 | E | C | 45 | 37 |
| Octal | 333 | 135 | 74 | 0 | 72 | 111 | 16 | 14 | 105 | 67 |
| Binary | 11011011 | 1011101 | 111100 | 0 | 111010 | 1001001 | 1110 | 1100 | 1000101 | 110111 |
Color Harmonies of #DB5D3C
Complementary color
Monochromatic Colors of #DB5D3C
Black with #DB5D3C
Text Example
Text Example
White with #DB5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D3C; }
p { color: rgb(219,93,60); }
H1.HeaderClassName
{
color: #DB5D3C;
}
.AnyTagClassName
{
color: #DB5D3C;
}
</style>
background-color css
<style>
a { background-color: #DB5D3C; }
a { background-color: rgb(219,93,60); }
div.DivClassName
{
background-color: #DB5D3C;
}
.BgClassName
{
background-color: #DB5D3C;
}
</style>
border-color css
<style>
span { border-color: #DB5D3C; }
span { border-color: rgb(219,93,60); }
td.TdClassName
{
border-color: #DB5D3C;
}
.TagClassName
{
border-color: #DB5D3C;
}
</style>