Shades of Bright Red #96212F
Tints of Bright Red #96212F
RGB
CMYK
RGB Variations
Color information
#96212F (or 0x96212F) is known color: Bright Red. HEX triplet: 96, 21 and 2F. RGB value is (150,33,47). Sum of RGB (Red+Green+Blue) = 150+33+47=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96212F is #69DED0. Grayscale: #454545. Windows color (decimal): -6938321 or 3088790. OLE color: 3088790.
HSL color Cylindrical-coordinate representation of color #96212F: hue angle of 352.82º 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 #96212F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 47 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.41 |
| HSL | 352.82º | 0.64% | 0.36% | - |
| HSV(B) | 352.82º | 0.78% | 0.59% | - |
| XYZ | 13.63 | 7.78 | 3.47 | - |
| YUV | 69.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 47 | 0 | 0.78 | 0.69 | 0.41 | 352.82 | 0.64 | 0.36 |
| Hex | 96 | 21 | 2F | 0 | 4E | 45 | 29 | 161 | 40 | 24 |
| Octal | 226 | 41 | 57 | 0 | 116 | 105 | 51 | 541 | 100 | 44 |
| Binary | 10010110 | 100001 | 101111 | 0 | 1001110 | 1000101 | 101001 | 101100001 | 1000000 | 100100 |
Color Harmonies of #96212F
Complementary color
Monochromatic Colors of #96212F
Black with #96212F
Text Example
Text Example
White with #96212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96212F; }
p { color: rgb(150,33,47); }
H1.HeaderClassName
{
color: #96212F;
}
.AnyTagClassName
{
color: #96212F;
}
</style>
background-color css
<style>
a { background-color: #96212F; }
a { background-color: rgb(150,33,47); }
div.DivClassName
{
background-color: #96212F;
}
.BgClassName
{
background-color: #96212F;
}
</style>
border-color css
<style>
span { border-color: #96212F; }
span { border-color: rgb(150,33,47); }
td.TdClassName
{
border-color: #96212F;
}
.TagClassName
{
border-color: #96212F;
}
</style>