Shades of Bright Red #96242A
Tints of Bright Red #96242A
RGB
CMYK
RGB Variations
Color information
#96242A (or 0x96242A) is known color: Bright Red. HEX triplet: 96, 24 and 2A. RGB value is (150,36,42). Sum of RGB (Red+Green+Blue) = 150+36+42=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #96242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96242A is #69DBD5. Grayscale: #464646. Windows color (decimal): -6937558 or 2761878. OLE color: 2761878.
HSL color Cylindrical-coordinate representation of color #96242A: hue angle of 356.84º 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 #96242A is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 42 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.41 |
| HSL | 356.84º | 0.61% | 0.36% | - |
| HSV(B) | 356.84º | 0.76% | 0.59% | - |
| XYZ | 13.63 | 7.91 | 3 | - |
| YUV | 70.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 42 | 0 | 0.76 | 0.72 | 0.41 | 356.84 | 0.61 | 0.36 |
| Hex | 96 | 24 | 2A | 0 | 4C | 48 | 29 | 165 | 3D | 24 |
| Octal | 226 | 44 | 52 | 0 | 114 | 110 | 51 | 545 | 75 | 44 |
| Binary | 10010110 | 100100 | 101010 | 0 | 1001100 | 1001000 | 101001 | 101100101 | 111101 | 100100 |
Color Harmonies of #96242A
Complementary color
Monochromatic Colors of #96242A
Black with #96242A
Text Example
Text Example
White with #96242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96242A; }
p { color: rgb(150,36,42); }
H1.HeaderClassName
{
color: #96242A;
}
.AnyTagClassName
{
color: #96242A;
}
</style>
background-color css
<style>
a { background-color: #96242A; }
a { background-color: rgb(150,36,42); }
div.DivClassName
{
background-color: #96242A;
}
.BgClassName
{
background-color: #96242A;
}
</style>
border-color css
<style>
span { border-color: #96242A; }
span { border-color: rgb(150,36,42); }
td.TdClassName
{
border-color: #96242A;
}
.TagClassName
{
border-color: #96242A;
}
</style>