Shades of Chilean Fire #DB4F25
Tints of Chilean Fire #DB4F25
RGB
CMYK
RGB Variations
Color information
#DB4F25 (or 0xDB4F25) is known color: Chilean Fire. HEX triplet: DB, 4F and 25. RGB value is (219,79,37). Sum of RGB (Red+Green+Blue) = 219+79+37=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F25 is #24B0DA. Grayscale: #747474. Windows color (decimal): -2404571 or 2445275. OLE color: 2445275.
HSL color Cylindrical-coordinate representation of color #DB4F25: hue angle of 13.85º 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 #DB4F25 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 37 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.14 |
| HSL | 13.85º | 0.72% | 0.5% | - |
| HSV(B) | 13.85º | 0.83% | 0.86% | - |
| XYZ | 32.34 | 20.79 | 4.06 | - |
| YUV | 116.07 | 83.38 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 37 | 0 | 0.64 | 0.83 | 0.14 | 13.85 | 0.72 | 0.5 |
| Hex | DB | 4F | 25 | 0 | 40 | 53 | E | E | 48 | 32 |
| Octal | 333 | 117 | 45 | 0 | 100 | 123 | 16 | 16 | 110 | 62 |
| Binary | 11011011 | 1001111 | 100101 | 0 | 1000000 | 1010011 | 1110 | 1110 | 1001000 | 110010 |
Color Harmonies of #DB4F25
Complementary color
Monochromatic Colors of #DB4F25
Black with #DB4F25
Text Example
Text Example
White with #DB4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F25; }
p { color: rgb(219,79,37); }
H1.HeaderClassName
{
color: #DB4F25;
}
.AnyTagClassName
{
color: #DB4F25;
}
</style>
background-color css
<style>
a { background-color: #DB4F25; }
a { background-color: rgb(219,79,37); }
div.DivClassName
{
background-color: #DB4F25;
}
.BgClassName
{
background-color: #DB4F25;
}
</style>
border-color css
<style>
span { border-color: #DB4F25; }
span { border-color: rgb(219,79,37); }
td.TdClassName
{
border-color: #DB4F25;
}
.TagClassName
{
border-color: #DB4F25;
}
</style>