Shades of Bright Red #9B1F2C
Tints of Bright Red #9B1F2C
RGB
CMYK
RGB Variations
Color information
#9B1F2C (or 0x9B1F2C) is known color: Bright Red. HEX triplet: 9B, 1F and 2C. RGB value is (155,31,44). Sum of RGB (Red+Green+Blue) = 155+31+44=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1F2C is #64E0D3. Grayscale: #454545. Windows color (decimal): -6611156 or 2891675. OLE color: 2891675.
HSL color Cylindrical-coordinate representation of color #9B1F2C: hue angle of 353.71º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B1F2C is Cyan = 0, Magento = 0.8, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 31 | 44 | - |
| CMYK | 0 | 0.8 | 0.72 | 0.39 |
| HSL | 353.71º | 0.67% | 0.36% | - |
| HSV(B) | 353.71º | 0.8% | 0.61% | - |
| XYZ | 14.46 | 8.13 | 3.19 | - |
| YUV | 69.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 31 | 44 | 0 | 0.8 | 0.72 | 0.39 | 353.71 | 0.67 | 0.36 |
| Hex | 9B | 1F | 2C | 0 | 50 | 48 | 27 | 162 | 43 | 24 |
| Octal | 233 | 37 | 54 | 0 | 120 | 110 | 47 | 542 | 103 | 44 |
| Binary | 10011011 | 11111 | 101100 | 0 | 1010000 | 1001000 | 100111 | 101100010 | 1000011 | 100100 |
Color Harmonies of #9B1F2C
Complementary color
Monochromatic Colors of #9B1F2C
Black with #9B1F2C
Text Example
Text Example
White with #9B1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1F2C; }
p { color: rgb(155,31,44); }
H1.HeaderClassName
{
color: #9B1F2C;
}
.AnyTagClassName
{
color: #9B1F2C;
}
</style>
background-color css
<style>
a { background-color: #9B1F2C; }
a { background-color: rgb(155,31,44); }
div.DivClassName
{
background-color: #9B1F2C;
}
.BgClassName
{
background-color: #9B1F2C;
}
</style>
border-color css
<style>
span { border-color: #9B1F2C; }
span { border-color: rgb(155,31,44); }
td.TdClassName
{
border-color: #9B1F2C;
}
.TagClassName
{
border-color: #9B1F2C;
}
</style>