Shades of Bright Red #9C193A
Tints of Bright Red #9C193A
RGB
CMYK
RGB Variations
Color information
#9C193A (or 0x9C193A) is known color: Bright Red. HEX triplet: 9C, 19 and 3A. RGB value is (156,25,58). Sum of RGB (Red+Green+Blue) = 156+25+58=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C193A is #63E6C5. Grayscale: #434343. Windows color (decimal): -6547142 or 3807644. OLE color: 3807644.
HSL color Cylindrical-coordinate representation of color #9C193A: hue angle of 344.89º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C193A is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 58 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.39 |
| HSL | 344.89º | 0.72% | 0.35% | - |
| HSV(B) | 344.89º | 0.84% | 0.61% | - |
| XYZ | 14.82 | 8.07 | 4.78 | - |
| YUV | 67.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 58 | 0 | 0.84 | 0.63 | 0.39 | 344.89 | 0.72 | 0.35 |
| Hex | 9C | 19 | 3A | 0 | 54 | 3F | 27 | 159 | 48 | 23 |
| Octal | 234 | 31 | 72 | 0 | 124 | 77 | 47 | 531 | 110 | 43 |
| Binary | 10011100 | 11001 | 111010 | 0 | 1010100 | 111111 | 100111 | 101011001 | 1001000 | 100011 |
Color Harmonies of #9C193A
Complementary color
Monochromatic Colors of #9C193A
Black with #9C193A
Text Example
Text Example
White with #9C193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C193A; }
p { color: rgb(156,25,58); }
H1.HeaderClassName
{
color: #9C193A;
}
.AnyTagClassName
{
color: #9C193A;
}
</style>
background-color css
<style>
a { background-color: #9C193A; }
a { background-color: rgb(156,25,58); }
div.DivClassName
{
background-color: #9C193A;
}
.BgClassName
{
background-color: #9C193A;
}
</style>
border-color css
<style>
span { border-color: #9C193A; }
span { border-color: rgb(156,25,58); }
td.TdClassName
{
border-color: #9C193A;
}
.TagClassName
{
border-color: #9C193A;
}
</style>