Shades of Bright Red #9C173A
Tints of Bright Red #9C173A
RGB
CMYK
RGB Variations
Color information
#9C173A (or 0x9C173A) is known color: Bright Red. HEX triplet: 9C, 17 and 3A. RGB value is (156,23,58). Sum of RGB (Red+Green+Blue) = 156+23+58=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C173A is #63E8C5. Grayscale: #424242. Windows color (decimal): -6547654 or 3807132. OLE color: 3807132.
HSL color Cylindrical-coordinate representation of color #9C173A: hue angle of 344.21º degrees, saturation: 0.74, 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 #9C173A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 58 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.39 |
| HSL | 344.21º | 0.74% | 0.35% | - |
| HSV(B) | 344.21º | 0.85% | 0.61% | - |
| XYZ | 14.78 | 7.99 | 4.77 | - |
| YUV | 66.76 | 123.06 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 58 | 0 | 0.85 | 0.63 | 0.39 | 344.21 | 0.74 | 0.35 |
| Hex | 9C | 17 | 3A | 0 | 55 | 3F | 27 | 158 | 4A | 23 |
| Octal | 234 | 27 | 72 | 0 | 125 | 77 | 47 | 530 | 112 | 43 |
| Binary | 10011100 | 10111 | 111010 | 0 | 1010101 | 111111 | 100111 | 101011000 | 1001010 | 100011 |
Color Harmonies of #9C173A
Complementary color
Monochromatic Colors of #9C173A
Black with #9C173A
Text Example
Text Example
White with #9C173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C173A; }
p { color: rgb(156,23,58); }
H1.HeaderClassName
{
color: #9C173A;
}
.AnyTagClassName
{
color: #9C173A;
}
</style>
background-color css
<style>
a { background-color: #9C173A; }
a { background-color: rgb(156,23,58); }
div.DivClassName
{
background-color: #9C173A;
}
.BgClassName
{
background-color: #9C173A;
}
</style>
border-color css
<style>
span { border-color: #9C173A; }
span { border-color: rgb(156,23,58); }
td.TdClassName
{
border-color: #9C173A;
}
.TagClassName
{
border-color: #9C173A;
}
</style>