Shades of Bright Red #96232D
Tints of Bright Red #96232D
RGB
CMYK
RGB Variations
Color information
#96232D (or 0x96232D) is known color: Bright Red. HEX triplet: 96, 23 and 2D. RGB value is (150,35,45). Sum of RGB (Red+Green+Blue) = 150+35+45=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96232D is #69DCD2. Grayscale: #464646. Windows color (decimal): -6937811 or 2958230. OLE color: 2958230.
HSL color Cylindrical-coordinate representation of color #96232D: hue angle of 354.78º degrees, saturation: 0.62, 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 #96232D is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 45 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.41 |
| HSL | 354.78º | 0.62% | 0.36% | - |
| HSV(B) | 354.78º | 0.77% | 0.59% | - |
| XYZ | 13.65 | 7.88 | 3.28 | - |
| YUV | 70.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 45 | 0 | 0.77 | 0.70 | 0.41 | 354.78 | 0.62 | 0.36 |
| Hex | 96 | 23 | 2D | 0 | 4D | 46 | 29 | 163 | 3E | 24 |
| Octal | 226 | 43 | 55 | 0 | 115 | 106 | 51 | 543 | 76 | 44 |
| Binary | 10010110 | 100011 | 101101 | 0 | 1001101 | 1000110 | 101001 | 101100011 | 111110 | 100100 |
Color Harmonies of #96232D
Complementary color
Monochromatic Colors of #96232D
Black with #96232D
Text Example
Text Example
White with #96232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96232D; }
p { color: rgb(150,35,45); }
H1.HeaderClassName
{
color: #96232D;
}
.AnyTagClassName
{
color: #96232D;
}
</style>
background-color css
<style>
a { background-color: #96232D; }
a { background-color: rgb(150,35,45); }
div.DivClassName
{
background-color: #96232D;
}
.BgClassName
{
background-color: #96232D;
}
</style>
border-color css
<style>
span { border-color: #96232D; }
span { border-color: rgb(150,35,45); }
td.TdClassName
{
border-color: #96232D;
}
.TagClassName
{
border-color: #96232D;
}
</style>