Shades of Bright Red #9D163B
Tints of Bright Red #9D163B
RGB
CMYK
RGB Variations
Color information
#9D163B (or 0x9D163B) is known color: Bright Red. HEX triplet: 9D, 16 and 3B. RGB value is (157,22,59). Sum of RGB (Red+Green+Blue) = 157+22+59=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D163B is #62E9C4. Grayscale: #424242. Windows color (decimal): -6482373 or 3872413. OLE color: 3872413.
HSL color Cylindrical-coordinate representation of color #9D163B: hue angle of 343.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D163B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 22 | 59 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.38 |
| HSL | 343.56º | 0.75% | 0.35% | - |
| HSV(B) | 343.56º | 0.86% | 0.62% | - |
| XYZ | 14.98 | 8.06 | 4.9 | - |
| YUV | 66.58 | 123.73 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 22 | 59 | 0 | 0.86 | 0.62 | 0.38 | 343.56 | 0.75 | 0.35 |
| Hex | 9D | 16 | 3B | 0 | 56 | 3E | 26 | 158 | 4B | 23 |
| Octal | 235 | 26 | 73 | 0 | 126 | 76 | 46 | 530 | 113 | 43 |
| Binary | 10011101 | 10110 | 111011 | 0 | 1010110 | 111110 | 100110 | 101011000 | 1001011 | 100011 |
Color Harmonies of #9D163B
Complementary color
Monochromatic Colors of #9D163B
Black with #9D163B
Text Example
Text Example
White with #9D163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D163B; }
p { color: rgb(157,22,59); }
H1.HeaderClassName
{
color: #9D163B;
}
.AnyTagClassName
{
color: #9D163B;
}
</style>
background-color css
<style>
a { background-color: #9D163B; }
a { background-color: rgb(157,22,59); }
div.DivClassName
{
background-color: #9D163B;
}
.BgClassName
{
background-color: #9D163B;
}
</style>
border-color css
<style>
span { border-color: #9D163B; }
span { border-color: rgb(157,22,59); }
td.TdClassName
{
border-color: #9D163B;
}
.TagClassName
{
border-color: #9D163B;
}
</style>