Shades of Bright Red #9B2236
Tints of Bright Red #9B2236
RGB
CMYK
RGB Variations
Color information
#9B2236 (or 0x9B2236) is known color: Bright Red. HEX triplet: 9B, 22 and 36. RGB value is (155,34,54). Sum of RGB (Red+Green+Blue) = 155+34+54=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2236 is #64DDC9. Grayscale: #484848. Windows color (decimal): -6610378 or 3547803. OLE color: 3547803.
HSL color Cylindrical-coordinate representation of color #9B2236: hue angle of 350.08º 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 #9B2236 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 34 | 54 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.39 |
| HSL | 350.08º | 0.64% | 0.37% | - |
| HSV(B) | 350.08º | 0.78% | 0.61% | - |
| XYZ | 14.76 | 8.38 | 4.33 | - |
| YUV | 72.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 54 | 0 | 0.78 | 0.65 | 0.39 | 350.08 | 0.64 | 0.37 |
| Hex | 9B | 22 | 36 | 0 | 4E | 41 | 27 | 15E | 40 | 25 |
| Octal | 233 | 42 | 66 | 0 | 116 | 101 | 47 | 536 | 100 | 45 |
| Binary | 10011011 | 100010 | 110110 | 0 | 1001110 | 1000001 | 100111 | 101011110 | 1000000 | 100101 |
Color Harmonies of #9B2236
Complementary color
Monochromatic Colors of #9B2236
Black with #9B2236
Text Example
Text Example
White with #9B2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2236; }
p { color: rgb(155,34,54); }
H1.HeaderClassName
{
color: #9B2236;
}
.AnyTagClassName
{
color: #9B2236;
}
</style>
background-color css
<style>
a { background-color: #9B2236; }
a { background-color: rgb(155,34,54); }
div.DivClassName
{
background-color: #9B2236;
}
.BgClassName
{
background-color: #9B2236;
}
</style>
border-color css
<style>
span { border-color: #9B2236; }
span { border-color: rgb(155,34,54); }
td.TdClassName
{
border-color: #9B2236;
}
.TagClassName
{
border-color: #9B2236;
}
</style>