Shades of Chilean Fire #DB602B
Tints of Chilean Fire #DB602B
RGB
CMYK
RGB Variations
Color information
#DB602B (or 0xDB602B) is known color: Chilean Fire. HEX triplet: DB, 60 and 2B. RGB value is (219,96,43). Sum of RGB (Red+Green+Blue) = 219+96+43=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB602B is #249FD4. Grayscale: #7F7F7F. Windows color (decimal): -2400213 or 2842843. OLE color: 2842843.
HSL color Cylindrical-coordinate representation of color #DB602B: hue angle of 18.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB602B is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 43 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.14 |
| HSL | 18.07º | 0.71% | 0.51% | - |
| HSV(B) | 18.07º | 0.8% | 0.86% | - |
| XYZ | 33.83 | 23.6 | 5.06 | - |
| YUV | 126.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 43 | 0 | 0.56 | 0.80 | 0.14 | 18.07 | 0.71 | 0.51 |
| Hex | DB | 60 | 2B | 0 | 38 | 50 | E | 12 | 47 | 33 |
| Octal | 333 | 140 | 53 | 0 | 70 | 120 | 16 | 22 | 107 | 63 |
| Binary | 11011011 | 1100000 | 101011 | 0 | 111000 | 1010000 | 1110 | 10010 | 1000111 | 110011 |
Color Harmonies of #DB602B
Complementary color
Monochromatic Colors of #DB602B
Black with #DB602B
Text Example
Text Example
White with #DB602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB602B; }
p { color: rgb(219,96,43); }
H1.HeaderClassName
{
color: #DB602B;
}
.AnyTagClassName
{
color: #DB602B;
}
</style>
background-color css
<style>
a { background-color: #DB602B; }
a { background-color: rgb(219,96,43); }
div.DivClassName
{
background-color: #DB602B;
}
.BgClassName
{
background-color: #DB602B;
}
</style>
border-color css
<style>
span { border-color: #DB602B; }
span { border-color: rgb(219,96,43); }
td.TdClassName
{
border-color: #DB602B;
}
.TagClassName
{
border-color: #DB602B;
}
</style>