Shades of Chilean Fire #DB532D
Tints of Chilean Fire #DB532D
RGB
CMYK
RGB Variations
Color information
#DB532D (or 0xDB532D) is known color: Chilean Fire. HEX triplet: DB, 53 and 2D. RGB value is (219,83,45). Sum of RGB (Red+Green+Blue) = 219+83+45=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB532D is #24ACD2. Grayscale: #777777. Windows color (decimal): -2403539 or 2970587. OLE color: 2970587.
HSL color Cylindrical-coordinate representation of color #DB532D: hue angle of 13.1º degrees, saturation: 0.71, 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 #DB532D is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 45 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.14 |
| HSL | 13.1º | 0.71% | 0.52% | - |
| HSV(B) | 13.1º | 0.79% | 0.86% | - |
| XYZ | 32.78 | 21.44 | 4.89 | - |
| YUV | 119.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 45 | 0 | 0.62 | 0.79 | 0.14 | 13.1 | 0.71 | 0.52 |
| Hex | DB | 53 | 2D | 0 | 3E | 4F | E | D | 47 | 34 |
| Octal | 333 | 123 | 55 | 0 | 76 | 117 | 16 | 15 | 107 | 64 |
| Binary | 11011011 | 1010011 | 101101 | 0 | 111110 | 1001111 | 1110 | 1101 | 1000111 | 110100 |
Color Harmonies of #DB532D
Complementary color
Monochromatic Colors of #DB532D
Black with #DB532D
Text Example
Text Example
White with #DB532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB532D; }
p { color: rgb(219,83,45); }
H1.HeaderClassName
{
color: #DB532D;
}
.AnyTagClassName
{
color: #DB532D;
}
</style>
background-color css
<style>
a { background-color: #DB532D; }
a { background-color: rgb(219,83,45); }
div.DivClassName
{
background-color: #DB532D;
}
.BgClassName
{
background-color: #DB532D;
}
</style>
border-color css
<style>
span { border-color: #DB532D; }
span { border-color: rgb(219,83,45); }
td.TdClassName
{
border-color: #DB532D;
}
.TagClassName
{
border-color: #DB532D;
}
</style>