Shades of Bright Red #9B1438
Tints of Bright Red #9B1438
RGB
CMYK
RGB Variations
Color information
#9B1438 (or 0x9B1438) is known color: Bright Red. HEX triplet: 9B, 14 and 38. RGB value is (155,20,56). Sum of RGB (Red+Green+Blue) = 155+20+56=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1438 is #64EBC7. Grayscale: #404040. Windows color (decimal): -6613960 or 3675291. OLE color: 3675291.
HSL color Cylindrical-coordinate representation of color #9B1438: hue angle of 344º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1438 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 56 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.39 |
| HSL | 344º | 0.77% | 0.34% | - |
| HSV(B) | 344º | 0.87% | 0.61% | - |
| XYZ | 14.48 | 7.75 | 4.47 | - |
| YUV | 64.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 56 | 0 | 0.87 | 0.64 | 0.39 | 344 | 0.77 | 0.34 |
| Hex | 9B | 14 | 38 | 0 | 57 | 40 | 27 | 158 | 4D | 22 |
| Octal | 233 | 24 | 70 | 0 | 127 | 100 | 47 | 530 | 115 | 42 |
| Binary | 10011011 | 10100 | 111000 | 0 | 1010111 | 1000000 | 100111 | 101011000 | 1001101 | 100010 |
Color Harmonies of #9B1438
Complementary color
Monochromatic Colors of #9B1438
Black with #9B1438
Text Example
Text Example
White with #9B1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1438; }
p { color: rgb(155,20,56); }
H1.HeaderClassName
{
color: #9B1438;
}
.AnyTagClassName
{
color: #9B1438;
}
</style>
background-color css
<style>
a { background-color: #9B1438; }
a { background-color: rgb(155,20,56); }
div.DivClassName
{
background-color: #9B1438;
}
.BgClassName
{
background-color: #9B1438;
}
</style>
border-color css
<style>
span { border-color: #9B1438; }
span { border-color: rgb(155,20,56); }
td.TdClassName
{
border-color: #9B1438;
}
.TagClassName
{
border-color: #9B1438;
}
</style>