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