Shades of Bright Red #96213E
Tints of Bright Red #96213E
RGB
CMYK
RGB Variations
Color information
#96213E (or 0x96213E) is known color: Bright Red. HEX triplet: 96, 21 and 3E. RGB value is (150,33,62). Sum of RGB (Red+Green+Blue) = 150+33+62=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96213E is #69DEC1. Grayscale: #474747. Windows color (decimal): -6938306 or 4071830. OLE color: 4071830.
HSL color Cylindrical-coordinate representation of color #96213E: hue angle of 345.13º 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 #96213E is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 62 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.41 |
| HSL | 345.13º | 0.64% | 0.36% | - |
| HSV(B) | 345.13º | 0.78% | 0.59% | - |
| XYZ | 13.99 | 7.92 | 5.35 | - |
| YUV | 71.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 62 | 0 | 0.78 | 0.59 | 0.41 | 345.13 | 0.64 | 0.36 |
| Hex | 96 | 21 | 3E | 0 | 4E | 3B | 29 | 159 | 40 | 24 |
| Octal | 226 | 41 | 76 | 0 | 116 | 73 | 51 | 531 | 100 | 44 |
| Binary | 10010110 | 100001 | 111110 | 0 | 1001110 | 111011 | 101001 | 101011001 | 1000000 | 100100 |
Color Harmonies of #96213E
Complementary color
Monochromatic Colors of #96213E
Black with #96213E
Text Example
Text Example
White with #96213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96213E; }
p { color: rgb(150,33,62); }
H1.HeaderClassName
{
color: #96213E;
}
.AnyTagClassName
{
color: #96213E;
}
</style>
background-color css
<style>
a { background-color: #96213E; }
a { background-color: rgb(150,33,62); }
div.DivClassName
{
background-color: #96213E;
}
.BgClassName
{
background-color: #96213E;
}
</style>
border-color css
<style>
span { border-color: #96213E; }
span { border-color: rgb(150,33,62); }
td.TdClassName
{
border-color: #96213E;
}
.TagClassName
{
border-color: #96213E;
}
</style>