Shades of Bright Red #961E2D
Tints of Bright Red #961E2D
RGB
CMYK
RGB Variations
Color information
#961E2D (or 0x961E2D) is known color: Bright Red. HEX triplet: 96, 1E and 2D. RGB value is (150,30,45). Sum of RGB (Red+Green+Blue) = 150+30+45=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #961E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E2D is #69E1D2. Grayscale: #434343. Windows color (decimal): -6939091 or 2956950. OLE color: 2956950.
HSL color Cylindrical-coordinate representation of color #961E2D: hue angle of 352.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 #961E2D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 45 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.41 |
| HSL | 352.5º | 0.67% | 0.35% | - |
| HSV(B) | 352.5º | 0.8% | 0.59% | - |
| XYZ | 13.52 | 7.6 | 3.24 | - |
| YUV | 67.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 45 | 0 | 0.80 | 0.70 | 0.41 | 352.5 | 0.67 | 0.35 |
| Hex | 96 | 1E | 2D | 0 | 50 | 46 | 29 | 160 | 43 | 23 |
| Octal | 226 | 36 | 55 | 0 | 120 | 106 | 51 | 540 | 103 | 43 |
| Binary | 10010110 | 11110 | 101101 | 0 | 1010000 | 1000110 | 101001 | 101100000 | 1000011 | 100011 |
Color Harmonies of #961E2D
Complementary color
Monochromatic Colors of #961E2D
Black with #961E2D
Text Example
Text Example
White with #961E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E2D; }
p { color: rgb(150,30,45); }
H1.HeaderClassName
{
color: #961E2D;
}
.AnyTagClassName
{
color: #961E2D;
}
</style>
background-color css
<style>
a { background-color: #961E2D; }
a { background-color: rgb(150,30,45); }
div.DivClassName
{
background-color: #961E2D;
}
.BgClassName
{
background-color: #961E2D;
}
</style>
border-color css
<style>
span { border-color: #961E2D; }
span { border-color: rgb(150,30,45); }
td.TdClassName
{
border-color: #961E2D;
}
.TagClassName
{
border-color: #961E2D;
}
</style>