Shades of Chilean Fire #DB5227
Tints of Chilean Fire #DB5227
RGB
CMYK
RGB Variations
Color information
#DB5227 (or 0xDB5227) is known color: Chilean Fire. HEX triplet: DB, 52 and 27. RGB value is (219,82,39). Sum of RGB (Red+Green+Blue) = 219+82+39=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5227 is #24ADD8. Grayscale: #767676. Windows color (decimal): -2403801 or 2577115. OLE color: 2577115.
HSL color Cylindrical-coordinate representation of color #DB5227: hue angle of 14.33º 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 #DB5227 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 39 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.14 |
| HSL | 14.33º | 0.71% | 0.51% | - |
| HSV(B) | 14.33º | 0.82% | 0.86% | - |
| XYZ | 32.6 | 21.24 | 4.3 | - |
| YUV | 118.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 39 | 0 | 0.63 | 0.82 | 0.14 | 14.33 | 0.71 | 0.51 |
| Hex | DB | 52 | 27 | 0 | 3F | 52 | E | E | 47 | 33 |
| Octal | 333 | 122 | 47 | 0 | 77 | 122 | 16 | 16 | 107 | 63 |
| Binary | 11011011 | 1010010 | 100111 | 0 | 111111 | 1010010 | 1110 | 1110 | 1000111 | 110011 |
Color Harmonies of #DB5227
Complementary color
Monochromatic Colors of #DB5227
Black with #DB5227
Text Example
Text Example
White with #DB5227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5227; }
p { color: rgb(219,82,39); }
H1.HeaderClassName
{
color: #DB5227;
}
.AnyTagClassName
{
color: #DB5227;
}
</style>
background-color css
<style>
a { background-color: #DB5227; }
a { background-color: rgb(219,82,39); }
div.DivClassName
{
background-color: #DB5227;
}
.BgClassName
{
background-color: #DB5227;
}
</style>
border-color css
<style>
span { border-color: #DB5227; }
span { border-color: rgb(219,82,39); }
td.TdClassName
{
border-color: #DB5227;
}
.TagClassName
{
border-color: #DB5227;
}
</style>