Shades of Chilean Fire #DB531F
Tints of Chilean Fire #DB531F
RGB
CMYK
RGB Variations
Color information
#DB531F (or 0xDB531F) is known color: Chilean Fire. HEX triplet: DB, 53 and 1F. RGB value is (219,83,31). Sum of RGB (Red+Green+Blue) = 219+83+31=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB531F is #24ACE0. Grayscale: #767676. Windows color (decimal): -2403553 or 2053083. OLE color: 2053083.
HSL color Cylindrical-coordinate representation of color #DB531F: hue angle of 16.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB531F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.14 |
| HSL | 16.6º | 0.75% | 0.49% | - |
| HSV(B) | 16.6º | 0.86% | 0.86% | - |
| XYZ | 32.55 | 21.35 | 3.7 | - |
| YUV | 117.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 31 | 0 | 0.62 | 0.86 | 0.14 | 16.6 | 0.75 | 0.49 |
| Hex | DB | 53 | 1F | 0 | 3E | 56 | E | 11 | 4B | 31 |
| Octal | 333 | 123 | 37 | 0 | 76 | 126 | 16 | 21 | 113 | 61 |
| Binary | 11011011 | 1010011 | 11111 | 0 | 111110 | 1010110 | 1110 | 10001 | 1001011 | 110001 |
Color Harmonies of #DB531F
Complementary color
Monochromatic Colors of #DB531F
Black with #DB531F
Text Example
Text Example
White with #DB531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB531F; }
p { color: rgb(219,83,31); }
H1.HeaderClassName
{
color: #DB531F;
}
.AnyTagClassName
{
color: #DB531F;
}
</style>
background-color css
<style>
a { background-color: #DB531F; }
a { background-color: rgb(219,83,31); }
div.DivClassName
{
background-color: #DB531F;
}
.BgClassName
{
background-color: #DB531F;
}
</style>
border-color css
<style>
span { border-color: #DB531F; }
span { border-color: rgb(219,83,31); }
td.TdClassName
{
border-color: #DB531F;
}
.TagClassName
{
border-color: #DB531F;
}
</style>