Shades of Bright Red #9C172F
Tints of Bright Red #9C172F
RGB
CMYK
RGB Variations
Color information
#9C172F (or 0x9C172F) is known color: Bright Red. HEX triplet: 9C, 17 and 2F. RGB value is (156,23,47). Sum of RGB (Red+Green+Blue) = 156+23+47=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C172F is #63E8D0. Grayscale: #414141. Windows color (decimal): -6547665 or 3086236. OLE color: 3086236.
HSL color Cylindrical-coordinate representation of color #9C172F: hue angle of 349.17º 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 #9C172F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 47 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.39 |
| HSL | 349.17º | 0.74% | 0.35% | - |
| HSV(B) | 349.17º | 0.85% | 0.61% | - |
| XYZ | 14.53 | 7.89 | 3.45 | - |
| YUV | 65.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 47 | 0 | 0.85 | 0.70 | 0.39 | 349.17 | 0.74 | 0.35 |
| Hex | 9C | 17 | 2F | 0 | 55 | 46 | 27 | 15D | 4A | 23 |
| Octal | 234 | 27 | 57 | 0 | 125 | 106 | 47 | 535 | 112 | 43 |
| Binary | 10011100 | 10111 | 101111 | 0 | 1010101 | 1000110 | 100111 | 101011101 | 1001010 | 100011 |
Color Harmonies of #9C172F
Complementary color
Monochromatic Colors of #9C172F
Black with #9C172F
Text Example
Text Example
White with #9C172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C172F; }
p { color: rgb(156,23,47); }
H1.HeaderClassName
{
color: #9C172F;
}
.AnyTagClassName
{
color: #9C172F;
}
</style>
background-color css
<style>
a { background-color: #9C172F; }
a { background-color: rgb(156,23,47); }
div.DivClassName
{
background-color: #9C172F;
}
.BgClassName
{
background-color: #9C172F;
}
</style>
border-color css
<style>
span { border-color: #9C172F; }
span { border-color: rgb(156,23,47); }
td.TdClassName
{
border-color: #9C172F;
}
.TagClassName
{
border-color: #9C172F;
}
</style>