Shades of Bright Red #962533
Tints of Bright Red #962533
RGB
CMYK
RGB Variations
Color information
#962533 (or 0x962533) is known color: Bright Red. HEX triplet: 96, 25 and 33. RGB value is (150,37,51). Sum of RGB (Red+Green+Blue) = 150+37+51=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #962533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962533 is #69DACC. Grayscale: #484848. Windows color (decimal): -6937293 or 3351958. OLE color: 3351958.
HSL color Cylindrical-coordinate representation of color #962533: hue angle of 352.57º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962533 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 51 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.41 |
| HSL | 352.57º | 0.6% | 0.37% | - |
| HSV(B) | 352.57º | 0.75% | 0.59% | - |
| XYZ | 13.84 | 8.05 | 3.96 | - |
| YUV | 72.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 51 | 0 | 0.75 | 0.66 | 0.41 | 352.57 | 0.6 | 0.37 |
| Hex | 96 | 25 | 33 | 0 | 4B | 42 | 29 | 161 | 3C | 25 |
| Octal | 226 | 45 | 63 | 0 | 113 | 102 | 51 | 541 | 74 | 45 |
| Binary | 10010110 | 100101 | 110011 | 0 | 1001011 | 1000010 | 101001 | 101100001 | 111100 | 100101 |
Color Harmonies of #962533
Complementary color
Monochromatic Colors of #962533
Black with #962533
Text Example
Text Example
White with #962533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962533; }
p { color: rgb(150,37,51); }
H1.HeaderClassName
{
color: #962533;
}
.AnyTagClassName
{
color: #962533;
}
</style>
background-color css
<style>
a { background-color: #962533; }
a { background-color: rgb(150,37,51); }
div.DivClassName
{
background-color: #962533;
}
.BgClassName
{
background-color: #962533;
}
</style>
border-color css
<style>
span { border-color: #962533; }
span { border-color: rgb(150,37,51); }
td.TdClassName
{
border-color: #962533;
}
.TagClassName
{
border-color: #962533;
}
</style>