Shades of Bright Red #961E3A
Tints of Bright Red #961E3A
RGB
CMYK
RGB Variations
Color information
#961E3A (or 0x961E3A) is known color: Bright Red. HEX triplet: 96, 1E and 3A. RGB value is (150,30,58). Sum of RGB (Red+Green+Blue) = 150+30+58=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #961E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E3A is #69E1C5. Grayscale: #454545. Windows color (decimal): -6939078 or 3808918. OLE color: 3808918.
HSL color Cylindrical-coordinate representation of color #961E3A: hue angle of 346º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E3A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 58 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.41 |
| HSL | 346º | 0.67% | 0.35% | - |
| HSV(B) | 346º | 0.8% | 0.59% | - |
| XYZ | 13.81 | 7.72 | 4.77 | - |
| YUV | 69.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 58 | 0 | 0.80 | 0.61 | 0.41 | 346 | 0.67 | 0.35 |
| Hex | 96 | 1E | 3A | 0 | 50 | 3D | 29 | 15A | 43 | 23 |
| Octal | 226 | 36 | 72 | 0 | 120 | 75 | 51 | 532 | 103 | 43 |
| Binary | 10010110 | 11110 | 111010 | 0 | 1010000 | 111101 | 101001 | 101011010 | 1000011 | 100011 |
Color Harmonies of #961E3A
Complementary color
Monochromatic Colors of #961E3A
Black with #961E3A
Text Example
Text Example
White with #961E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E3A; }
p { color: rgb(150,30,58); }
H1.HeaderClassName
{
color: #961E3A;
}
.AnyTagClassName
{
color: #961E3A;
}
</style>
background-color css
<style>
a { background-color: #961E3A; }
a { background-color: rgb(150,30,58); }
div.DivClassName
{
background-color: #961E3A;
}
.BgClassName
{
background-color: #961E3A;
}
</style>
border-color css
<style>
span { border-color: #961E3A; }
span { border-color: rgb(150,30,58); }
td.TdClassName
{
border-color: #961E3A;
}
.TagClassName
{
border-color: #961E3A;
}
</style>