Shades of Fire #993A1E
Tints of Fire #993A1E
RGB
CMYK
RGB Variations
Color information
#993A1E (or 0x993A1E) is known color: Fire. HEX triplet: 99, 3A and 1E. RGB value is (153,58,30). Sum of RGB (Red+Green+Blue) = 153+58+30=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #993A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A1E is #66C5E1. Grayscale: #535353. Windows color (decimal): -6735330 or 1981081. OLE color: 1981081.
HSL color Cylindrical-coordinate representation of color #993A1E: hue angle of 13.66º 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 #993A1E is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 30 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.4 |
| HSL | 13.66º | 0.67% | 0.36% | - |
| HSV(B) | 13.66º | 0.8% | 0.6% | - |
| XYZ | 14.88 | 9.89 | 2.35 | - |
| YUV | 83.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 30 | 0 | 0.62 | 0.80 | 0.4 | 13.66 | 0.67 | 0.36 |
| Hex | 99 | 3A | 1E | 0 | 3E | 50 | 28 | E | 43 | 24 |
| Octal | 231 | 72 | 36 | 0 | 76 | 120 | 50 | 16 | 103 | 44 |
| Binary | 10011001 | 111010 | 11110 | 0 | 111110 | 1010000 | 101000 | 1110 | 1000011 | 100100 |
Color Harmonies of #993A1E
Complementary color
Monochromatic Colors of #993A1E
Black with #993A1E
Text Example
Text Example
White with #993A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A1E; }
p { color: rgb(153,58,30); }
H1.HeaderClassName
{
color: #993A1E;
}
.AnyTagClassName
{
color: #993A1E;
}
</style>
background-color css
<style>
a { background-color: #993A1E; }
a { background-color: rgb(153,58,30); }
div.DivClassName
{
background-color: #993A1E;
}
.BgClassName
{
background-color: #993A1E;
}
</style>
border-color css
<style>
span { border-color: #993A1E; }
span { border-color: rgb(153,58,30); }
td.TdClassName
{
border-color: #993A1E;
}
.TagClassName
{
border-color: #993A1E;
}
</style>