Shades of Bright Red #96242D
Tints of Bright Red #96242D
RGB
CMYK
RGB Variations
Color information
#96242D (or 0x96242D) is known color: Bright Red. HEX triplet: 96, 24 and 2D. RGB value is (150,36,45). Sum of RGB (Red+Green+Blue) = 150+36+45=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96242D is #69DBD2. Grayscale: #474747. Windows color (decimal): -6937555 or 2958486. OLE color: 2958486.
HSL color Cylindrical-coordinate representation of color #96242D: hue angle of 355.26º 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 #96242D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 45 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.41 |
| HSL | 355.26º | 0.61% | 0.36% | - |
| HSV(B) | 355.26º | 0.76% | 0.59% | - |
| XYZ | 13.68 | 7.94 | 3.29 | - |
| YUV | 71.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 45 | 0 | 0.76 | 0.70 | 0.41 | 355.26 | 0.61 | 0.36 |
| Hex | 96 | 24 | 2D | 0 | 4C | 46 | 29 | 163 | 3D | 24 |
| Octal | 226 | 44 | 55 | 0 | 114 | 106 | 51 | 543 | 75 | 44 |
| Binary | 10010110 | 100100 | 101101 | 0 | 1001100 | 1000110 | 101001 | 101100011 | 111101 | 100100 |
Color Harmonies of #96242D
Complementary color
Monochromatic Colors of #96242D
Black with #96242D
Text Example
Text Example
White with #96242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96242D; }
p { color: rgb(150,36,45); }
H1.HeaderClassName
{
color: #96242D;
}
.AnyTagClassName
{
color: #96242D;
}
</style>
background-color css
<style>
a { background-color: #96242D; }
a { background-color: rgb(150,36,45); }
div.DivClassName
{
background-color: #96242D;
}
.BgClassName
{
background-color: #96242D;
}
</style>
border-color css
<style>
span { border-color: #96242D; }
span { border-color: rgb(150,36,45); }
td.TdClassName
{
border-color: #96242D;
}
.TagClassName
{
border-color: #96242D;
}
</style>