Shades of Fire #96391D
Tints of Fire #96391D
RGB
CMYK
RGB Variations
Color information
#96391D (or 0x96391D) is known color: Fire. HEX triplet: 96, 39 and 1D. RGB value is (150,57,29). Sum of RGB (Red+Green+Blue) = 150+57+29=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #96391D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96391D is #69C6E2. Grayscale: #515151. Windows color (decimal): -6932195 or 1915286. OLE color: 1915286.
HSL color Cylindrical-coordinate representation of color #96391D: hue angle of 13.88º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96391D is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 29 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.41 |
| HSL | 13.88º | 0.68% | 0.35% | - |
| HSV(B) | 13.88º | 0.81% | 0.59% | - |
| XYZ | 14.26 | 9.5 | 2.24 | - |
| YUV | 81.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 29 | 0 | 0.62 | 0.81 | 0.41 | 13.88 | 0.68 | 0.35 |
| Hex | 96 | 39 | 1D | 0 | 3E | 51 | 29 | E | 44 | 23 |
| Octal | 226 | 71 | 35 | 0 | 76 | 121 | 51 | 16 | 104 | 43 |
| Binary | 10010110 | 111001 | 11101 | 0 | 111110 | 1010001 | 101001 | 1110 | 1000100 | 100011 |
Color Harmonies of #96391D
Complementary color
Monochromatic Colors of #96391D
Black with #96391D
Text Example
Text Example
White with #96391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96391D; }
p { color: rgb(150,57,29); }
H1.HeaderClassName
{
color: #96391D;
}
.AnyTagClassName
{
color: #96391D;
}
</style>
background-color css
<style>
a { background-color: #96391D; }
a { background-color: rgb(150,57,29); }
div.DivClassName
{
background-color: #96391D;
}
.BgClassName
{
background-color: #96391D;
}
</style>
border-color css
<style>
span { border-color: #96391D; }
span { border-color: rgb(150,57,29); }
td.TdClassName
{
border-color: #96391D;
}
.TagClassName
{
border-color: #96391D;
}
</style>