Shades of Chilean Fire #DB532F
Tints of Chilean Fire #DB532F
RGB
CMYK
RGB Variations
Color information
#DB532F (or 0xDB532F) is known color: Chilean Fire. HEX triplet: DB, 53 and 2F. RGB value is (219,83,47). Sum of RGB (Red+Green+Blue) = 219+83+47=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB532F is #24ACD0. Grayscale: #777777. Windows color (decimal): -2403537 or 3101659. OLE color: 3101659.
HSL color Cylindrical-coordinate representation of color #DB532F: hue angle of 12.56º 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 #DB532F is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 47 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.14 |
| HSL | 12.56º | 0.7% | 0.52% | - |
| HSV(B) | 12.56º | 0.79% | 0.86% | - |
| XYZ | 32.82 | 21.45 | 5.1 | - |
| YUV | 119.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 47 | 0 | 0.62 | 0.79 | 0.14 | 12.56 | 0.7 | 0.52 |
| Hex | DB | 53 | 2F | 0 | 3E | 4F | E | D | 46 | 34 |
| Octal | 333 | 123 | 57 | 0 | 76 | 117 | 16 | 15 | 106 | 64 |
| Binary | 11011011 | 1010011 | 101111 | 0 | 111110 | 1001111 | 1110 | 1101 | 1000110 | 110100 |
Color Harmonies of #DB532F
Complementary color
Monochromatic Colors of #DB532F
Black with #DB532F
Text Example
Text Example
White with #DB532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB532F; }
p { color: rgb(219,83,47); }
H1.HeaderClassName
{
color: #DB532F;
}
.AnyTagClassName
{
color: #DB532F;
}
</style>
background-color css
<style>
a { background-color: #DB532F; }
a { background-color: rgb(219,83,47); }
div.DivClassName
{
background-color: #DB532F;
}
.BgClassName
{
background-color: #DB532F;
}
</style>
border-color css
<style>
span { border-color: #DB532F; }
span { border-color: rgb(219,83,47); }
td.TdClassName
{
border-color: #DB532F;
}
.TagClassName
{
border-color: #DB532F;
}
</style>