Shades of Fire #963F21
Tints of Fire #963F21
RGB
CMYK
RGB Variations
Color information
#963F21 (or 0x963F21) is known color: Fire. HEX triplet: 96, 3F and 21. RGB value is (150,63,33). Sum of RGB (Red+Green+Blue) = 150+63+33=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #963F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F21 is #69C0DE. Grayscale: #555555. Windows color (decimal): -6930655 or 2178966. OLE color: 2178966.
HSL color Cylindrical-coordinate representation of color #963F21: hue angle of 15.38º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #963F21 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 33 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.41 |
| HSL | 15.38º | 0.64% | 0.36% | - |
| HSV(B) | 15.38º | 0.78% | 0.59% | - |
| XYZ | 14.63 | 10.15 | 2.63 | - |
| YUV | 85.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 33 | 0 | 0.58 | 0.78 | 0.41 | 15.38 | 0.64 | 0.36 |
| Hex | 96 | 3F | 21 | 0 | 3A | 4E | 29 | F | 40 | 24 |
| Octal | 226 | 77 | 41 | 0 | 72 | 116 | 51 | 17 | 100 | 44 |
| Binary | 10010110 | 111111 | 100001 | 0 | 111010 | 1001110 | 101001 | 1111 | 1000000 | 100100 |
Color Harmonies of #963F21
Complementary color
Monochromatic Colors of #963F21
Black with #963F21
Text Example
Text Example
White with #963F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F21; }
p { color: rgb(150,63,33); }
H1.HeaderClassName
{
color: #963F21;
}
.AnyTagClassName
{
color: #963F21;
}
</style>
background-color css
<style>
a { background-color: #963F21; }
a { background-color: rgb(150,63,33); }
div.DivClassName
{
background-color: #963F21;
}
.BgClassName
{
background-color: #963F21;
}
</style>
border-color css
<style>
span { border-color: #963F21; }
span { border-color: rgb(150,63,33); }
td.TdClassName
{
border-color: #963F21;
}
.TagClassName
{
border-color: #963F21;
}
</style>