Shades of Chilean Fire #DB5F3B
Tints of Chilean Fire #DB5F3B
RGB
CMYK
RGB Variations
Color information
#DB5F3B (or 0xDB5F3B) is known color: Chilean Fire. HEX triplet: DB, 5F and 3B. RGB value is (219,95,59). Sum of RGB (Red+Green+Blue) = 219+95+59=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F3B is #24A0C4. Grayscale: #808080. Windows color (decimal): -2400453 or 3891163. OLE color: 3891163.
HSL color Cylindrical-coordinate representation of color #DB5F3B: hue angle of 13.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB5F3B is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 59 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.14 |
| HSL | 13.5º | 0.69% | 0.55% | - |
| HSV(B) | 13.5º | 0.73% | 0.86% | - |
| XYZ | 34.1 | 23.56 | 6.89 | - |
| YUV | 127.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 59 | 0 | 0.57 | 0.73 | 0.14 | 13.5 | 0.69 | 0.55 |
| Hex | DB | 5F | 3B | 0 | 39 | 49 | E | E | 45 | 37 |
| Octal | 333 | 137 | 73 | 0 | 71 | 111 | 16 | 16 | 105 | 67 |
| Binary | 11011011 | 1011111 | 111011 | 0 | 111001 | 1001001 | 1110 | 1110 | 1000101 | 110111 |
Color Harmonies of #DB5F3B
Complementary color
Monochromatic Colors of #DB5F3B
Black with #DB5F3B
Text Example
Text Example
White with #DB5F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F3B; }
p { color: rgb(219,95,59); }
H1.HeaderClassName
{
color: #DB5F3B;
}
.AnyTagClassName
{
color: #DB5F3B;
}
</style>
background-color css
<style>
a { background-color: #DB5F3B; }
a { background-color: rgb(219,95,59); }
div.DivClassName
{
background-color: #DB5F3B;
}
.BgClassName
{
background-color: #DB5F3B;
}
</style>
border-color css
<style>
span { border-color: #DB5F3B; }
span { border-color: rgb(219,95,59); }
td.TdClassName
{
border-color: #DB5F3B;
}
.TagClassName
{
border-color: #DB5F3B;
}
</style>