Shades of Bright Red #9B1233
Tints of Bright Red #9B1233
RGB
CMYK
RGB Variations
Color information
#9B1233 (or 0x9B1233) is known color: Bright Red. HEX triplet: 9B, 12 and 33. RGB value is (155,18,51). Sum of RGB (Red+Green+Blue) = 155+18+51=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1233 is #64EDCC. Grayscale: #3E3E3E. Windows color (decimal): -6614477 or 3347099. OLE color: 3347099.
HSL color Cylindrical-coordinate representation of color #9B1233: hue angle of 345.55º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1233 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 51 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.39 |
| HSL | 345.55º | 0.79% | 0.34% | - |
| HSV(B) | 345.55º | 0.88% | 0.61% | - |
| XYZ | 14.33 | 7.64 | 3.85 | - |
| YUV | 62.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 51 | 0 | 0.88 | 0.67 | 0.39 | 345.55 | 0.79 | 0.34 |
| Hex | 9B | 12 | 33 | 0 | 58 | 43 | 27 | 15A | 4F | 22 |
| Octal | 233 | 22 | 63 | 0 | 130 | 103 | 47 | 532 | 117 | 42 |
| Binary | 10011011 | 10010 | 110011 | 0 | 1011000 | 1000011 | 100111 | 101011010 | 1001111 | 100010 |
Color Harmonies of #9B1233
Complementary color
Monochromatic Colors of #9B1233
Black with #9B1233
Text Example
Text Example
White with #9B1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1233; }
p { color: rgb(155,18,51); }
H1.HeaderClassName
{
color: #9B1233;
}
.AnyTagClassName
{
color: #9B1233;
}
</style>
background-color css
<style>
a { background-color: #9B1233; }
a { background-color: rgb(155,18,51); }
div.DivClassName
{
background-color: #9B1233;
}
.BgClassName
{
background-color: #9B1233;
}
</style>
border-color css
<style>
span { border-color: #9B1233; }
span { border-color: rgb(155,18,51); }
td.TdClassName
{
border-color: #9B1233;
}
.TagClassName
{
border-color: #9B1233;
}
</style>