Shades of Chilean Fire #DB5C25
Tints of Chilean Fire #DB5C25
RGB
CMYK
RGB Variations
Color information
#DB5C25 (or 0xDB5C25) is known color: Chilean Fire. HEX triplet: DB, 5C and 25. RGB value is (219,92,37). Sum of RGB (Red+Green+Blue) = 219+92+37=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C25 is #24A3DA. Grayscale: #7C7C7C. Windows color (decimal): -2401243 or 2448603. OLE color: 2448603.
HSL color Cylindrical-coordinate representation of color #DB5C25: hue angle of 18.13º 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 #DB5C25 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 37 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.14 |
| HSL | 18.13º | 0.72% | 0.5% | - |
| HSV(B) | 18.13º | 0.83% | 0.86% | - |
| XYZ | 33.37 | 22.85 | 4.4 | - |
| YUV | 123.7 | 79.08 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 37 | 0 | 0.58 | 0.83 | 0.14 | 18.13 | 0.72 | 0.5 |
| Hex | DB | 5C | 25 | 0 | 3A | 53 | E | 12 | 48 | 32 |
| Octal | 333 | 134 | 45 | 0 | 72 | 123 | 16 | 22 | 110 | 62 |
| Binary | 11011011 | 1011100 | 100101 | 0 | 111010 | 1010011 | 1110 | 10010 | 1001000 | 110010 |
Color Harmonies of #DB5C25
Complementary color
Monochromatic Colors of #DB5C25
Black with #DB5C25
Text Example
Text Example
White with #DB5C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C25; }
p { color: rgb(219,92,37); }
H1.HeaderClassName
{
color: #DB5C25;
}
.AnyTagClassName
{
color: #DB5C25;
}
</style>
background-color css
<style>
a { background-color: #DB5C25; }
a { background-color: rgb(219,92,37); }
div.DivClassName
{
background-color: #DB5C25;
}
.BgClassName
{
background-color: #DB5C25;
}
</style>
border-color css
<style>
span { border-color: #DB5C25; }
span { border-color: rgb(219,92,37); }
td.TdClassName
{
border-color: #DB5C25;
}
.TagClassName
{
border-color: #DB5C25;
}
</style>