Shades of Chilean Fire #DB5B2A
Tints of Chilean Fire #DB5B2A
RGB
CMYK
RGB Variations
Color information
#DB5B2A (or 0xDB5B2A) is known color: Chilean Fire. HEX triplet: DB, 5B and 2A. RGB value is (219,91,42). Sum of RGB (Red+Green+Blue) = 219+91+42=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B2A is #24A4D5. Grayscale: #7C7C7C. Windows color (decimal): -2401494 or 2776027. OLE color: 2776027.
HSL color Cylindrical-coordinate representation of color #DB5B2A: hue angle of 16.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB5B2A is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 42 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.14 |
| HSL | 16.61º | 0.71% | 0.51% | - |
| HSV(B) | 16.61º | 0.81% | 0.86% | - |
| XYZ | 33.37 | 22.71 | 4.81 | - |
| YUV | 123.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 42 | 0 | 0.58 | 0.81 | 0.14 | 16.61 | 0.71 | 0.51 |
| Hex | DB | 5B | 2A | 0 | 3A | 51 | E | 11 | 47 | 33 |
| Octal | 333 | 133 | 52 | 0 | 72 | 121 | 16 | 21 | 107 | 63 |
| Binary | 11011011 | 1011011 | 101010 | 0 | 111010 | 1010001 | 1110 | 10001 | 1000111 | 110011 |
Color Harmonies of #DB5B2A
Complementary color
Monochromatic Colors of #DB5B2A
Black with #DB5B2A
Text Example
Text Example
White with #DB5B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B2A; }
p { color: rgb(219,91,42); }
H1.HeaderClassName
{
color: #DB5B2A;
}
.AnyTagClassName
{
color: #DB5B2A;
}
</style>
background-color css
<style>
a { background-color: #DB5B2A; }
a { background-color: rgb(219,91,42); }
div.DivClassName
{
background-color: #DB5B2A;
}
.BgClassName
{
background-color: #DB5B2A;
}
</style>
border-color css
<style>
span { border-color: #DB5B2A; }
span { border-color: rgb(219,91,42); }
td.TdClassName
{
border-color: #DB5B2A;
}
.TagClassName
{
border-color: #DB5B2A;
}
</style>