Shades of Fire #993A18
Tints of Fire #993A18
RGB
CMYK
RGB Variations
Color information
#993A18 (or 0x993A18) is known color: Fire. HEX triplet: 99, 3A and 18. RGB value is (153,58,24). Sum of RGB (Red+Green+Blue) = 153+58+24=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #993A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993A18 is #66C5E7. Grayscale: #525252. Windows color (decimal): -6735336 or 1587865. OLE color: 1587865.
HSL color Cylindrical-coordinate representation of color #993A18: hue angle of 15.81º degrees, saturation: 0.73, 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 #993A18 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 24 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.4 |
| HSL | 15.81º | 0.73% | 0.35% | - |
| HSV(B) | 15.81º | 0.84% | 0.6% | - |
| XYZ | 14.81 | 9.86 | 1.99 | - |
| YUV | 82.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 24 | 0 | 0.62 | 0.84 | 0.4 | 15.81 | 0.73 | 0.35 |
| Hex | 99 | 3A | 18 | 0 | 3E | 54 | 28 | 10 | 49 | 23 |
| Octal | 231 | 72 | 30 | 0 | 76 | 124 | 50 | 20 | 111 | 43 |
| Binary | 10011001 | 111010 | 11000 | 0 | 111110 | 1010100 | 101000 | 10000 | 1001001 | 100011 |
Color Harmonies of #993A18
Complementary color
Monochromatic Colors of #993A18
Black with #993A18
Text Example
Text Example
White with #993A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A18; }
p { color: rgb(153,58,24); }
H1.HeaderClassName
{
color: #993A18;
}
.AnyTagClassName
{
color: #993A18;
}
</style>
background-color css
<style>
a { background-color: #993A18; }
a { background-color: rgb(153,58,24); }
div.DivClassName
{
background-color: #993A18;
}
.BgClassName
{
background-color: #993A18;
}
</style>
border-color css
<style>
span { border-color: #993A18; }
span { border-color: rgb(153,58,24); }
td.TdClassName
{
border-color: #993A18;
}
.TagClassName
{
border-color: #993A18;
}
</style>