Shades of Bright Red #961E21
Tints of Bright Red #961E21
RGB
CMYK
RGB Variations
Color information
#961E21 (or 0x961E21) is known color: Bright Red. HEX triplet: 96, 1E and 21. RGB value is (150,30,33). Sum of RGB (Red+Green+Blue) = 150+30+33=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #961E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E21 is #69E1DE. Grayscale: #424242. Windows color (decimal): -6939103 or 2170518. OLE color: 2170518.
HSL color Cylindrical-coordinate representation of color #961E21: hue angle of 358.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E21 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 33 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.41 |
| HSL | 358.5º | 0.67% | 0.35% | - |
| HSV(B) | 358.5º | 0.8% | 0.59% | - |
| XYZ | 13.32 | 7.52 | 2.19 | - |
| YUV | 66.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 33 | 0 | 0.80 | 0.78 | 0.41 | 358.5 | 0.67 | 0.35 |
| Hex | 96 | 1E | 21 | 0 | 50 | 4E | 29 | 166 | 43 | 23 |
| Octal | 226 | 36 | 41 | 0 | 120 | 116 | 51 | 546 | 103 | 43 |
| Binary | 10010110 | 11110 | 100001 | 0 | 1010000 | 1001110 | 101001 | 101100110 | 1000011 | 100011 |
Color Harmonies of #961E21
Complementary color
Monochromatic Colors of #961E21
Black with #961E21
Text Example
Text Example
White with #961E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E21; }
p { color: rgb(150,30,33); }
H1.HeaderClassName
{
color: #961E21;
}
.AnyTagClassName
{
color: #961E21;
}
</style>
background-color css
<style>
a { background-color: #961E21; }
a { background-color: rgb(150,30,33); }
div.DivClassName
{
background-color: #961E21;
}
.BgClassName
{
background-color: #961E21;
}
</style>
border-color css
<style>
span { border-color: #961E21; }
span { border-color: rgb(150,30,33); }
td.TdClassName
{
border-color: #961E21;
}
.TagClassName
{
border-color: #961E21;
}
</style>