Shades of Bright Red #96173D
Tints of Bright Red #96173D
RGB
CMYK
RGB Variations
Color information
#96173D (or 0x96173D) is known color: Bright Red. HEX triplet: 96, 17 and 3D. RGB value is (150,23,61). Sum of RGB (Red+Green+Blue) = 150+23+61=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96173D is #69E8C2. Grayscale: #414141. Windows color (decimal): -6940867 or 4003734. OLE color: 4003734.
HSL color Cylindrical-coordinate representation of color #96173D: hue angle of 342.05º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96173D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 61 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.41 |
| HSL | 342.05º | 0.73% | 0.34% | - |
| HSV(B) | 342.05º | 0.85% | 0.59% | - |
| XYZ | 13.73 | 7.43 | 5.13 | - |
| YUV | 65.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 61 | 0 | 0.85 | 0.59 | 0.41 | 342.05 | 0.73 | 0.34 |
| Hex | 96 | 17 | 3D | 0 | 55 | 3B | 29 | 156 | 49 | 22 |
| Octal | 226 | 27 | 75 | 0 | 125 | 73 | 51 | 526 | 111 | 42 |
| Binary | 10010110 | 10111 | 111101 | 0 | 1010101 | 111011 | 101001 | 101010110 | 1001001 | 100010 |
Color Harmonies of #96173D
Complementary color
Monochromatic Colors of #96173D
Black with #96173D
Text Example
Text Example
White with #96173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96173D; }
p { color: rgb(150,23,61); }
H1.HeaderClassName
{
color: #96173D;
}
.AnyTagClassName
{
color: #96173D;
}
</style>
background-color css
<style>
a { background-color: #96173D; }
a { background-color: rgb(150,23,61); }
div.DivClassName
{
background-color: #96173D;
}
.BgClassName
{
background-color: #96173D;
}
</style>
border-color css
<style>
span { border-color: #96173D; }
span { border-color: rgb(150,23,61); }
td.TdClassName
{
border-color: #96173D;
}
.TagClassName
{
border-color: #96173D;
}
</style>