Shades of Bright Red #962436
Tints of Bright Red #962436
RGB
CMYK
RGB Variations
Color information
#962436 (or 0x962436) is known color: Bright Red. HEX triplet: 96, 24 and 36. RGB value is (150,36,54). Sum of RGB (Red+Green+Blue) = 150+36+54=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #962436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962436 is #69DBC9. Grayscale: #484848. Windows color (decimal): -6937546 or 3548310. OLE color: 3548310.
HSL color Cylindrical-coordinate representation of color #962436: hue angle of 350.53º 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 #962436 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 54 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.41 |
| HSL | 350.53º | 0.61% | 0.36% | - |
| HSV(B) | 350.53º | 0.76% | 0.59% | - |
| XYZ | 13.87 | 8.01 | 4.31 | - |
| YUV | 72.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 54 | 0 | 0.76 | 0.64 | 0.41 | 350.53 | 0.61 | 0.36 |
| Hex | 96 | 24 | 36 | 0 | 4C | 40 | 29 | 15F | 3D | 24 |
| Octal | 226 | 44 | 66 | 0 | 114 | 100 | 51 | 537 | 75 | 44 |
| Binary | 10010110 | 100100 | 110110 | 0 | 1001100 | 1000000 | 101001 | 101011111 | 111101 | 100100 |
Color Harmonies of #962436
Complementary color
Monochromatic Colors of #962436
Black with #962436
Text Example
Text Example
White with #962436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962436; }
p { color: rgb(150,36,54); }
H1.HeaderClassName
{
color: #962436;
}
.AnyTagClassName
{
color: #962436;
}
</style>
background-color css
<style>
a { background-color: #962436; }
a { background-color: rgb(150,36,54); }
div.DivClassName
{
background-color: #962436;
}
.BgClassName
{
background-color: #962436;
}
</style>
border-color css
<style>
span { border-color: #962436; }
span { border-color: rgb(150,36,54); }
td.TdClassName
{
border-color: #962436;
}
.TagClassName
{
border-color: #962436;
}
</style>