Shades of Bright Red #9B222F
Tints of Bright Red #9B222F
RGB
CMYK
RGB Variations
Color information
#9B222F (or 0x9B222F) is known color: Bright Red. HEX triplet: 9B, 22 and 2F. RGB value is (155,34,47). Sum of RGB (Red+Green+Blue) = 155+34+47=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B222F is #64DDD0. Grayscale: #474747. Windows color (decimal): -6610385 or 3089051. OLE color: 3089051.
HSL color Cylindrical-coordinate representation of color #9B222F: hue angle of 353.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 #9B222F is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 34 | 47 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.39 |
| HSL | 353.55º | 0.64% | 0.37% | - |
| HSV(B) | 353.55º | 0.78% | 0.61% | - |
| XYZ | 14.6 | 8.32 | 3.53 | - |
| YUV | 71.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 47 | 0 | 0.78 | 0.70 | 0.39 | 353.55 | 0.64 | 0.37 |
| Hex | 9B | 22 | 2F | 0 | 4E | 46 | 27 | 162 | 40 | 25 |
| Octal | 233 | 42 | 57 | 0 | 116 | 106 | 47 | 542 | 100 | 45 |
| Binary | 10011011 | 100010 | 101111 | 0 | 1001110 | 1000110 | 100111 | 101100010 | 1000000 | 100101 |
Color Harmonies of #9B222F
Complementary color
Monochromatic Colors of #9B222F
Black with #9B222F
Text Example
Text Example
White with #9B222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B222F; }
p { color: rgb(155,34,47); }
H1.HeaderClassName
{
color: #9B222F;
}
.AnyTagClassName
{
color: #9B222F;
}
</style>
background-color css
<style>
a { background-color: #9B222F; }
a { background-color: rgb(155,34,47); }
div.DivClassName
{
background-color: #9B222F;
}
.BgClassName
{
background-color: #9B222F;
}
</style>
border-color css
<style>
span { border-color: #9B222F; }
span { border-color: rgb(155,34,47); }
td.TdClassName
{
border-color: #9B222F;
}
.TagClassName
{
border-color: #9B222F;
}
</style>