Shades of Bright Red #9B253C
Tints of Bright Red #9B253C
RGB
CMYK
RGB Variations
Color information
#9B253C (or 0x9B253C) is known color: Bright Red. HEX triplet: 9B, 25 and 3C. RGB value is (155,37,60). Sum of RGB (Red+Green+Blue) = 155+37+60=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B253C is #64DAC3. Grayscale: #4A4A4A. Windows color (decimal): -6609604 or 3941787. OLE color: 3941787.
HSL color Cylindrical-coordinate representation of color #9B253C: hue angle of 348.31º 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 #9B253C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 60 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.39 |
| HSL | 348.31º | 0.61% | 0.38% | - |
| HSV(B) | 348.31º | 0.76% | 0.61% | - |
| XYZ | 14.99 | 8.62 | 5.15 | - |
| YUV | 74.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 60 | 0 | 0.76 | 0.61 | 0.39 | 348.31 | 0.61 | 0.38 |
| Hex | 9B | 25 | 3C | 0 | 4C | 3D | 27 | 15C | 3D | 26 |
| Octal | 233 | 45 | 74 | 0 | 114 | 75 | 47 | 534 | 75 | 46 |
| Binary | 10011011 | 100101 | 111100 | 0 | 1001100 | 111101 | 100111 | 101011100 | 111101 | 100110 |
Color Harmonies of #9B253C
Complementary color
Monochromatic Colors of #9B253C
Black with #9B253C
Text Example
Text Example
White with #9B253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B253C; }
p { color: rgb(155,37,60); }
H1.HeaderClassName
{
color: #9B253C;
}
.AnyTagClassName
{
color: #9B253C;
}
</style>
background-color css
<style>
a { background-color: #9B253C; }
a { background-color: rgb(155,37,60); }
div.DivClassName
{
background-color: #9B253C;
}
.BgClassName
{
background-color: #9B253C;
}
</style>
border-color css
<style>
span { border-color: #9B253C; }
span { border-color: rgb(155,37,60); }
td.TdClassName
{
border-color: #9B253C;
}
.TagClassName
{
border-color: #9B253C;
}
</style>