Shades of Bright Red #9B2139
Tints of Bright Red #9B2139
RGB
CMYK
RGB Variations
Color information
#9B2139 (or 0x9B2139) is known color: Bright Red. HEX triplet: 9B, 21 and 39. RGB value is (155,33,57). Sum of RGB (Red+Green+Blue) = 155+33+57=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2139 is #64DEC6. Grayscale: #484848. Windows color (decimal): -6610631 or 3744155. OLE color: 3744155.
HSL color Cylindrical-coordinate representation of color #9B2139: hue angle of 348.2º 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 #9B2139 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 33 | 57 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.39 |
| HSL | 348.2º | 0.65% | 0.37% | - |
| HSV(B) | 348.2º | 0.79% | 0.61% | - |
| XYZ | 14.8 | 8.35 | 4.7 | - |
| YUV | 72.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 33 | 57 | 0 | 0.79 | 0.63 | 0.39 | 348.2 | 0.65 | 0.37 |
| Hex | 9B | 21 | 39 | 0 | 4F | 3F | 27 | 15C | 41 | 25 |
| Octal | 233 | 41 | 71 | 0 | 117 | 77 | 47 | 534 | 101 | 45 |
| Binary | 10011011 | 100001 | 111001 | 0 | 1001111 | 111111 | 100111 | 101011100 | 1000001 | 100101 |
Color Harmonies of #9B2139
Complementary color
Monochromatic Colors of #9B2139
Black with #9B2139
Text Example
Text Example
White with #9B2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2139; }
p { color: rgb(155,33,57); }
H1.HeaderClassName
{
color: #9B2139;
}
.AnyTagClassName
{
color: #9B2139;
}
</style>
background-color css
<style>
a { background-color: #9B2139; }
a { background-color: rgb(155,33,57); }
div.DivClassName
{
background-color: #9B2139;
}
.BgClassName
{
background-color: #9B2139;
}
</style>
border-color css
<style>
span { border-color: #9B2139; }
span { border-color: rgb(155,33,57); }
td.TdClassName
{
border-color: #9B2139;
}
.TagClassName
{
border-color: #9B2139;
}
</style>