Shades of Chilean Fire #DB5422
Tints of Chilean Fire #DB5422
RGB
CMYK
RGB Variations
Color information
#DB5422 (or 0xDB5422) is known color: Chilean Fire. HEX triplet: DB, 54 and 22. RGB value is (219,84,34). Sum of RGB (Red+Green+Blue) = 219+84+34=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5422 is #24ABDD. Grayscale: #767676. Windows color (decimal): -2403294 or 2249947. OLE color: 2249947.
HSL color Cylindrical-coordinate representation of color #DB5422: hue angle of 16.22º 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 #DB5422 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 34 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.14 |
| HSL | 16.22º | 0.73% | 0.5% | - |
| HSV(B) | 16.22º | 0.84% | 0.86% | - |
| XYZ | 32.67 | 21.52 | 3.94 | - |
| YUV | 118.67 | 80.23 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 34 | 0 | 0.62 | 0.84 | 0.14 | 16.22 | 0.73 | 0.5 |
| Hex | DB | 54 | 22 | 0 | 3E | 54 | E | 10 | 49 | 32 |
| Octal | 333 | 124 | 42 | 0 | 76 | 124 | 16 | 20 | 111 | 62 |
| Binary | 11011011 | 1010100 | 100010 | 0 | 111110 | 1010100 | 1110 | 10000 | 1001001 | 110010 |
Color Harmonies of #DB5422
Complementary color
Monochromatic Colors of #DB5422
Black with #DB5422
Text Example
Text Example
White with #DB5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5422; }
p { color: rgb(219,84,34); }
H1.HeaderClassName
{
color: #DB5422;
}
.AnyTagClassName
{
color: #DB5422;
}
</style>
background-color css
<style>
a { background-color: #DB5422; }
a { background-color: rgb(219,84,34); }
div.DivClassName
{
background-color: #DB5422;
}
.BgClassName
{
background-color: #DB5422;
}
</style>
border-color css
<style>
span { border-color: #DB5422; }
span { border-color: rgb(219,84,34); }
td.TdClassName
{
border-color: #DB5422;
}
.TagClassName
{
border-color: #DB5422;
}
</style>