Shades of Bright Red #962437
Tints of Bright Red #962437
RGB
CMYK
RGB Variations
Color information
#962437 (or 0x962437) is known color: Bright Red. HEX triplet: 96, 24 and 37. RGB value is (150,36,55). Sum of RGB (Red+Green+Blue) = 150+36+55=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #962437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962437 is #69DBC8. Grayscale: #484848. Windows color (decimal): -6937545 or 3613846. OLE color: 3613846.
HSL color Cylindrical-coordinate representation of color #962437: hue angle of 350º 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 #962437 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 55 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.41 |
| HSL | 350º | 0.61% | 0.36% | - |
| HSV(B) | 350º | 0.76% | 0.59% | - |
| XYZ | 13.9 | 8.02 | 4.43 | - |
| YUV | 72.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 55 | 0 | 0.76 | 0.63 | 0.41 | 350 | 0.61 | 0.36 |
| Hex | 96 | 24 | 37 | 0 | 4C | 3F | 29 | 15E | 3D | 24 |
| Octal | 226 | 44 | 67 | 0 | 114 | 77 | 51 | 536 | 75 | 44 |
| Binary | 10010110 | 100100 | 110111 | 0 | 1001100 | 111111 | 101001 | 101011110 | 111101 | 100100 |
Color Harmonies of #962437
Complementary color
Monochromatic Colors of #962437
Black with #962437
Text Example
Text Example
White with #962437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962437; }
p { color: rgb(150,36,55); }
H1.HeaderClassName
{
color: #962437;
}
.AnyTagClassName
{
color: #962437;
}
</style>
background-color css
<style>
a { background-color: #962437; }
a { background-color: rgb(150,36,55); }
div.DivClassName
{
background-color: #962437;
}
.BgClassName
{
background-color: #962437;
}
</style>
border-color css
<style>
span { border-color: #962437; }
span { border-color: rgb(150,36,55); }
td.TdClassName
{
border-color: #962437;
}
.TagClassName
{
border-color: #962437;
}
</style>