Shades of Fire #993B1E
Tints of Fire #993B1E
RGB
CMYK
RGB Variations
Color information
#993B1E (or 0x993B1E) is known color: Fire. HEX triplet: 99, 3B and 1E. RGB value is (153,59,30). Sum of RGB (Red+Green+Blue) = 153+59+30=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #993B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B1E is #66C4E1. Grayscale: #545454. Windows color (decimal): -6735074 or 1981337. OLE color: 1981337.
HSL color Cylindrical-coordinate representation of color #993B1E: hue angle of 14.15º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #993B1E is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 30 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.4 |
| HSL | 14.15º | 0.67% | 0.36% | - |
| HSV(B) | 14.15º | 0.8% | 0.6% | - |
| XYZ | 14.94 | 9.99 | 2.37 | - |
| YUV | 83.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 30 | 0 | 0.61 | 0.80 | 0.4 | 14.15 | 0.67 | 0.36 |
| Hex | 99 | 3B | 1E | 0 | 3D | 50 | 28 | E | 43 | 24 |
| Octal | 231 | 73 | 36 | 0 | 75 | 120 | 50 | 16 | 103 | 44 |
| Binary | 10011001 | 111011 | 11110 | 0 | 111101 | 1010000 | 101000 | 1110 | 1000011 | 100100 |
Color Harmonies of #993B1E
Complementary color
Monochromatic Colors of #993B1E
Black with #993B1E
Text Example
Text Example
White with #993B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B1E; }
p { color: rgb(153,59,30); }
H1.HeaderClassName
{
color: #993B1E;
}
.AnyTagClassName
{
color: #993B1E;
}
</style>
background-color css
<style>
a { background-color: #993B1E; }
a { background-color: rgb(153,59,30); }
div.DivClassName
{
background-color: #993B1E;
}
.BgClassName
{
background-color: #993B1E;
}
</style>
border-color css
<style>
span { border-color: #993B1E; }
span { border-color: rgb(153,59,30); }
td.TdClassName
{
border-color: #993B1E;
}
.TagClassName
{
border-color: #993B1E;
}
</style>