Shades of Bright Red #96192F
Tints of Bright Red #96192F
RGB
CMYK
RGB Variations
Color information
#96192F (or 0x96192F) is known color: Bright Red. HEX triplet: 96, 19 and 2F. RGB value is (150,25,47). Sum of RGB (Red+Green+Blue) = 150+25+47=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #96192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96192F is #69E6D0. Grayscale: #404040. Windows color (decimal): -6940369 or 3086742. OLE color: 3086742.
HSL color Cylindrical-coordinate representation of color #96192F: hue angle of 349.44º 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 #96192F is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 47 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.41 |
| HSL | 349.44º | 0.71% | 0.34% | - |
| HSV(B) | 349.44º | 0.83% | 0.59% | - |
| XYZ | 13.44 | 7.38 | 3.41 | - |
| YUV | 64.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 47 | 0 | 0.83 | 0.69 | 0.41 | 349.44 | 0.71 | 0.34 |
| Hex | 96 | 19 | 2F | 0 | 53 | 45 | 29 | 15D | 47 | 22 |
| Octal | 226 | 31 | 57 | 0 | 123 | 105 | 51 | 535 | 107 | 42 |
| Binary | 10010110 | 11001 | 101111 | 0 | 1010011 | 1000101 | 101001 | 101011101 | 1000111 | 100010 |
Color Harmonies of #96192F
Complementary color
Monochromatic Colors of #96192F
Black with #96192F
Text Example
Text Example
White with #96192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96192F; }
p { color: rgb(150,25,47); }
H1.HeaderClassName
{
color: #96192F;
}
.AnyTagClassName
{
color: #96192F;
}
</style>
background-color css
<style>
a { background-color: #96192F; }
a { background-color: rgb(150,25,47); }
div.DivClassName
{
background-color: #96192F;
}
.BgClassName
{
background-color: #96192F;
}
</style>
border-color css
<style>
span { border-color: #96192F; }
span { border-color: rgb(150,25,47); }
td.TdClassName
{
border-color: #96192F;
}
.TagClassName
{
border-color: #96192F;
}
</style>