Shades of Chilean Fire #DB5427
Tints of Chilean Fire #DB5427
RGB
CMYK
RGB Variations
Color information
#DB5427 (or 0xDB5427) is known color: Chilean Fire. HEX triplet: DB, 54 and 27. RGB value is (219,84,39). Sum of RGB (Red+Green+Blue) = 219+84+39=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5427 is #24ABD8. Grayscale: #777777. Windows color (decimal): -2403289 or 2577627. OLE color: 2577627.
HSL color Cylindrical-coordinate representation of color #DB5427: hue angle of 15º 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 #DB5427 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 39 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.14 |
| HSL | 15º | 0.71% | 0.51% | - |
| HSV(B) | 15º | 0.82% | 0.86% | - |
| XYZ | 32.75 | 21.55 | 4.35 | - |
| YUV | 119.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 39 | 0 | 0.62 | 0.82 | 0.14 | 15 | 0.71 | 0.51 |
| Hex | DB | 54 | 27 | 0 | 3E | 52 | E | F | 47 | 33 |
| Octal | 333 | 124 | 47 | 0 | 76 | 122 | 16 | 17 | 107 | 63 |
| Binary | 11011011 | 1010100 | 100111 | 0 | 111110 | 1010010 | 1110 | 1111 | 1000111 | 110011 |
Color Harmonies of #DB5427
Complementary color
Monochromatic Colors of #DB5427
Black with #DB5427
Text Example
Text Example
White with #DB5427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5427; }
p { color: rgb(219,84,39); }
H1.HeaderClassName
{
color: #DB5427;
}
.AnyTagClassName
{
color: #DB5427;
}
</style>
background-color css
<style>
a { background-color: #DB5427; }
a { background-color: rgb(219,84,39); }
div.DivClassName
{
background-color: #DB5427;
}
.BgClassName
{
background-color: #DB5427;
}
</style>
border-color css
<style>
span { border-color: #DB5427; }
span { border-color: rgb(219,84,39); }
td.TdClassName
{
border-color: #DB5427;
}
.TagClassName
{
border-color: #DB5427;
}
</style>