Shades of Fire #963C25
Tints of Fire #963C25
RGB
CMYK
RGB Variations
Color information
#963C25 (or 0x963C25) is known color: Fire. HEX triplet: 96, 3C and 25. RGB value is (150,60,37). Sum of RGB (Red+Green+Blue) = 150+60+37=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #963C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C25 is #69C3DA. Grayscale: #545454. Windows color (decimal): -6931419 or 2440342. OLE color: 2440342.
HSL color Cylindrical-coordinate representation of color #963C25: hue angle of 12.21º 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 #963C25 is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 37 | - |
| CMYK | 0 | 0.6 | 0.75 | 0.41 |
| HSL | 12.21º | 0.6% | 0.37% | - |
| HSV(B) | 12.21º | 0.75% | 0.59% | - |
| XYZ | 14.53 | 9.85 | 2.89 | - |
| YUV | 84.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 37 | 0 | 0.6 | 0.75 | 0.41 | 12.21 | 0.6 | 0.37 |
| Hex | 96 | 3C | 25 | 0 | 3C | 4B | 29 | C | 3C | 25 |
| Octal | 226 | 74 | 45 | 0 | 74 | 113 | 51 | 14 | 74 | 45 |
| Binary | 10010110 | 111100 | 100101 | 0 | 111100 | 1001011 | 101001 | 1100 | 111100 | 100101 |
Color Harmonies of #963C25
Complementary color
Monochromatic Colors of #963C25
Black with #963C25
Text Example
Text Example
White with #963C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C25; }
p { color: rgb(150,60,37); }
H1.HeaderClassName
{
color: #963C25;
}
.AnyTagClassName
{
color: #963C25;
}
</style>
background-color css
<style>
a { background-color: #963C25; }
a { background-color: rgb(150,60,37); }
div.DivClassName
{
background-color: #963C25;
}
.BgClassName
{
background-color: #963C25;
}
</style>
border-color css
<style>
span { border-color: #963C25; }
span { border-color: rgb(150,60,37); }
td.TdClassName
{
border-color: #963C25;
}
.TagClassName
{
border-color: #963C25;
}
</style>