Shades of Bright Red #96122F
Tints of Bright Red #96122F
RGB
CMYK
RGB Variations
Color information
#96122F (or 0x96122F) is known color: Bright Red. HEX triplet: 96, 12 and 2F. RGB value is (150,18,47). Sum of RGB (Red+Green+Blue) = 150+18+47=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96122F is #69EDD0. Grayscale: #3C3C3C. Windows color (decimal): -6942161 or 3084950. OLE color: 3084950.
HSL color Cylindrical-coordinate representation of color #96122F: hue angle of 346.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96122F is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 47 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.41 |
| HSL | 346.82º | 0.79% | 0.33% | - |
| HSV(B) | 346.82º | 0.88% | 0.59% | - |
| XYZ | 13.31 | 7.12 | 3.36 | - |
| YUV | 60.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 47 | 0 | 0.88 | 0.69 | 0.41 | 346.82 | 0.79 | 0.33 |
| Hex | 96 | 12 | 2F | 0 | 58 | 45 | 29 | 15B | 4F | 21 |
| Octal | 226 | 22 | 57 | 0 | 130 | 105 | 51 | 533 | 117 | 41 |
| Binary | 10010110 | 10010 | 101111 | 0 | 1011000 | 1000101 | 101001 | 101011011 | 1001111 | 100001 |
Color Harmonies of #96122F
Complementary color
Monochromatic Colors of #96122F
Black with #96122F
Text Example
Text Example
White with #96122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96122F; }
p { color: rgb(150,18,47); }
H1.HeaderClassName
{
color: #96122F;
}
.AnyTagClassName
{
color: #96122F;
}
</style>
background-color css
<style>
a { background-color: #96122F; }
a { background-color: rgb(150,18,47); }
div.DivClassName
{
background-color: #96122F;
}
.BgClassName
{
background-color: #96122F;
}
</style>
border-color css
<style>
span { border-color: #96122F; }
span { border-color: rgb(150,18,47); }
td.TdClassName
{
border-color: #96122F;
}
.TagClassName
{
border-color: #96122F;
}
</style>