Shades of Chilean Fire #DB5327
Tints of Chilean Fire #DB5327
RGB
CMYK
RGB Variations
Color information
#DB5327 (or 0xDB5327) is known color: Chilean Fire. HEX triplet: DB, 53 and 27. RGB value is (219,83,39). Sum of RGB (Red+Green+Blue) = 219+83+39=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5327 is #24ACD8. Grayscale: #767676. Windows color (decimal): -2403545 or 2577371. OLE color: 2577371.
HSL color Cylindrical-coordinate representation of color #DB5327: hue angle of 14.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 #DB5327 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 39 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.14 |
| HSL | 14.67º | 0.71% | 0.51% | - |
| HSV(B) | 14.67º | 0.82% | 0.86% | - |
| XYZ | 32.67 | 21.39 | 4.33 | - |
| YUV | 118.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 39 | 0 | 0.62 | 0.82 | 0.14 | 14.67 | 0.71 | 0.51 |
| Hex | DB | 53 | 27 | 0 | 3E | 52 | E | F | 47 | 33 |
| Octal | 333 | 123 | 47 | 0 | 76 | 122 | 16 | 17 | 107 | 63 |
| Binary | 11011011 | 1010011 | 100111 | 0 | 111110 | 1010010 | 1110 | 1111 | 1000111 | 110011 |
Color Harmonies of #DB5327
Complementary color
Monochromatic Colors of #DB5327
Black with #DB5327
Text Example
Text Example
White with #DB5327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5327; }
p { color: rgb(219,83,39); }
H1.HeaderClassName
{
color: #DB5327;
}
.AnyTagClassName
{
color: #DB5327;
}
</style>
background-color css
<style>
a { background-color: #DB5327; }
a { background-color: rgb(219,83,39); }
div.DivClassName
{
background-color: #DB5327;
}
.BgClassName
{
background-color: #DB5327;
}
</style>
border-color css
<style>
span { border-color: #DB5327; }
span { border-color: rgb(219,83,39); }
td.TdClassName
{
border-color: #DB5327;
}
.TagClassName
{
border-color: #DB5327;
}
</style>