Shades of Chilean Fire #DB5D2F
Tints of Chilean Fire #DB5D2F
RGB
CMYK
RGB Variations
Color information
#DB5D2F (or 0xDB5D2F) is known color: Chilean Fire. HEX triplet: DB, 5D and 2F. RGB value is (219,93,47). Sum of RGB (Red+Green+Blue) = 219+93+47=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D2F is #24A2D0. Grayscale: #7D7D7D. Windows color (decimal): -2400977 or 3104219. OLE color: 3104219.
HSL color Cylindrical-coordinate representation of color #DB5D2F: hue angle of 16.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB5D2F is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 47 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.14 |
| HSL | 16.05º | 0.7% | 0.52% | - |
| HSV(B) | 16.05º | 0.79% | 0.86% | - |
| XYZ | 33.64 | 23.09 | 5.37 | - |
| YUV | 125.43 | 83.74 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 47 | 0 | 0.58 | 0.79 | 0.14 | 16.05 | 0.7 | 0.52 |
| Hex | DB | 5D | 2F | 0 | 3A | 4F | E | 10 | 46 | 34 |
| Octal | 333 | 135 | 57 | 0 | 72 | 117 | 16 | 20 | 106 | 64 |
| Binary | 11011011 | 1011101 | 101111 | 0 | 111010 | 1001111 | 1110 | 10000 | 1000110 | 110100 |
Color Harmonies of #DB5D2F
Complementary color
Monochromatic Colors of #DB5D2F
Black with #DB5D2F
Text Example
Text Example
White with #DB5D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D2F; }
p { color: rgb(219,93,47); }
H1.HeaderClassName
{
color: #DB5D2F;
}
.AnyTagClassName
{
color: #DB5D2F;
}
</style>
background-color css
<style>
a { background-color: #DB5D2F; }
a { background-color: rgb(219,93,47); }
div.DivClassName
{
background-color: #DB5D2F;
}
.BgClassName
{
background-color: #DB5D2F;
}
</style>
border-color css
<style>
span { border-color: #DB5D2F; }
span { border-color: rgb(219,93,47); }
td.TdClassName
{
border-color: #DB5D2F;
}
.TagClassName
{
border-color: #DB5D2F;
}
</style>