Shades of Bright Red #96112F
Tints of Bright Red #96112F
RGB
CMYK
RGB Variations
Color information
#96112F (or 0x96112F) is known color: Bright Red. HEX triplet: 96, 11 and 2F. RGB value is (150,17,47). Sum of RGB (Red+Green+Blue) = 150+17+47=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96112F is #69EED0. Grayscale: #3C3C3C. Windows color (decimal): -6942417 or 3084694. OLE color: 3084694.
HSL color Cylindrical-coordinate representation of color #96112F: hue angle of 346.47º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96112F is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 47 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.41 |
| HSL | 346.47º | 0.8% | 0.33% | - |
| HSV(B) | 346.47º | 0.89% | 0.59% | - |
| XYZ | 13.29 | 7.09 | 3.36 | - |
| YUV | 60.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 47 | 0 | 0.89 | 0.69 | 0.41 | 346.47 | 0.8 | 0.33 |
| Hex | 96 | 11 | 2F | 0 | 59 | 45 | 29 | 15A | 50 | 21 |
| Octal | 226 | 21 | 57 | 0 | 131 | 105 | 51 | 532 | 120 | 41 |
| Binary | 10010110 | 10001 | 101111 | 0 | 1011001 | 1000101 | 101001 | 101011010 | 1010000 | 100001 |
Color Harmonies of #96112F
Complementary color
Monochromatic Colors of #96112F
Black with #96112F
Text Example
Text Example
White with #96112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96112F; }
p { color: rgb(150,17,47); }
H1.HeaderClassName
{
color: #96112F;
}
.AnyTagClassName
{
color: #96112F;
}
</style>
background-color css
<style>
a { background-color: #96112F; }
a { background-color: rgb(150,17,47); }
div.DivClassName
{
background-color: #96112F;
}
.BgClassName
{
background-color: #96112F;
}
</style>
border-color css
<style>
span { border-color: #96112F; }
span { border-color: rgb(150,17,47); }
td.TdClassName
{
border-color: #96112F;
}
.TagClassName
{
border-color: #96112F;
}
</style>