Shades of Bright Red #96222F
Tints of Bright Red #96222F
RGB
CMYK
RGB Variations
Color information
#96222F (or 0x96222F) is known color: Bright Red. HEX triplet: 96, 22 and 2F. RGB value is (150,34,47). Sum of RGB (Red+Green+Blue) = 150+34+47=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96222F is #69DDD0. Grayscale: #464646. Windows color (decimal): -6938065 or 3089046. OLE color: 3089046.
HSL color Cylindrical-coordinate representation of color #96222F: hue angle of 353.28º 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 #96222F is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 47 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.41 |
| HSL | 353.28º | 0.63% | 0.36% | - |
| HSV(B) | 353.28º | 0.77% | 0.59% | - |
| XYZ | 13.66 | 7.83 | 3.48 | - |
| YUV | 70.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 47 | 0 | 0.77 | 0.69 | 0.41 | 353.28 | 0.63 | 0.36 |
| Hex | 96 | 22 | 2F | 0 | 4D | 45 | 29 | 161 | 3F | 24 |
| Octal | 226 | 42 | 57 | 0 | 115 | 105 | 51 | 541 | 77 | 44 |
| Binary | 10010110 | 100010 | 101111 | 0 | 1001101 | 1000101 | 101001 | 101100001 | 111111 | 100100 |
Color Harmonies of #96222F
Complementary color
Monochromatic Colors of #96222F
Black with #96222F
Text Example
Text Example
White with #96222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96222F; }
p { color: rgb(150,34,47); }
H1.HeaderClassName
{
color: #96222F;
}
.AnyTagClassName
{
color: #96222F;
}
</style>
background-color css
<style>
a { background-color: #96222F; }
a { background-color: rgb(150,34,47); }
div.DivClassName
{
background-color: #96222F;
}
.BgClassName
{
background-color: #96222F;
}
</style>
border-color css
<style>
span { border-color: #96222F; }
span { border-color: rgb(150,34,47); }
td.TdClassName
{
border-color: #96222F;
}
.TagClassName
{
border-color: #96222F;
}
</style>