Shades of Bright Red #96223B
Tints of Bright Red #96223B
RGB
CMYK
RGB Variations
Color information
#96223B (or 0x96223B) is known color: Bright Red. HEX triplet: 96, 22 and 3B. RGB value is (150,34,59). Sum of RGB (Red+Green+Blue) = 150+34+59=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #96223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96223B is #69DDC4. Grayscale: #474747. Windows color (decimal): -6938053 or 3875478. OLE color: 3875478.
HSL color Cylindrical-coordinate representation of color #96223B: hue angle of 347.07º 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 #96223B is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 59 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.41 |
| HSL | 347.07º | 0.63% | 0.36% | - |
| HSV(B) | 347.07º | 0.77% | 0.59% | - |
| XYZ | 13.94 | 7.94 | 4.94 | - |
| YUV | 71.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 59 | 0 | 0.77 | 0.61 | 0.41 | 347.07 | 0.63 | 0.36 |
| Hex | 96 | 22 | 3B | 0 | 4D | 3D | 29 | 15B | 3F | 24 |
| Octal | 226 | 42 | 73 | 0 | 115 | 75 | 51 | 533 | 77 | 44 |
| Binary | 10010110 | 100010 | 111011 | 0 | 1001101 | 111101 | 101001 | 101011011 | 111111 | 100100 |
Color Harmonies of #96223B
Complementary color
Monochromatic Colors of #96223B
Black with #96223B
Text Example
Text Example
White with #96223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96223B; }
p { color: rgb(150,34,59); }
H1.HeaderClassName
{
color: #96223B;
}
.AnyTagClassName
{
color: #96223B;
}
</style>
background-color css
<style>
a { background-color: #96223B; }
a { background-color: rgb(150,34,59); }
div.DivClassName
{
background-color: #96223B;
}
.BgClassName
{
background-color: #96223B;
}
</style>
border-color css
<style>
span { border-color: #96223B; }
span { border-color: rgb(150,34,59); }
td.TdClassName
{
border-color: #96223B;
}
.TagClassName
{
border-color: #96223B;
}
</style>