Shades of Bright Red #96191D
Tints of Bright Red #96191D
RGB
CMYK
RGB Variations
Color information
#96191D (or 0x96191D) is known color: Bright Red. HEX triplet: 96, 19 and 1D. RGB value is (150,25,29). Sum of RGB (Red+Green+Blue) = 150+25+29=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #96191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96191D is #69E6E2. Grayscale: #3E3E3E. Windows color (decimal): -6940387 or 1907094. OLE color: 1907094.
HSL color Cylindrical-coordinate representation of color #96191D: hue angle of 358.08º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96191D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 29 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.41 |
| HSL | 358.08º | 0.71% | 0.34% | - |
| HSV(B) | 358.08º | 0.83% | 0.59% | - |
| XYZ | 13.15 | 7.27 | 1.87 | - |
| YUV | 62.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 29 | 0 | 0.83 | 0.81 | 0.41 | 358.08 | 0.71 | 0.34 |
| Hex | 96 | 19 | 1D | 0 | 53 | 51 | 29 | 166 | 47 | 22 |
| Octal | 226 | 31 | 35 | 0 | 123 | 121 | 51 | 546 | 107 | 42 |
| Binary | 10010110 | 11001 | 11101 | 0 | 1010011 | 1010001 | 101001 | 101100110 | 1000111 | 100010 |
Color Harmonies of #96191D
Complementary color
Monochromatic Colors of #96191D
Black with #96191D
Text Example
Text Example
White with #96191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96191D; }
p { color: rgb(150,25,29); }
H1.HeaderClassName
{
color: #96191D;
}
.AnyTagClassName
{
color: #96191D;
}
</style>
background-color css
<style>
a { background-color: #96191D; }
a { background-color: rgb(150,25,29); }
div.DivClassName
{
background-color: #96191D;
}
.BgClassName
{
background-color: #96191D;
}
</style>
border-color css
<style>
span { border-color: #96191D; }
span { border-color: rgb(150,25,29); }
td.TdClassName
{
border-color: #96191D;
}
.TagClassName
{
border-color: #96191D;
}
</style>