Shades of Chilean Fire #DB5722
Tints of Chilean Fire #DB5722
RGB
CMYK
RGB Variations
Color information
#DB5722 (or 0xDB5722) is known color: Chilean Fire. HEX triplet: DB, 57 and 22. RGB value is (219,87,34). Sum of RGB (Red+Green+Blue) = 219+87+34=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5722 is #24A8DD. Grayscale: #787878. Windows color (decimal): -2402526 or 2250715. OLE color: 2250715.
HSL color Cylindrical-coordinate representation of color #DB5722: hue angle of 17.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB5722 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 34 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.14 |
| HSL | 17.19º | 0.73% | 0.5% | - |
| HSV(B) | 17.19º | 0.84% | 0.86% | - |
| XYZ | 32.91 | 21.99 | 4.02 | - |
| YUV | 120.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 34 | 0 | 0.60 | 0.84 | 0.14 | 17.19 | 0.73 | 0.5 |
| Hex | DB | 57 | 22 | 0 | 3C | 54 | E | 11 | 49 | 32 |
| Octal | 333 | 127 | 42 | 0 | 74 | 124 | 16 | 21 | 111 | 62 |
| Binary | 11011011 | 1010111 | 100010 | 0 | 111100 | 1010100 | 1110 | 10001 | 1001001 | 110010 |
Color Harmonies of #DB5722
Complementary color
Monochromatic Colors of #DB5722
Black with #DB5722
Text Example
Text Example
White with #DB5722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5722; }
p { color: rgb(219,87,34); }
H1.HeaderClassName
{
color: #DB5722;
}
.AnyTagClassName
{
color: #DB5722;
}
</style>
background-color css
<style>
a { background-color: #DB5722; }
a { background-color: rgb(219,87,34); }
div.DivClassName
{
background-color: #DB5722;
}
.BgClassName
{
background-color: #DB5722;
}
</style>
border-color css
<style>
span { border-color: #DB5722; }
span { border-color: rgb(219,87,34); }
td.TdClassName
{
border-color: #DB5722;
}
.TagClassName
{
border-color: #DB5722;
}
</style>