Shades of Chilean Fire #DB5F27
Tints of Chilean Fire #DB5F27
RGB
CMYK
RGB Variations
Color information
#DB5F27 (or 0xDB5F27) is known color: Chilean Fire. HEX triplet: DB, 5F and 27. RGB value is (219,95,39). Sum of RGB (Red+Green+Blue) = 219+95+39=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F27 is #24A0D8. Grayscale: #7E7E7E. Windows color (decimal): -2400473 or 2580443. OLE color: 2580443.
HSL color Cylindrical-coordinate representation of color #DB5F27: hue angle of 18.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB5F27 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 39 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.14 |
| HSL | 18.67º | 0.71% | 0.51% | - |
| HSV(B) | 18.67º | 0.82% | 0.86% | - |
| XYZ | 33.67 | 23.39 | 4.66 | - |
| YUV | 125.69 | 79.08 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 39 | 0 | 0.57 | 0.82 | 0.14 | 18.67 | 0.71 | 0.51 |
| Hex | DB | 5F | 27 | 0 | 39 | 52 | E | 13 | 47 | 33 |
| Octal | 333 | 137 | 47 | 0 | 71 | 122 | 16 | 23 | 107 | 63 |
| Binary | 11011011 | 1011111 | 100111 | 0 | 111001 | 1010010 | 1110 | 10011 | 1000111 | 110011 |
Color Harmonies of #DB5F27
Complementary color
Monochromatic Colors of #DB5F27
Black with #DB5F27
Text Example
Text Example
White with #DB5F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F27; }
p { color: rgb(219,95,39); }
H1.HeaderClassName
{
color: #DB5F27;
}
.AnyTagClassName
{
color: #DB5F27;
}
</style>
background-color css
<style>
a { background-color: #DB5F27; }
a { background-color: rgb(219,95,39); }
div.DivClassName
{
background-color: #DB5F27;
}
.BgClassName
{
background-color: #DB5F27;
}
</style>
border-color css
<style>
span { border-color: #DB5F27; }
span { border-color: rgb(219,95,39); }
td.TdClassName
{
border-color: #DB5F27;
}
.TagClassName
{
border-color: #DB5F27;
}
</style>