Shades of Fire #993B19
Tints of Fire #993B19
RGB
CMYK
RGB Variations
Color information
#993B19 (or 0x993B19) is known color: Fire. HEX triplet: 99, 3B and 19. RGB value is (153,59,25). Sum of RGB (Red+Green+Blue) = 153+59+25=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #993B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993B19 is #66C4E6. Grayscale: #535353. Windows color (decimal): -6735079 or 1653657. OLE color: 1653657.
HSL color Cylindrical-coordinate representation of color #993B19: hue angle of 15.94º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #993B19 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 25 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.4 |
| HSL | 15.94º | 0.72% | 0.35% | - |
| HSV(B) | 15.94º | 0.84% | 0.6% | - |
| XYZ | 14.88 | 9.97 | 2.06 | - |
| YUV | 83.23 | 95.14 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 25 | 0 | 0.61 | 0.84 | 0.4 | 15.94 | 0.72 | 0.35 |
| Hex | 99 | 3B | 19 | 0 | 3D | 54 | 28 | 10 | 48 | 23 |
| Octal | 231 | 73 | 31 | 0 | 75 | 124 | 50 | 20 | 110 | 43 |
| Binary | 10011001 | 111011 | 11001 | 0 | 111101 | 1010100 | 101000 | 10000 | 1001000 | 100011 |
Color Harmonies of #993B19
Complementary color
Monochromatic Colors of #993B19
Black with #993B19
Text Example
Text Example
White with #993B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B19; }
p { color: rgb(153,59,25); }
H1.HeaderClassName
{
color: #993B19;
}
.AnyTagClassName
{
color: #993B19;
}
</style>
background-color css
<style>
a { background-color: #993B19; }
a { background-color: rgb(153,59,25); }
div.DivClassName
{
background-color: #993B19;
}
.BgClassName
{
background-color: #993B19;
}
</style>
border-color css
<style>
span { border-color: #993B19; }
span { border-color: rgb(153,59,25); }
td.TdClassName
{
border-color: #993B19;
}
.TagClassName
{
border-color: #993B19;
}
</style>