Shades of Chilean Fire #DB5E3D
Tints of Chilean Fire #DB5E3D
RGB
CMYK
RGB Variations
Color information
#DB5E3D (or 0xDB5E3D) is known color: Chilean Fire. HEX triplet: DB, 5E and 3D. RGB value is (219,94,61). Sum of RGB (Red+Green+Blue) = 219+94+61=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E3D is #24A1C2. Grayscale: #7F7F7F. Windows color (decimal): -2400707 or 4021979. OLE color: 4021979.
HSL color Cylindrical-coordinate representation of color #DB5E3D: hue angle of 12.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB5E3D is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 61 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.14 |
| HSL | 12.53º | 0.69% | 0.55% | - |
| HSV(B) | 12.53º | 0.72% | 0.86% | - |
| XYZ | 34.06 | 23.4 | 7.14 | - |
| YUV | 127.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 61 | 0 | 0.57 | 0.72 | 0.14 | 12.53 | 0.69 | 0.55 |
| Hex | DB | 5E | 3D | 0 | 39 | 48 | E | D | 45 | 37 |
| Octal | 333 | 136 | 75 | 0 | 71 | 110 | 16 | 15 | 105 | 67 |
| Binary | 11011011 | 1011110 | 111101 | 0 | 111001 | 1001000 | 1110 | 1101 | 1000101 | 110111 |
Color Harmonies of #DB5E3D
Complementary color
Monochromatic Colors of #DB5E3D
Black with #DB5E3D
Text Example
Text Example
White with #DB5E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E3D; }
p { color: rgb(219,94,61); }
H1.HeaderClassName
{
color: #DB5E3D;
}
.AnyTagClassName
{
color: #DB5E3D;
}
</style>
background-color css
<style>
a { background-color: #DB5E3D; }
a { background-color: rgb(219,94,61); }
div.DivClassName
{
background-color: #DB5E3D;
}
.BgClassName
{
background-color: #DB5E3D;
}
</style>
border-color css
<style>
span { border-color: #DB5E3D; }
span { border-color: rgb(219,94,61); }
td.TdClassName
{
border-color: #DB5E3D;
}
.TagClassName
{
border-color: #DB5E3D;
}
</style>