Shades of Fire #96421E
Tints of Fire #96421E
RGB
CMYK
RGB Variations
Color information
#96421E (or 0x96421E) is known color: Fire. HEX triplet: 96, 42 and 1E. RGB value is (150,66,30). Sum of RGB (Red+Green+Blue) = 150+66+30=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96421E is #69BDE1. Grayscale: #575757. Windows color (decimal): -6929890 or 1983126. OLE color: 1983126.
HSL color Cylindrical-coordinate representation of color #96421E: hue angle of 18º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96421E is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 30 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.41 |
| HSL | 18º | 0.67% | 0.35% | - |
| HSV(B) | 18º | 0.8% | 0.59% | - |
| XYZ | 14.76 | 10.47 | 2.47 | - |
| YUV | 87.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 30 | 0 | 0.56 | 0.80 | 0.41 | 18 | 0.67 | 0.35 |
| Hex | 96 | 42 | 1E | 0 | 38 | 50 | 29 | 12 | 43 | 23 |
| Octal | 226 | 102 | 36 | 0 | 70 | 120 | 51 | 22 | 103 | 43 |
| Binary | 10010110 | 1000010 | 11110 | 0 | 111000 | 1010000 | 101001 | 10010 | 1000011 | 100011 |
Color Harmonies of #96421E
Complementary color
Monochromatic Colors of #96421E
Black with #96421E
Text Example
Text Example
White with #96421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96421E; }
p { color: rgb(150,66,30); }
H1.HeaderClassName
{
color: #96421E;
}
.AnyTagClassName
{
color: #96421E;
}
</style>
background-color css
<style>
a { background-color: #96421E; }
a { background-color: rgb(150,66,30); }
div.DivClassName
{
background-color: #96421E;
}
.BgClassName
{
background-color: #96421E;
}
</style>
border-color css
<style>
span { border-color: #96421E; }
span { border-color: rgb(150,66,30); }
td.TdClassName
{
border-color: #96421E;
}
.TagClassName
{
border-color: #96421E;
}
</style>