Shades of Bright Red #9B223B
Tints of Bright Red #9B223B
RGB
CMYK
RGB Variations
Color information
#9B223B (or 0x9B223B) is known color: Bright Red. HEX triplet: 9B, 22 and 3B. RGB value is (155,34,59). Sum of RGB (Red+Green+Blue) = 155+34+59=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B223B is #64DDC4. Grayscale: #494949. Windows color (decimal): -6610373 or 3875483. OLE color: 3875483.
HSL color Cylindrical-coordinate representation of color #9B223B: hue angle of 347.6º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B223B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 34 | 59 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.39 |
| HSL | 347.6º | 0.64% | 0.37% | - |
| HSV(B) | 347.6º | 0.78% | 0.61% | - |
| XYZ | 14.88 | 8.43 | 4.98 | - |
| YUV | 73.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 59 | 0 | 0.78 | 0.62 | 0.39 | 347.6 | 0.64 | 0.37 |
| Hex | 9B | 22 | 3B | 0 | 4E | 3E | 27 | 15C | 40 | 25 |
| Octal | 233 | 42 | 73 | 0 | 116 | 76 | 47 | 534 | 100 | 45 |
| Binary | 10011011 | 100010 | 111011 | 0 | 1001110 | 111110 | 100111 | 101011100 | 1000000 | 100101 |
Color Harmonies of #9B223B
Complementary color
Monochromatic Colors of #9B223B
Black with #9B223B
Text Example
Text Example
White with #9B223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B223B; }
p { color: rgb(155,34,59); }
H1.HeaderClassName
{
color: #9B223B;
}
.AnyTagClassName
{
color: #9B223B;
}
</style>
background-color css
<style>
a { background-color: #9B223B; }
a { background-color: rgb(155,34,59); }
div.DivClassName
{
background-color: #9B223B;
}
.BgClassName
{
background-color: #9B223B;
}
</style>
border-color css
<style>
span { border-color: #9B223B; }
span { border-color: rgb(155,34,59); }
td.TdClassName
{
border-color: #9B223B;
}
.TagClassName
{
border-color: #9B223B;
}
</style>