Shades of Bright Red #961F2B
Tints of Bright Red #961F2B
RGB
CMYK
RGB Variations
Color information
#961F2B (or 0x961F2B) is known color: Bright Red. HEX triplet: 96, 1F and 2B. RGB value is (150,31,43). Sum of RGB (Red+Green+Blue) = 150+31+43=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #961F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F2B is #69E0D4. Grayscale: #444444. Windows color (decimal): -6938837 or 2826134. OLE color: 2826134.
HSL color Cylindrical-coordinate representation of color #961F2B: hue angle of 353.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F2B is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 43 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.41 |
| HSL | 353.95º | 0.66% | 0.35% | - |
| HSV(B) | 353.95º | 0.79% | 0.59% | - |
| XYZ | 13.5 | 7.64 | 3.05 | - |
| YUV | 67.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 43 | 0 | 0.79 | 0.71 | 0.41 | 353.95 | 0.66 | 0.35 |
| Hex | 96 | 1F | 2B | 0 | 4F | 47 | 29 | 162 | 42 | 23 |
| Octal | 226 | 37 | 53 | 0 | 117 | 107 | 51 | 542 | 102 | 43 |
| Binary | 10010110 | 11111 | 101011 | 0 | 1001111 | 1000111 | 101001 | 101100010 | 1000010 | 100011 |
Color Harmonies of #961F2B
Complementary color
Monochromatic Colors of #961F2B
Black with #961F2B
Text Example
Text Example
White with #961F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F2B; }
p { color: rgb(150,31,43); }
H1.HeaderClassName
{
color: #961F2B;
}
.AnyTagClassName
{
color: #961F2B;
}
</style>
background-color css
<style>
a { background-color: #961F2B; }
a { background-color: rgb(150,31,43); }
div.DivClassName
{
background-color: #961F2B;
}
.BgClassName
{
background-color: #961F2B;
}
</style>
border-color css
<style>
span { border-color: #961F2B; }
span { border-color: rgb(150,31,43); }
td.TdClassName
{
border-color: #961F2B;
}
.TagClassName
{
border-color: #961F2B;
}
</style>