Shades of Chilean Fire #DB5D25
Tints of Chilean Fire #DB5D25
RGB
CMYK
RGB Variations
Color information
#DB5D25 (or 0xDB5D25) is known color: Chilean Fire. HEX triplet: DB, 5D and 25. RGB value is (219,93,37). Sum of RGB (Red+Green+Blue) = 219+93+37=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D25 is #24A2DA. Grayscale: #7C7C7C. Windows color (decimal): -2400987 or 2448859. OLE color: 2448859.
HSL color Cylindrical-coordinate representation of color #DB5D25: hue angle of 18.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB5D25 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 37 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.14 |
| HSL | 18.46º | 0.72% | 0.5% | - |
| HSV(B) | 18.46º | 0.83% | 0.86% | - |
| XYZ | 33.46 | 23.02 | 4.43 | - |
| YUV | 124.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 37 | 0 | 0.58 | 0.83 | 0.14 | 18.46 | 0.72 | 0.5 |
| Hex | DB | 5D | 25 | 0 | 3A | 53 | E | 12 | 48 | 32 |
| Octal | 333 | 135 | 45 | 0 | 72 | 123 | 16 | 22 | 110 | 62 |
| Binary | 11011011 | 1011101 | 100101 | 0 | 111010 | 1010011 | 1110 | 10010 | 1001000 | 110010 |
Color Harmonies of #DB5D25
Complementary color
Monochromatic Colors of #DB5D25
Black with #DB5D25
Text Example
Text Example
White with #DB5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D25; }
p { color: rgb(219,93,37); }
H1.HeaderClassName
{
color: #DB5D25;
}
.AnyTagClassName
{
color: #DB5D25;
}
</style>
background-color css
<style>
a { background-color: #DB5D25; }
a { background-color: rgb(219,93,37); }
div.DivClassName
{
background-color: #DB5D25;
}
.BgClassName
{
background-color: #DB5D25;
}
</style>
border-color css
<style>
span { border-color: #DB5D25; }
span { border-color: rgb(219,93,37); }
td.TdClassName
{
border-color: #DB5D25;
}
.TagClassName
{
border-color: #DB5D25;
}
</style>