Shades of Bright Red #96242E
Tints of Bright Red #96242E
RGB
CMYK
RGB Variations
Color information
#96242E (or 0x96242E) is known color: Bright Red. HEX triplet: 96, 24 and 2E. RGB value is (150,36,46). Sum of RGB (Red+Green+Blue) = 150+36+46=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96242E is #69DBD1. Grayscale: #474747. Windows color (decimal): -6937554 or 3024022. OLE color: 3024022.
HSL color Cylindrical-coordinate representation of color #96242E: hue angle of 354.74º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96242E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 46 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.41 |
| HSL | 354.74º | 0.61% | 0.36% | - |
| HSV(B) | 354.74º | 0.76% | 0.59% | - |
| XYZ | 13.7 | 7.94 | 3.4 | - |
| YUV | 71.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 46 | 0 | 0.76 | 0.69 | 0.41 | 354.74 | 0.61 | 0.36 |
| Hex | 96 | 24 | 2E | 0 | 4C | 45 | 29 | 163 | 3D | 24 |
| Octal | 226 | 44 | 56 | 0 | 114 | 105 | 51 | 543 | 75 | 44 |
| Binary | 10010110 | 100100 | 101110 | 0 | 1001100 | 1000101 | 101001 | 101100011 | 111101 | 100100 |
Color Harmonies of #96242E
Complementary color
Monochromatic Colors of #96242E
Black with #96242E
Text Example
Text Example
White with #96242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96242E; }
p { color: rgb(150,36,46); }
H1.HeaderClassName
{
color: #96242E;
}
.AnyTagClassName
{
color: #96242E;
}
</style>
background-color css
<style>
a { background-color: #96242E; }
a { background-color: rgb(150,36,46); }
div.DivClassName
{
background-color: #96242E;
}
.BgClassName
{
background-color: #96242E;
}
</style>
border-color css
<style>
span { border-color: #96242E; }
span { border-color: rgb(150,36,46); }
td.TdClassName
{
border-color: #96242E;
}
.TagClassName
{
border-color: #96242E;
}
</style>