Shades of Chilean Fire #DB5D27
Tints of Chilean Fire #DB5D27
RGB
CMYK
RGB Variations
Color information
#DB5D27 (or 0xDB5D27) is known color: Chilean Fire. HEX triplet: DB, 5D and 27. RGB value is (219,93,39). Sum of RGB (Red+Green+Blue) = 219+93+39=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D27 is #24A2D8. Grayscale: #7C7C7C. Windows color (decimal): -2400985 or 2579931. OLE color: 2579931.
HSL color Cylindrical-coordinate representation of color #DB5D27: hue angle of 18º 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 #DB5D27 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 39 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.14 |
| HSL | 18º | 0.71% | 0.51% | - |
| HSV(B) | 18º | 0.82% | 0.86% | - |
| XYZ | 33.49 | 23.04 | 4.6 | - |
| YUV | 124.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 39 | 0 | 0.58 | 0.82 | 0.14 | 18 | 0.71 | 0.51 |
| Hex | DB | 5D | 27 | 0 | 3A | 52 | E | 12 | 47 | 33 |
| Octal | 333 | 135 | 47 | 0 | 72 | 122 | 16 | 22 | 107 | 63 |
| Binary | 11011011 | 1011101 | 100111 | 0 | 111010 | 1010010 | 1110 | 10010 | 1000111 | 110011 |
Color Harmonies of #DB5D27
Complementary color
Monochromatic Colors of #DB5D27
Black with #DB5D27
Text Example
Text Example
White with #DB5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D27; }
p { color: rgb(219,93,39); }
H1.HeaderClassName
{
color: #DB5D27;
}
.AnyTagClassName
{
color: #DB5D27;
}
</style>
background-color css
<style>
a { background-color: #DB5D27; }
a { background-color: rgb(219,93,39); }
div.DivClassName
{
background-color: #DB5D27;
}
.BgClassName
{
background-color: #DB5D27;
}
</style>
border-color css
<style>
span { border-color: #DB5D27; }
span { border-color: rgb(219,93,39); }
td.TdClassName
{
border-color: #DB5D27;
}
.TagClassName
{
border-color: #DB5D27;
}
</style>