Shades of Bright Red #9B2540
Tints of Bright Red #9B2540
RGB
CMYK
RGB Variations
Color information
#9B2540 (or 0x9B2540) is known color: Bright Red. HEX triplet: 9B, 25 and 40. RGB value is (155,37,64). Sum of RGB (Red+Green+Blue) = 155+37+64=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2540 is #64DABF. Grayscale: #4B4B4B. Windows color (decimal): -6609600 or 4203931. OLE color: 4203931.
HSL color Cylindrical-coordinate representation of color #9B2540: hue angle of 346.27º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2540 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 64 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.39 |
| HSL | 346.27º | 0.61% | 0.38% | - |
| HSV(B) | 346.27º | 0.76% | 0.61% | - |
| XYZ | 15.1 | 8.66 | 5.73 | - |
| YUV | 75.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 64 | 0 | 0.76 | 0.59 | 0.39 | 346.27 | 0.61 | 0.38 |
| Hex | 9B | 25 | 40 | 0 | 4C | 3B | 27 | 15A | 3D | 26 |
| Octal | 233 | 45 | 100 | 0 | 114 | 73 | 47 | 532 | 75 | 46 |
| Binary | 10011011 | 100101 | 1000000 | 0 | 1001100 | 111011 | 100111 | 101011010 | 111101 | 100110 |
Color Harmonies of #9B2540
Complementary color
Monochromatic Colors of #9B2540
Black with #9B2540
Text Example
Text Example
White with #9B2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2540; }
p { color: rgb(155,37,64); }
H1.HeaderClassName
{
color: #9B2540;
}
.AnyTagClassName
{
color: #9B2540;
}
</style>
background-color css
<style>
a { background-color: #9B2540; }
a { background-color: rgb(155,37,64); }
div.DivClassName
{
background-color: #9B2540;
}
.BgClassName
{
background-color: #9B2540;
}
</style>
border-color css
<style>
span { border-color: #9B2540; }
span { border-color: rgb(155,37,64); }
td.TdClassName
{
border-color: #9B2540;
}
.TagClassName
{
border-color: #9B2540;
}
</style>