Shades of Chilean Fire #DB5F2A
Tints of Chilean Fire #DB5F2A
RGB
CMYK
RGB Variations
Color information
#DB5F2A (or 0xDB5F2A) is known color: Chilean Fire. HEX triplet: DB, 5F and 2A. RGB value is (219,95,42). Sum of RGB (Red+Green+Blue) = 219+95+42=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F2A is #24A0D5. Grayscale: #7E7E7E. Windows color (decimal): -2400470 or 2777051. OLE color: 2777051.
HSL color Cylindrical-coordinate representation of color #DB5F2A: hue angle of 17.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB5F2A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 42 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.14 |
| HSL | 17.97º | 0.71% | 0.51% | - |
| HSV(B) | 17.97º | 0.81% | 0.86% | - |
| XYZ | 33.72 | 23.41 | 4.93 | - |
| YUV | 126.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 42 | 0 | 0.57 | 0.81 | 0.14 | 17.97 | 0.71 | 0.51 |
| Hex | DB | 5F | 2A | 0 | 39 | 51 | E | 12 | 47 | 33 |
| Octal | 333 | 137 | 52 | 0 | 71 | 121 | 16 | 22 | 107 | 63 |
| Binary | 11011011 | 1011111 | 101010 | 0 | 111001 | 1010001 | 1110 | 10010 | 1000111 | 110011 |
Color Harmonies of #DB5F2A
Complementary color
Monochromatic Colors of #DB5F2A
Black with #DB5F2A
Text Example
Text Example
White with #DB5F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F2A; }
p { color: rgb(219,95,42); }
H1.HeaderClassName
{
color: #DB5F2A;
}
.AnyTagClassName
{
color: #DB5F2A;
}
</style>
background-color css
<style>
a { background-color: #DB5F2A; }
a { background-color: rgb(219,95,42); }
div.DivClassName
{
background-color: #DB5F2A;
}
.BgClassName
{
background-color: #DB5F2A;
}
</style>
border-color css
<style>
span { border-color: #DB5F2A; }
span { border-color: rgb(219,95,42); }
td.TdClassName
{
border-color: #DB5F2A;
}
.TagClassName
{
border-color: #DB5F2A;
}
</style>