Shades of Chilean Fire #DB5F3C
Tints of Chilean Fire #DB5F3C
RGB
CMYK
RGB Variations
Color information
#DB5F3C (or 0xDB5F3C) is known color: Chilean Fire. HEX triplet: DB, 5F and 3C. RGB value is (219,95,60). Sum of RGB (Red+Green+Blue) = 219+95+60=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F3C is #24A0C3. Grayscale: #808080. Windows color (decimal): -2400452 or 3956699. OLE color: 3956699.
HSL color Cylindrical-coordinate representation of color #DB5F3C: hue angle of 13.21º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB5F3C is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 60 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.14 |
| HSL | 13.21º | 0.69% | 0.55% | - |
| HSV(B) | 13.21º | 0.73% | 0.86% | - |
| XYZ | 34.12 | 23.57 | 7.03 | - |
| YUV | 128.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 60 | 0 | 0.57 | 0.73 | 0.14 | 13.21 | 0.69 | 0.55 |
| Hex | DB | 5F | 3C | 0 | 39 | 49 | E | D | 45 | 37 |
| Octal | 333 | 137 | 74 | 0 | 71 | 111 | 16 | 15 | 105 | 67 |
| Binary | 11011011 | 1011111 | 111100 | 0 | 111001 | 1001001 | 1110 | 1101 | 1000101 | 110111 |
Color Harmonies of #DB5F3C
Complementary color
Monochromatic Colors of #DB5F3C
Black with #DB5F3C
Text Example
Text Example
White with #DB5F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F3C; }
p { color: rgb(219,95,60); }
H1.HeaderClassName
{
color: #DB5F3C;
}
.AnyTagClassName
{
color: #DB5F3C;
}
</style>
background-color css
<style>
a { background-color: #DB5F3C; }
a { background-color: rgb(219,95,60); }
div.DivClassName
{
background-color: #DB5F3C;
}
.BgClassName
{
background-color: #DB5F3C;
}
</style>
border-color css
<style>
span { border-color: #DB5F3C; }
span { border-color: rgb(219,95,60); }
td.TdClassName
{
border-color: #DB5F3C;
}
.TagClassName
{
border-color: #DB5F3C;
}
</style>