Shades of Fire #963C1D
Tints of Fire #963C1D
RGB
CMYK
RGB Variations
Color information
#963C1D (or 0x963C1D) is known color: Fire. HEX triplet: 96, 3C and 1D. RGB value is (150,60,29). Sum of RGB (Red+Green+Blue) = 150+60+29=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C1D is #69C3E2. Grayscale: #535353. Windows color (decimal): -6931427 or 1916054. OLE color: 1916054.
HSL color Cylindrical-coordinate representation of color #963C1D: hue angle of 15.37º 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 #963C1D is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 29 | - |
| CMYK | 0 | 0.6 | 0.81 | 0.41 |
| HSL | 15.37º | 0.68% | 0.35% | - |
| HSV(B) | 15.37º | 0.81% | 0.59% | - |
| XYZ | 14.42 | 9.8 | 2.3 | - |
| YUV | 83.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 29 | 0 | 0.6 | 0.81 | 0.41 | 15.37 | 0.68 | 0.35 |
| Hex | 96 | 3C | 1D | 0 | 3C | 51 | 29 | F | 44 | 23 |
| Octal | 226 | 74 | 35 | 0 | 74 | 121 | 51 | 17 | 104 | 43 |
| Binary | 10010110 | 111100 | 11101 | 0 | 111100 | 1010001 | 101001 | 1111 | 1000100 | 100011 |
Color Harmonies of #963C1D
Complementary color
Monochromatic Colors of #963C1D
Black with #963C1D
Text Example
Text Example
White with #963C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C1D; }
p { color: rgb(150,60,29); }
H1.HeaderClassName
{
color: #963C1D;
}
.AnyTagClassName
{
color: #963C1D;
}
</style>
background-color css
<style>
a { background-color: #963C1D; }
a { background-color: rgb(150,60,29); }
div.DivClassName
{
background-color: #963C1D;
}
.BgClassName
{
background-color: #963C1D;
}
</style>
border-color css
<style>
span { border-color: #963C1D; }
span { border-color: rgb(150,60,29); }
td.TdClassName
{
border-color: #963C1D;
}
.TagClassName
{
border-color: #963C1D;
}
</style>