Shades of Chilean Fire #DB612F
Tints of Chilean Fire #DB612F
RGB
CMYK
RGB Variations
Color information
#DB612F (or 0xDB612F) is known color: Chilean Fire. HEX triplet: DB, 61 and 2F. RGB value is (219,97,47). Sum of RGB (Red+Green+Blue) = 219+97+47=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB612F is #249ED0. Grayscale: #808080. Windows color (decimal): -2399953 or 3105243. OLE color: 3105243.
HSL color Cylindrical-coordinate representation of color #DB612F: hue angle of 17.44º 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 #DB612F is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 47 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.14 |
| HSL | 17.44º | 0.7% | 0.52% | - |
| HSV(B) | 17.44º | 0.79% | 0.86% | - |
| XYZ | 34 | 23.81 | 5.49 | - |
| YUV | 127.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 47 | 0 | 0.56 | 0.79 | 0.14 | 17.44 | 0.7 | 0.52 |
| Hex | DB | 61 | 2F | 0 | 38 | 4F | E | 11 | 46 | 34 |
| Octal | 333 | 141 | 57 | 0 | 70 | 117 | 16 | 21 | 106 | 64 |
| Binary | 11011011 | 1100001 | 101111 | 0 | 111000 | 1001111 | 1110 | 10001 | 1000110 | 110100 |
Color Harmonies of #DB612F
Complementary color
Monochromatic Colors of #DB612F
Black with #DB612F
Text Example
Text Example
White with #DB612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB612F; }
p { color: rgb(219,97,47); }
H1.HeaderClassName
{
color: #DB612F;
}
.AnyTagClassName
{
color: #DB612F;
}
</style>
background-color css
<style>
a { background-color: #DB612F; }
a { background-color: rgb(219,97,47); }
div.DivClassName
{
background-color: #DB612F;
}
.BgClassName
{
background-color: #DB612F;
}
</style>
border-color css
<style>
span { border-color: #DB612F; }
span { border-color: rgb(219,97,47); }
td.TdClassName
{
border-color: #DB612F;
}
.TagClassName
{
border-color: #DB612F;
}
</style>