Shades of Bright Red #9B222D
Tints of Bright Red #9B222D
RGB
CMYK
RGB Variations
Color information
#9B222D (or 0x9B222D) is known color: Bright Red. HEX triplet: 9B, 22 and 2D. RGB value is (155,34,45). Sum of RGB (Red+Green+Blue) = 155+34+45=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B222D is #64DDD2. Grayscale: #474747. Windows color (decimal): -6610387 or 2957979. OLE color: 2957979.
HSL color Cylindrical-coordinate representation of color #9B222D: hue angle of 354.55º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B222D is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 34 | 45 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.39 |
| HSL | 354.55º | 0.64% | 0.37% | - |
| HSV(B) | 354.55º | 0.78% | 0.61% | - |
| XYZ | 14.56 | 8.3 | 3.32 | - |
| YUV | 71.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 45 | 0 | 0.78 | 0.71 | 0.39 | 354.55 | 0.64 | 0.37 |
| Hex | 9B | 22 | 2D | 0 | 4E | 47 | 27 | 163 | 40 | 25 |
| Octal | 233 | 42 | 55 | 0 | 116 | 107 | 47 | 543 | 100 | 45 |
| Binary | 10011011 | 100010 | 101101 | 0 | 1001110 | 1000111 | 100111 | 101100011 | 1000000 | 100101 |
Color Harmonies of #9B222D
Complementary color
Monochromatic Colors of #9B222D
Black with #9B222D
Text Example
Text Example
White with #9B222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B222D; }
p { color: rgb(155,34,45); }
H1.HeaderClassName
{
color: #9B222D;
}
.AnyTagClassName
{
color: #9B222D;
}
</style>
background-color css
<style>
a { background-color: #9B222D; }
a { background-color: rgb(155,34,45); }
div.DivClassName
{
background-color: #9B222D;
}
.BgClassName
{
background-color: #9B222D;
}
</style>
border-color css
<style>
span { border-color: #9B222D; }
span { border-color: rgb(155,34,45); }
td.TdClassName
{
border-color: #9B222D;
}
.TagClassName
{
border-color: #9B222D;
}
</style>