Shades of Bright Red #962021
Tints of Bright Red #962021
RGB
CMYK
RGB Variations
Color information
#962021 (or 0x962021) is known color: Bright Red. HEX triplet: 96, 20 and 21. RGB value is (150,32,33). Sum of RGB (Red+Green+Blue) = 150+32+33=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #962021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962021 is #69DFDE. Grayscale: #434343. Windows color (decimal): -6938591 or 2171030. OLE color: 2171030.
HSL color Cylindrical-coordinate representation of color #962021: hue angle of 359.49º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962021 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 33 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.41 |
| HSL | 359.49º | 0.65% | 0.36% | - |
| HSV(B) | 359.49º | 0.79% | 0.59% | - |
| XYZ | 13.37 | 7.63 | 2.21 | - |
| YUV | 67.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 33 | 0 | 0.79 | 0.78 | 0.41 | 359.49 | 0.65 | 0.36 |
| Hex | 96 | 20 | 21 | 0 | 4F | 4E | 29 | 167 | 41 | 24 |
| Octal | 226 | 40 | 41 | 0 | 117 | 116 | 51 | 547 | 101 | 44 |
| Binary | 10010110 | 100000 | 100001 | 0 | 1001111 | 1001110 | 101001 | 101100111 | 1000001 | 100100 |
Color Harmonies of #962021
Complementary color
Monochromatic Colors of #962021
Black with #962021
Text Example
Text Example
White with #962021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962021; }
p { color: rgb(150,32,33); }
H1.HeaderClassName
{
color: #962021;
}
.AnyTagClassName
{
color: #962021;
}
</style>
background-color css
<style>
a { background-color: #962021; }
a { background-color: rgb(150,32,33); }
div.DivClassName
{
background-color: #962021;
}
.BgClassName
{
background-color: #962021;
}
</style>
border-color css
<style>
span { border-color: #962021; }
span { border-color: rgb(150,32,33); }
td.TdClassName
{
border-color: #962021;
}
.TagClassName
{
border-color: #962021;
}
</style>