Shades of Chilean Fire #DB5A3C
Tints of Chilean Fire #DB5A3C
RGB
CMYK
RGB Variations
Color information
#DB5A3C (or 0xDB5A3C) is known color: Chilean Fire. HEX triplet: DB, 5A and 3C. RGB value is (219,90,60). Sum of RGB (Red+Green+Blue) = 219+90+60=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A3C is #24A5C3. Grayscale: #7D7D7D. Windows color (decimal): -2401732 or 3955419. OLE color: 3955419.
HSL color Cylindrical-coordinate representation of color #DB5A3C: hue angle of 11.32º 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 #DB5A3C is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 60 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.14 |
| HSL | 11.32º | 0.69% | 0.55% | - |
| HSV(B) | 11.32º | 0.73% | 0.86% | - |
| XYZ | 33.69 | 22.7 | 6.88 | - |
| YUV | 125.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 60 | 0 | 0.59 | 0.73 | 0.14 | 11.32 | 0.69 | 0.55 |
| Hex | DB | 5A | 3C | 0 | 3B | 49 | E | B | 45 | 37 |
| Octal | 333 | 132 | 74 | 0 | 73 | 111 | 16 | 13 | 105 | 67 |
| Binary | 11011011 | 1011010 | 111100 | 0 | 111011 | 1001001 | 1110 | 1011 | 1000101 | 110111 |
Color Harmonies of #DB5A3C
Complementary color
Monochromatic Colors of #DB5A3C
Black with #DB5A3C
Text Example
Text Example
White with #DB5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A3C; }
p { color: rgb(219,90,60); }
H1.HeaderClassName
{
color: #DB5A3C;
}
.AnyTagClassName
{
color: #DB5A3C;
}
</style>
background-color css
<style>
a { background-color: #DB5A3C; }
a { background-color: rgb(219,90,60); }
div.DivClassName
{
background-color: #DB5A3C;
}
.BgClassName
{
background-color: #DB5A3C;
}
</style>
border-color css
<style>
span { border-color: #DB5A3C; }
span { border-color: rgb(219,90,60); }
td.TdClassName
{
border-color: #DB5A3C;
}
.TagClassName
{
border-color: #DB5A3C;
}
</style>