Shades of Bright Red #962431
Tints of Bright Red #962431
RGB
CMYK
RGB Variations
Color information
#962431 (or 0x962431) is known color: Bright Red. HEX triplet: 96, 24 and 31. RGB value is (150,36,49). Sum of RGB (Red+Green+Blue) = 150+36+49=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #962431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962431 is #69DBCE. Grayscale: #474747. Windows color (decimal): -6937551 or 3220630. OLE color: 3220630.
HSL color Cylindrical-coordinate representation of color #962431: hue angle of 353.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962431 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 49 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.41 |
| HSL | 353.16º | 0.61% | 0.36% | - |
| HSV(B) | 353.16º | 0.76% | 0.59% | - |
| XYZ | 13.76 | 7.97 | 3.72 | - |
| YUV | 71.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 49 | 0 | 0.76 | 0.67 | 0.41 | 353.16 | 0.61 | 0.36 |
| Hex | 96 | 24 | 31 | 0 | 4C | 43 | 29 | 161 | 3D | 24 |
| Octal | 226 | 44 | 61 | 0 | 114 | 103 | 51 | 541 | 75 | 44 |
| Binary | 10010110 | 100100 | 110001 | 0 | 1001100 | 1000011 | 101001 | 101100001 | 111101 | 100100 |
Color Harmonies of #962431
Complementary color
Monochromatic Colors of #962431
Black with #962431
Text Example
Text Example
White with #962431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962431; }
p { color: rgb(150,36,49); }
H1.HeaderClassName
{
color: #962431;
}
.AnyTagClassName
{
color: #962431;
}
</style>
background-color css
<style>
a { background-color: #962431; }
a { background-color: rgb(150,36,49); }
div.DivClassName
{
background-color: #962431;
}
.BgClassName
{
background-color: #962431;
}
</style>
border-color css
<style>
span { border-color: #962431; }
span { border-color: rgb(150,36,49); }
td.TdClassName
{
border-color: #962431;
}
.TagClassName
{
border-color: #962431;
}
</style>