Shades of Chilean Fire #DB5F30
Tints of Chilean Fire #DB5F30
RGB
CMYK
RGB Variations
Color information
#DB5F30 (or 0xDB5F30) is known color: Chilean Fire. HEX triplet: DB, 5F and 30. RGB value is (219,95,48). Sum of RGB (Red+Green+Blue) = 219+95+48=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F30 is #24A0CF. Grayscale: #7F7F7F. Windows color (decimal): -2400464 or 3170267. OLE color: 3170267.
HSL color Cylindrical-coordinate representation of color #DB5F30: hue angle of 16.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB5F30 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 48 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.14 |
| HSL | 16.49º | 0.7% | 0.52% | - |
| HSV(B) | 16.49º | 0.78% | 0.86% | - |
| XYZ | 33.84 | 23.46 | 5.54 | - |
| YUV | 126.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 48 | 0 | 0.57 | 0.78 | 0.14 | 16.49 | 0.7 | 0.52 |
| Hex | DB | 5F | 30 | 0 | 39 | 4E | E | 10 | 46 | 34 |
| Octal | 333 | 137 | 60 | 0 | 71 | 116 | 16 | 20 | 106 | 64 |
| Binary | 11011011 | 1011111 | 110000 | 0 | 111001 | 1001110 | 1110 | 10000 | 1000110 | 110100 |
Color Harmonies of #DB5F30
Complementary color
Monochromatic Colors of #DB5F30
Black with #DB5F30
Text Example
Text Example
White with #DB5F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F30; }
p { color: rgb(219,95,48); }
H1.HeaderClassName
{
color: #DB5F30;
}
.AnyTagClassName
{
color: #DB5F30;
}
</style>
background-color css
<style>
a { background-color: #DB5F30; }
a { background-color: rgb(219,95,48); }
div.DivClassName
{
background-color: #DB5F30;
}
.BgClassName
{
background-color: #DB5F30;
}
</style>
border-color css
<style>
span { border-color: #DB5F30; }
span { border-color: rgb(219,95,48); }
td.TdClassName
{
border-color: #DB5F30;
}
.TagClassName
{
border-color: #DB5F30;
}
</style>