Shades of Fire #963A25
Tints of Fire #963A25
RGB
CMYK
RGB Variations
Color information
#963A25 (or 0x963A25) is known color: Fire. HEX triplet: 96, 3A and 25. RGB value is (150,58,37). Sum of RGB (Red+Green+Blue) = 150+58+37=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #963A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A25 is #69C5DA. Grayscale: #535353. Windows color (decimal): -6931931 or 2439830. OLE color: 2439830.
HSL color Cylindrical-coordinate representation of color #963A25: hue angle of 11.15º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963A25 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 37 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.41 |
| HSL | 11.15º | 0.6% | 0.37% | - |
| HSV(B) | 11.15º | 0.75% | 0.59% | - |
| XYZ | 14.42 | 9.64 | 2.85 | - |
| YUV | 83.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 37 | 0 | 0.61 | 0.75 | 0.41 | 11.15 | 0.6 | 0.37 |
| Hex | 96 | 3A | 25 | 0 | 3D | 4B | 29 | B | 3C | 25 |
| Octal | 226 | 72 | 45 | 0 | 75 | 113 | 51 | 13 | 74 | 45 |
| Binary | 10010110 | 111010 | 100101 | 0 | 111101 | 1001011 | 101001 | 1011 | 111100 | 100101 |
Color Harmonies of #963A25
Complementary color
Monochromatic Colors of #963A25
Black with #963A25
Text Example
Text Example
White with #963A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A25; }
p { color: rgb(150,58,37); }
H1.HeaderClassName
{
color: #963A25;
}
.AnyTagClassName
{
color: #963A25;
}
</style>
background-color css
<style>
a { background-color: #963A25; }
a { background-color: rgb(150,58,37); }
div.DivClassName
{
background-color: #963A25;
}
.BgClassName
{
background-color: #963A25;
}
</style>
border-color css
<style>
span { border-color: #963A25; }
span { border-color: rgb(150,58,37); }
td.TdClassName
{
border-color: #963A25;
}
.TagClassName
{
border-color: #963A25;
}
</style>