Shades of Bright Red #9B1E3E
Tints of Bright Red #9B1E3E
RGB
CMYK
RGB Variations
Color information
#9B1E3E (or 0x9B1E3E) is known color: Bright Red. HEX triplet: 9B, 1E and 3E. RGB value is (155,30,62). Sum of RGB (Red+Green+Blue) = 155+30+62=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1E3E is #64E1C1. Grayscale: #474747. Windows color (decimal): -6611394 or 4071067. OLE color: 4071067.
HSL color Cylindrical-coordinate representation of color #9B1E3E: hue angle of 344.64º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E3E is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 30 | 62 | - |
| CMYK | 0 | 0.81 | 0.6 | 0.39 |
| HSL | 344.64º | 0.68% | 0.36% | - |
| HSV(B) | 344.64º | 0.81% | 0.61% | - |
| XYZ | 14.85 | 8.24 | 5.37 | - |
| YUV | 71.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 62 | 0 | 0.81 | 0.6 | 0.39 | 344.64 | 0.68 | 0.36 |
| Hex | 9B | 1E | 3E | 0 | 51 | 3C | 27 | 159 | 44 | 24 |
| Octal | 233 | 36 | 76 | 0 | 121 | 74 | 47 | 531 | 104 | 44 |
| Binary | 10011011 | 11110 | 111110 | 0 | 1010001 | 111100 | 100111 | 101011001 | 1000100 | 100100 |
Color Harmonies of #9B1E3E
Complementary color
Monochromatic Colors of #9B1E3E
Black with #9B1E3E
Text Example
Text Example
White with #9B1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1E3E; }
p { color: rgb(155,30,62); }
H1.HeaderClassName
{
color: #9B1E3E;
}
.AnyTagClassName
{
color: #9B1E3E;
}
</style>
background-color css
<style>
a { background-color: #9B1E3E; }
a { background-color: rgb(155,30,62); }
div.DivClassName
{
background-color: #9B1E3E;
}
.BgClassName
{
background-color: #9B1E3E;
}
</style>
border-color css
<style>
span { border-color: #9B1E3E; }
span { border-color: rgb(155,30,62); }
td.TdClassName
{
border-color: #9B1E3E;
}
.TagClassName
{
border-color: #9B1E3E;
}
</style>