Shades of Bright Red #9B2539
Tints of Bright Red #9B2539
RGB
CMYK
RGB Variations
Color information
#9B2539 (or 0x9B2539) is known color: Bright Red. HEX triplet: 9B, 25 and 39. RGB value is (155,37,57). Sum of RGB (Red+Green+Blue) = 155+37+57=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2539 is #64DAC6. Grayscale: #4A4A4A. Windows color (decimal): -6609607 or 3745179. OLE color: 3745179.
HSL color Cylindrical-coordinate representation of color #9B2539: hue angle of 349.83º 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 #9B2539 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 57 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.39 |
| HSL | 349.83º | 0.61% | 0.38% | - |
| HSV(B) | 349.83º | 0.76% | 0.61% | - |
| XYZ | 14.92 | 8.59 | 4.74 | - |
| YUV | 74.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 57 | 0 | 0.76 | 0.63 | 0.39 | 349.83 | 0.61 | 0.38 |
| Hex | 9B | 25 | 39 | 0 | 4C | 3F | 27 | 15E | 3D | 26 |
| Octal | 233 | 45 | 71 | 0 | 114 | 77 | 47 | 536 | 75 | 46 |
| Binary | 10011011 | 100101 | 111001 | 0 | 1001100 | 111111 | 100111 | 101011110 | 111101 | 100110 |
Color Harmonies of #9B2539
Complementary color
Monochromatic Colors of #9B2539
Black with #9B2539
Text Example
Text Example
White with #9B2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2539; }
p { color: rgb(155,37,57); }
H1.HeaderClassName
{
color: #9B2539;
}
.AnyTagClassName
{
color: #9B2539;
}
</style>
background-color css
<style>
a { background-color: #9B2539; }
a { background-color: rgb(155,37,57); }
div.DivClassName
{
background-color: #9B2539;
}
.BgClassName
{
background-color: #9B2539;
}
</style>
border-color css
<style>
span { border-color: #9B2539; }
span { border-color: rgb(155,37,57); }
td.TdClassName
{
border-color: #9B2539;
}
.TagClassName
{
border-color: #9B2539;
}
</style>