Shades of Bright Red #9B212C
Tints of Bright Red #9B212C
RGB
CMYK
RGB Variations
Color information
#9B212C (or 0x9B212C) is known color: Bright Red. HEX triplet: 9B, 21 and 2C. RGB value is (155,33,44). Sum of RGB (Red+Green+Blue) = 155+33+44=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B212C is #64DED3. Grayscale: #464646. Windows color (decimal): -6610644 or 2892187. OLE color: 2892187.
HSL color Cylindrical-coordinate representation of color #9B212C: hue angle of 354.59º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B212C is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 33 | 44 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.39 |
| HSL | 354.59º | 0.65% | 0.37% | - |
| HSV(B) | 354.59º | 0.79% | 0.61% | - |
| XYZ | 14.52 | 8.24 | 3.21 | - |
| YUV | 70.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 33 | 44 | 0 | 0.79 | 0.72 | 0.39 | 354.59 | 0.65 | 0.37 |
| Hex | 9B | 21 | 2C | 0 | 4F | 48 | 27 | 163 | 41 | 25 |
| Octal | 233 | 41 | 54 | 0 | 117 | 110 | 47 | 543 | 101 | 45 |
| Binary | 10011011 | 100001 | 101100 | 0 | 1001111 | 1001000 | 100111 | 101100011 | 1000001 | 100101 |
Color Harmonies of #9B212C
Complementary color
Monochromatic Colors of #9B212C
Black with #9B212C
Text Example
Text Example
White with #9B212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B212C; }
p { color: rgb(155,33,44); }
H1.HeaderClassName
{
color: #9B212C;
}
.AnyTagClassName
{
color: #9B212C;
}
</style>
background-color css
<style>
a { background-color: #9B212C; }
a { background-color: rgb(155,33,44); }
div.DivClassName
{
background-color: #9B212C;
}
.BgClassName
{
background-color: #9B212C;
}
</style>
border-color css
<style>
span { border-color: #9B212C; }
span { border-color: rgb(155,33,44); }
td.TdClassName
{
border-color: #9B212C;
}
.TagClassName
{
border-color: #9B212C;
}
</style>