Shades of Fire #963C21
Tints of Fire #963C21
RGB
CMYK
RGB Variations
Color information
#963C21 (or 0x963C21) is known color: Fire. HEX triplet: 96, 3C and 21. RGB value is (150,60,33). Sum of RGB (Red+Green+Blue) = 150+60+33=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #963C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C21 is #69C3DE. Grayscale: #545454. Windows color (decimal): -6931423 or 2178198. OLE color: 2178198.
HSL color Cylindrical-coordinate representation of color #963C21: hue angle of 13.85º 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 #963C21 is Cyan = 0, Magento = 0.6, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 33 | - |
| CMYK | 0 | 0.6 | 0.78 | 0.41 |
| HSL | 13.85º | 0.64% | 0.36% | - |
| HSV(B) | 13.85º | 0.78% | 0.59% | - |
| XYZ | 14.47 | 9.83 | 2.57 | - |
| YUV | 83.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 33 | 0 | 0.6 | 0.78 | 0.41 | 13.85 | 0.64 | 0.36 |
| Hex | 96 | 3C | 21 | 0 | 3C | 4E | 29 | E | 40 | 24 |
| Octal | 226 | 74 | 41 | 0 | 74 | 116 | 51 | 16 | 100 | 44 |
| Binary | 10010110 | 111100 | 100001 | 0 | 111100 | 1001110 | 101001 | 1110 | 1000000 | 100100 |
Color Harmonies of #963C21
Complementary color
Monochromatic Colors of #963C21
Black with #963C21
Text Example
Text Example
White with #963C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C21; }
p { color: rgb(150,60,33); }
H1.HeaderClassName
{
color: #963C21;
}
.AnyTagClassName
{
color: #963C21;
}
</style>
background-color css
<style>
a { background-color: #963C21; }
a { background-color: rgb(150,60,33); }
div.DivClassName
{
background-color: #963C21;
}
.BgClassName
{
background-color: #963C21;
}
</style>
border-color css
<style>
span { border-color: #963C21; }
span { border-color: rgb(150,60,33); }
td.TdClassName
{
border-color: #963C21;
}
.TagClassName
{
border-color: #963C21;
}
</style>