Shades of Bright Red #96212A
Tints of Bright Red #96212A
RGB
CMYK
RGB Variations
Color information
#96212A (or 0x96212A) is known color: Bright Red. HEX triplet: 96, 21 and 2A. RGB value is (150,33,42). Sum of RGB (Red+Green+Blue) = 150+33+42=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #96212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96212A is #69DED5. Grayscale: #454545. Windows color (decimal): -6938326 or 2761110. OLE color: 2761110.
HSL color Cylindrical-coordinate representation of color #96212A: hue angle of 355.38º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96212A is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 42 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.41 |
| HSL | 355.38º | 0.64% | 0.36% | - |
| HSV(B) | 355.38º | 0.78% | 0.59% | - |
| XYZ | 13.54 | 7.74 | 2.97 | - |
| YUV | 69.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 42 | 0 | 0.78 | 0.72 | 0.41 | 355.38 | 0.64 | 0.36 |
| Hex | 96 | 21 | 2A | 0 | 4E | 48 | 29 | 163 | 40 | 24 |
| Octal | 226 | 41 | 52 | 0 | 116 | 110 | 51 | 543 | 100 | 44 |
| Binary | 10010110 | 100001 | 101010 | 0 | 1001110 | 1001000 | 101001 | 101100011 | 1000000 | 100100 |
Color Harmonies of #96212A
Complementary color
Monochromatic Colors of #96212A
Black with #96212A
Text Example
Text Example
White with #96212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96212A; }
p { color: rgb(150,33,42); }
H1.HeaderClassName
{
color: #96212A;
}
.AnyTagClassName
{
color: #96212A;
}
</style>
background-color css
<style>
a { background-color: #96212A; }
a { background-color: rgb(150,33,42); }
div.DivClassName
{
background-color: #96212A;
}
.BgClassName
{
background-color: #96212A;
}
</style>
border-color css
<style>
span { border-color: #96212A; }
span { border-color: rgb(150,33,42); }
td.TdClassName
{
border-color: #96212A;
}
.TagClassName
{
border-color: #96212A;
}
</style>