Shades of Bright Red #9C191F
Tints of Bright Red #9C191F
RGB
CMYK
RGB Variations
Color information
#9C191F (or 0x9C191F) is known color: Bright Red. HEX triplet: 9C, 19 and 1F. RGB value is (156,25,31). Sum of RGB (Red+Green+Blue) = 156+25+31=212 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.58% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 156 - color contains mainly: red. Hex color #9C191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C191F is #63E6E0. Grayscale: #404040. Windows color (decimal): -6547169 or 2038172. OLE color: 2038172.
HSL color Cylindrical-coordinate representation of color #9C191F: hue angle of 357.25º 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 #9C191F is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 31 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.39 |
| HSL | 357.25º | 0.72% | 0.35% | - |
| HSV(B) | 357.25º | 0.84% | 0.61% | - |
| XYZ | 14.31 | 7.86 | 2.06 | - |
| YUV | 64.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 31 | 0 | 0.84 | 0.80 | 0.39 | 357.25 | 0.72 | 0.35 |
| Hex | 9C | 19 | 1F | 0 | 54 | 50 | 27 | 165 | 48 | 23 |
| Octal | 234 | 31 | 37 | 0 | 124 | 120 | 47 | 545 | 110 | 43 |
| Binary | 10011100 | 11001 | 11111 | 0 | 1010100 | 1010000 | 100111 | 101100101 | 1001000 | 100011 |
Color Harmonies of #9C191F
Complementary color
Monochromatic Colors of #9C191F
Black with #9C191F
Text Example
Text Example
White with #9C191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C191F; }
p { color: rgb(156,25,31); }
H1.HeaderClassName
{
color: #9C191F;
}
.AnyTagClassName
{
color: #9C191F;
}
</style>
background-color css
<style>
a { background-color: #9C191F; }
a { background-color: rgb(156,25,31); }
div.DivClassName
{
background-color: #9C191F;
}
.BgClassName
{
background-color: #9C191F;
}
</style>
border-color css
<style>
span { border-color: #9C191F; }
span { border-color: rgb(156,25,31); }
td.TdClassName
{
border-color: #9C191F;
}
.TagClassName
{
border-color: #9C191F;
}
</style>