Shades of Chilean Fire #DB5F36
Tints of Chilean Fire #DB5F36
RGB
CMYK
RGB Variations
Color information
#DB5F36 (or 0xDB5F36) is known color: Chilean Fire. HEX triplet: DB, 5F and 36. RGB value is (219,95,54). Sum of RGB (Red+Green+Blue) = 219+95+54=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F36 is #24A0C9. Grayscale: #7F7F7F. Windows color (decimal): -2400458 or 3563483. OLE color: 3563483.
HSL color Cylindrical-coordinate representation of color #DB5F36: hue angle of 14.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB5F36 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 54 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.14 |
| HSL | 14.91º | 0.7% | 0.54% | - |
| HSV(B) | 14.91º | 0.75% | 0.86% | - |
| XYZ | 33.97 | 23.51 | 6.24 | - |
| YUV | 127.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 54 | 0 | 0.57 | 0.75 | 0.14 | 14.91 | 0.7 | 0.54 |
| Hex | DB | 5F | 36 | 0 | 39 | 4B | E | F | 46 | 36 |
| Octal | 333 | 137 | 66 | 0 | 71 | 113 | 16 | 17 | 106 | 66 |
| Binary | 11011011 | 1011111 | 110110 | 0 | 111001 | 1001011 | 1110 | 1111 | 1000110 | 110110 |
Color Harmonies of #DB5F36
Complementary color
Monochromatic Colors of #DB5F36
Black with #DB5F36
Text Example
Text Example
White with #DB5F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F36; }
p { color: rgb(219,95,54); }
H1.HeaderClassName
{
color: #DB5F36;
}
.AnyTagClassName
{
color: #DB5F36;
}
</style>
background-color css
<style>
a { background-color: #DB5F36; }
a { background-color: rgb(219,95,54); }
div.DivClassName
{
background-color: #DB5F36;
}
.BgClassName
{
background-color: #DB5F36;
}
</style>
border-color css
<style>
span { border-color: #DB5F36; }
span { border-color: rgb(219,95,54); }
td.TdClassName
{
border-color: #DB5F36;
}
.TagClassName
{
border-color: #DB5F36;
}
</style>