Shades of Bright Red #9B233C
Tints of Bright Red #9B233C
RGB
CMYK
RGB Variations
Color information
#9B233C (or 0x9B233C) is known color: Bright Red. HEX triplet: 9B, 23 and 3C. RGB value is (155,35,60). Sum of RGB (Red+Green+Blue) = 155+35+60=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B233C is #64DCC3. Grayscale: #494949. Windows color (decimal): -6610116 or 3941275. OLE color: 3941275.
HSL color Cylindrical-coordinate representation of color #9B233C: hue angle of 347.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B233C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 60 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.39 |
| HSL | 347.5º | 0.63% | 0.37% | - |
| HSV(B) | 347.5º | 0.77% | 0.61% | - |
| XYZ | 14.93 | 8.5 | 5.13 | - |
| YUV | 73.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 60 | 0 | 0.77 | 0.61 | 0.39 | 347.5 | 0.63 | 0.37 |
| Hex | 9B | 23 | 3C | 0 | 4D | 3D | 27 | 15C | 3F | 25 |
| Octal | 233 | 43 | 74 | 0 | 115 | 75 | 47 | 534 | 77 | 45 |
| Binary | 10011011 | 100011 | 111100 | 0 | 1001101 | 111101 | 100111 | 101011100 | 111111 | 100101 |
Color Harmonies of #9B233C
Complementary color
Monochromatic Colors of #9B233C
Black with #9B233C
Text Example
Text Example
White with #9B233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B233C; }
p { color: rgb(155,35,60); }
H1.HeaderClassName
{
color: #9B233C;
}
.AnyTagClassName
{
color: #9B233C;
}
</style>
background-color css
<style>
a { background-color: #9B233C; }
a { background-color: rgb(155,35,60); }
div.DivClassName
{
background-color: #9B233C;
}
.BgClassName
{
background-color: #9B233C;
}
</style>
border-color css
<style>
span { border-color: #9B233C; }
span { border-color: rgb(155,35,60); }
td.TdClassName
{
border-color: #9B233C;
}
.TagClassName
{
border-color: #9B233C;
}
</style>