Shades of Fire #963F1D
Tints of Fire #963F1D
RGB
CMYK
RGB Variations
Color information
#963F1D (or 0x963F1D) is known color: Fire. HEX triplet: 96, 3F and 1D. RGB value is (150,63,29). Sum of RGB (Red+Green+Blue) = 150+63+29=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #963F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F1D is #69C0E2. Grayscale: #555555. Windows color (decimal): -6930659 or 1916822. OLE color: 1916822.
HSL color Cylindrical-coordinate representation of color #963F1D: hue angle of 16.86º 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 #963F1D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 29 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.41 |
| HSL | 16.86º | 0.68% | 0.35% | - |
| HSV(B) | 16.86º | 0.81% | 0.59% | - |
| XYZ | 14.58 | 10.13 | 2.35 | - |
| YUV | 85.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 29 | 0 | 0.58 | 0.81 | 0.41 | 16.86 | 0.68 | 0.35 |
| Hex | 96 | 3F | 1D | 0 | 3A | 51 | 29 | 11 | 44 | 23 |
| Octal | 226 | 77 | 35 | 0 | 72 | 121 | 51 | 21 | 104 | 43 |
| Binary | 10010110 | 111111 | 11101 | 0 | 111010 | 1010001 | 101001 | 10001 | 1000100 | 100011 |
Color Harmonies of #963F1D
Complementary color
Monochromatic Colors of #963F1D
Black with #963F1D
Text Example
Text Example
White with #963F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F1D; }
p { color: rgb(150,63,29); }
H1.HeaderClassName
{
color: #963F1D;
}
.AnyTagClassName
{
color: #963F1D;
}
</style>
background-color css
<style>
a { background-color: #963F1D; }
a { background-color: rgb(150,63,29); }
div.DivClassName
{
background-color: #963F1D;
}
.BgClassName
{
background-color: #963F1D;
}
</style>
border-color css
<style>
span { border-color: #963F1D; }
span { border-color: rgb(150,63,29); }
td.TdClassName
{
border-color: #963F1D;
}
.TagClassName
{
border-color: #963F1D;
}
</style>