Shades of Chilean Fire #DB612E
Tints of Chilean Fire #DB612E
RGB
CMYK
RGB Variations
Color information
#DB612E (or 0xDB612E) is known color: Chilean Fire. HEX triplet: DB, 61 and 2E. RGB value is (219,97,46). Sum of RGB (Red+Green+Blue) = 219+97+46=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB612E is #249ED1. Grayscale: #7F7F7F. Windows color (decimal): -2399954 or 3039707. OLE color: 3039707.
HSL color Cylindrical-coordinate representation of color #DB612E: hue angle of 17.69º 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 #DB612E is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 46 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.14 |
| HSL | 17.69º | 0.71% | 0.52% | - |
| HSV(B) | 17.69º | 0.79% | 0.86% | - |
| XYZ | 33.98 | 23.81 | 5.39 | - |
| YUV | 127.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 46 | 0 | 0.56 | 0.79 | 0.14 | 17.69 | 0.71 | 0.52 |
| Hex | DB | 61 | 2E | 0 | 38 | 4F | E | 12 | 47 | 34 |
| Octal | 333 | 141 | 56 | 0 | 70 | 117 | 16 | 22 | 107 | 64 |
| Binary | 11011011 | 1100001 | 101110 | 0 | 111000 | 1001111 | 1110 | 10010 | 1000111 | 110100 |
Color Harmonies of #DB612E
Complementary color
Monochromatic Colors of #DB612E
Black with #DB612E
Text Example
Text Example
White with #DB612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB612E; }
p { color: rgb(219,97,46); }
H1.HeaderClassName
{
color: #DB612E;
}
.AnyTagClassName
{
color: #DB612E;
}
</style>
background-color css
<style>
a { background-color: #DB612E; }
a { background-color: rgb(219,97,46); }
div.DivClassName
{
background-color: #DB612E;
}
.BgClassName
{
background-color: #DB612E;
}
</style>
border-color css
<style>
span { border-color: #DB612E; }
span { border-color: rgb(219,97,46); }
td.TdClassName
{
border-color: #DB612E;
}
.TagClassName
{
border-color: #DB612E;
}
</style>