Shades of Bright Red #96222A
Tints of Bright Red #96222A
RGB
CMYK
RGB Variations
Color information
#96222A (or 0x96222A) is known color: Bright Red. HEX triplet: 96, 22 and 2A. RGB value is (150,34,42). Sum of RGB (Red+Green+Blue) = 150+34+42=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96222A is #69DDD5. Grayscale: #454545. Windows color (decimal): -6938070 or 2761366. OLE color: 2761366.
HSL color Cylindrical-coordinate representation of color #96222A: hue angle of 355.86º 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 #96222A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 42 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.41 |
| HSL | 355.86º | 0.63% | 0.36% | - |
| HSV(B) | 355.86º | 0.77% | 0.59% | - |
| XYZ | 13.57 | 7.8 | 2.98 | - |
| YUV | 69.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 42 | 0 | 0.77 | 0.72 | 0.41 | 355.86 | 0.63 | 0.36 |
| Hex | 96 | 22 | 2A | 0 | 4D | 48 | 29 | 164 | 3F | 24 |
| Octal | 226 | 42 | 52 | 0 | 115 | 110 | 51 | 544 | 77 | 44 |
| Binary | 10010110 | 100010 | 101010 | 0 | 1001101 | 1001000 | 101001 | 101100100 | 111111 | 100100 |
Color Harmonies of #96222A
Complementary color
Monochromatic Colors of #96222A
Black with #96222A
Text Example
Text Example
White with #96222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96222A; }
p { color: rgb(150,34,42); }
H1.HeaderClassName
{
color: #96222A;
}
.AnyTagClassName
{
color: #96222A;
}
</style>
background-color css
<style>
a { background-color: #96222A; }
a { background-color: rgb(150,34,42); }
div.DivClassName
{
background-color: #96222A;
}
.BgClassName
{
background-color: #96222A;
}
</style>
border-color css
<style>
span { border-color: #96222A; }
span { border-color: rgb(150,34,42); }
td.TdClassName
{
border-color: #96222A;
}
.TagClassName
{
border-color: #96222A;
}
</style>