Shades of Fire #993B20
Tints of Fire #993B20
RGB
CMYK
RGB Variations
Color information
#993B20 (or 0x993B20) is known color: Fire. HEX triplet: 99, 3B and 20. RGB value is (153,59,32). Sum of RGB (Red+Green+Blue) = 153+59+32=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #993B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B20 is #66C4DF. Grayscale: #545454. Windows color (decimal): -6735072 or 2112409. OLE color: 2112409.
HSL color Cylindrical-coordinate representation of color #993B20: hue angle of 13.39º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #993B20 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 32 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.4 |
| HSL | 13.39º | 0.65% | 0.36% | - |
| HSV(B) | 13.39º | 0.79% | 0.6% | - |
| XYZ | 14.96 | 10 | 2.51 | - |
| YUV | 84.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 32 | 0 | 0.61 | 0.79 | 0.4 | 13.39 | 0.65 | 0.36 |
| Hex | 99 | 3B | 20 | 0 | 3D | 4F | 28 | D | 41 | 24 |
| Octal | 231 | 73 | 40 | 0 | 75 | 117 | 50 | 15 | 101 | 44 |
| Binary | 10011001 | 111011 | 100000 | 0 | 111101 | 1001111 | 101000 | 1101 | 1000001 | 100100 |
Color Harmonies of #993B20
Complementary color
Monochromatic Colors of #993B20
Black with #993B20
Text Example
Text Example
White with #993B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B20; }
p { color: rgb(153,59,32); }
H1.HeaderClassName
{
color: #993B20;
}
.AnyTagClassName
{
color: #993B20;
}
</style>
background-color css
<style>
a { background-color: #993B20; }
a { background-color: rgb(153,59,32); }
div.DivClassName
{
background-color: #993B20;
}
.BgClassName
{
background-color: #993B20;
}
</style>
border-color css
<style>
span { border-color: #993B20; }
span { border-color: rgb(153,59,32); }
td.TdClassName
{
border-color: #993B20;
}
.TagClassName
{
border-color: #993B20;
}
</style>