Shades of Fire #953A21
Tints of Fire #953A21
RGB
CMYK
RGB Variations
Color information
#953A21 (or 0x953A21) is known color: Fire. HEX triplet: 95, 3A and 21. RGB value is (149,58,33). Sum of RGB (Red+Green+Blue) = 149+58+33=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A21 is #6AC5DE. Grayscale: #525252. Windows color (decimal): -6997471 or 2177685. OLE color: 2177685.
HSL color Cylindrical-coordinate representation of color #953A21: hue angle of 12.93º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #953A21 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 33 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.42 |
| HSL | 12.93º | 0.64% | 0.36% | - |
| HSV(B) | 12.93º | 0.78% | 0.58% | - |
| XYZ | 14.18 | 9.53 | 2.53 | - |
| YUV | 82.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 33 | 0 | 0.61 | 0.78 | 0.42 | 12.93 | 0.64 | 0.36 |
| Hex | 95 | 3A | 21 | 0 | 3D | 4E | 2A | D | 40 | 24 |
| Octal | 225 | 72 | 41 | 0 | 75 | 116 | 52 | 15 | 100 | 44 |
| Binary | 10010101 | 111010 | 100001 | 0 | 111101 | 1001110 | 101010 | 1101 | 1000000 | 100100 |
Color Harmonies of #953A21
Complementary color
Monochromatic Colors of #953A21
Black with #953A21
Text Example
Text Example
White with #953A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A21; }
p { color: rgb(149,58,33); }
H1.HeaderClassName
{
color: #953A21;
}
.AnyTagClassName
{
color: #953A21;
}
</style>
background-color css
<style>
a { background-color: #953A21; }
a { background-color: rgb(149,58,33); }
div.DivClassName
{
background-color: #953A21;
}
.BgClassName
{
background-color: #953A21;
}
</style>
border-color css
<style>
span { border-color: #953A21; }
span { border-color: rgb(149,58,33); }
td.TdClassName
{
border-color: #953A21;
}
.TagClassName
{
border-color: #953A21;
}
</style>