Shades of Bright Red #96232F
Tints of Bright Red #96232F
RGB
CMYK
RGB Variations
Color information
#96232F (or 0x96232F) is known color: Bright Red. HEX triplet: 96, 23 and 2F. RGB value is (150,35,47). Sum of RGB (Red+Green+Blue) = 150+35+47=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96232F is #69DCD0. Grayscale: #464646. Windows color (decimal): -6937809 or 3089302. OLE color: 3089302.
HSL color Cylindrical-coordinate representation of color #96232F: hue angle of 353.74º 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 #96232F is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 47 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.41 |
| HSL | 353.74º | 0.62% | 0.36% | - |
| HSV(B) | 353.74º | 0.77% | 0.59% | - |
| XYZ | 13.69 | 7.89 | 3.49 | - |
| YUV | 70.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 47 | 0 | 0.77 | 0.69 | 0.41 | 353.74 | 0.62 | 0.36 |
| Hex | 96 | 23 | 2F | 0 | 4D | 45 | 29 | 162 | 3E | 24 |
| Octal | 226 | 43 | 57 | 0 | 115 | 105 | 51 | 542 | 76 | 44 |
| Binary | 10010110 | 100011 | 101111 | 0 | 1001101 | 1000101 | 101001 | 101100010 | 111110 | 100100 |
Color Harmonies of #96232F
Complementary color
Monochromatic Colors of #96232F
Black with #96232F
Text Example
Text Example
White with #96232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96232F; }
p { color: rgb(150,35,47); }
H1.HeaderClassName
{
color: #96232F;
}
.AnyTagClassName
{
color: #96232F;
}
</style>
background-color css
<style>
a { background-color: #96232F; }
a { background-color: rgb(150,35,47); }
div.DivClassName
{
background-color: #96232F;
}
.BgClassName
{
background-color: #96232F;
}
</style>
border-color css
<style>
span { border-color: #96232F; }
span { border-color: rgb(150,35,47); }
td.TdClassName
{
border-color: #96232F;
}
.TagClassName
{
border-color: #96232F;
}
</style>