Shades of Bright Red #96222D
Tints of Bright Red #96222D
RGB
CMYK
RGB Variations
Color information
#96222D (or 0x96222D) is known color: Bright Red. HEX triplet: 96, 22 and 2D. RGB value is (150,34,45). Sum of RGB (Red+Green+Blue) = 150+34+45=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96222D is #69DDD2. Grayscale: #464646. Windows color (decimal): -6938067 or 2957974. OLE color: 2957974.
HSL color Cylindrical-coordinate representation of color #96222D: hue angle of 354.31º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96222D is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 45 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.41 |
| HSL | 354.31º | 0.63% | 0.36% | - |
| HSV(B) | 354.31º | 0.77% | 0.59% | - |
| XYZ | 13.62 | 7.82 | 3.27 | - |
| YUV | 69.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 45 | 0 | 0.77 | 0.70 | 0.41 | 354.31 | 0.63 | 0.36 |
| Hex | 96 | 22 | 2D | 0 | 4D | 46 | 29 | 162 | 3F | 24 |
| Octal | 226 | 42 | 55 | 0 | 115 | 106 | 51 | 542 | 77 | 44 |
| Binary | 10010110 | 100010 | 101101 | 0 | 1001101 | 1000110 | 101001 | 101100010 | 111111 | 100100 |
Color Harmonies of #96222D
Complementary color
Monochromatic Colors of #96222D
Black with #96222D
Text Example
Text Example
White with #96222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96222D; }
p { color: rgb(150,34,45); }
H1.HeaderClassName
{
color: #96222D;
}
.AnyTagClassName
{
color: #96222D;
}
</style>
background-color css
<style>
a { background-color: #96222D; }
a { background-color: rgb(150,34,45); }
div.DivClassName
{
background-color: #96222D;
}
.BgClassName
{
background-color: #96222D;
}
</style>
border-color css
<style>
span { border-color: #96222D; }
span { border-color: rgb(150,34,45); }
td.TdClassName
{
border-color: #96222D;
}
.TagClassName
{
border-color: #96222D;
}
</style>