Shades of Bright Red #9B113D
Tints of Bright Red #9B113D
RGB
CMYK
RGB Variations
Color information
#9B113D (or 0x9B113D) is known color: Bright Red. HEX triplet: 9B, 11 and 3D. RGB value is (155,17,61). Sum of RGB (Red+Green+Blue) = 155+17+61=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B113D is #64EEC2. Grayscale: #3F3F3F. Windows color (decimal): -6614723 or 4002203. OLE color: 4002203.
HSL color Cylindrical-coordinate representation of color #9B113D: hue angle of 340.87º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B113D is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 61 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.39 |
| HSL | 340.87º | 0.8% | 0.34% | - |
| HSV(B) | 340.87º | 0.89% | 0.61% | - |
| XYZ | 14.56 | 7.71 | 5.13 | - |
| YUV | 63.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 61 | 0 | 0.89 | 0.61 | 0.39 | 340.87 | 0.8 | 0.34 |
| Hex | 9B | 11 | 3D | 0 | 59 | 3D | 27 | 155 | 50 | 22 |
| Octal | 233 | 21 | 75 | 0 | 131 | 75 | 47 | 525 | 120 | 42 |
| Binary | 10011011 | 10001 | 111101 | 0 | 1011001 | 111101 | 100111 | 101010101 | 1010000 | 100010 |
Color Harmonies of #9B113D
Complementary color
Monochromatic Colors of #9B113D
Black with #9B113D
Text Example
Text Example
White with #9B113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B113D; }
p { color: rgb(155,17,61); }
H1.HeaderClassName
{
color: #9B113D;
}
.AnyTagClassName
{
color: #9B113D;
}
</style>
background-color css
<style>
a { background-color: #9B113D; }
a { background-color: rgb(155,17,61); }
div.DivClassName
{
background-color: #9B113D;
}
.BgClassName
{
background-color: #9B113D;
}
</style>
border-color css
<style>
span { border-color: #9B113D; }
span { border-color: rgb(155,17,61); }
td.TdClassName
{
border-color: #9B113D;
}
.TagClassName
{
border-color: #9B113D;
}
</style>