Shades of Bright Red #9B1821
Tints of Bright Red #9B1821
RGB
CMYK
RGB Variations
Color information
#9B1821 (or 0x9B1821) is known color: Bright Red. HEX triplet: 9B, 18 and 21. RGB value is (155,24,33). Sum of RGB (Red+Green+Blue) = 155+24+33=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1821 is #64E7DE. Grayscale: #404040. Windows color (decimal): -6612959 or 2168987. OLE color: 2168987.
HSL color Cylindrical-coordinate representation of color #9B1821: hue angle of 355.88º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1821 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 33 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.39 |
| HSL | 355.88º | 0.73% | 0.35% | - |
| HSV(B) | 355.88º | 0.85% | 0.61% | - |
| XYZ | 14.12 | 7.73 | 2.19 | - |
| YUV | 64.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 33 | 0 | 0.85 | 0.79 | 0.39 | 355.88 | 0.73 | 0.35 |
| Hex | 9B | 18 | 21 | 0 | 55 | 4F | 27 | 164 | 49 | 23 |
| Octal | 233 | 30 | 41 | 0 | 125 | 117 | 47 | 544 | 111 | 43 |
| Binary | 10011011 | 11000 | 100001 | 0 | 1010101 | 1001111 | 100111 | 101100100 | 1001001 | 100011 |
Color Harmonies of #9B1821
Complementary color
Monochromatic Colors of #9B1821
Black with #9B1821
Text Example
Text Example
White with #9B1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1821; }
p { color: rgb(155,24,33); }
H1.HeaderClassName
{
color: #9B1821;
}
.AnyTagClassName
{
color: #9B1821;
}
</style>
background-color css
<style>
a { background-color: #9B1821; }
a { background-color: rgb(155,24,33); }
div.DivClassName
{
background-color: #9B1821;
}
.BgClassName
{
background-color: #9B1821;
}
</style>
border-color css
<style>
span { border-color: #9B1821; }
span { border-color: rgb(155,24,33); }
td.TdClassName
{
border-color: #9B1821;
}
.TagClassName
{
border-color: #9B1821;
}
</style>