Shades of Bright Red #961E2C
Tints of Bright Red #961E2C
RGB
CMYK
RGB Variations
Color information
#961E2C (or 0x961E2C) is known color: Bright Red. HEX triplet: 96, 1E and 2C. RGB value is (150,30,44). Sum of RGB (Red+Green+Blue) = 150+30+44=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #961E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E2C is #69E1D3. Grayscale: #434343. Windows color (decimal): -6939092 or 2891414. OLE color: 2891414.
HSL color Cylindrical-coordinate representation of color #961E2C: hue angle of 353º 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 #961E2C is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 44 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.41 |
| HSL | 353º | 0.67% | 0.35% | - |
| HSV(B) | 353º | 0.8% | 0.59% | - |
| XYZ | 13.5 | 7.59 | 3.14 | - |
| YUV | 67.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 44 | 0 | 0.80 | 0.71 | 0.41 | 353 | 0.67 | 0.35 |
| Hex | 96 | 1E | 2C | 0 | 50 | 47 | 29 | 161 | 43 | 23 |
| Octal | 226 | 36 | 54 | 0 | 120 | 107 | 51 | 541 | 103 | 43 |
| Binary | 10010110 | 11110 | 101100 | 0 | 1010000 | 1000111 | 101001 | 101100001 | 1000011 | 100011 |
Color Harmonies of #961E2C
Complementary color
Monochromatic Colors of #961E2C
Black with #961E2C
Text Example
Text Example
White with #961E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E2C; }
p { color: rgb(150,30,44); }
H1.HeaderClassName
{
color: #961E2C;
}
.AnyTagClassName
{
color: #961E2C;
}
</style>
background-color css
<style>
a { background-color: #961E2C; }
a { background-color: rgb(150,30,44); }
div.DivClassName
{
background-color: #961E2C;
}
.BgClassName
{
background-color: #961E2C;
}
</style>
border-color css
<style>
span { border-color: #961E2C; }
span { border-color: rgb(150,30,44); }
td.TdClassName
{
border-color: #961E2C;
}
.TagClassName
{
border-color: #961E2C;
}
</style>