Shades of Bright Red #9C1737
Tints of Bright Red #9C1737
RGB
CMYK
RGB Variations
Color information
#9C1737 (or 0x9C1737) is known color: Bright Red. HEX triplet: 9C, 17 and 37. RGB value is (156,23,55). Sum of RGB (Red+Green+Blue) = 156+23+55=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1737 is #63E8C8. Grayscale: #424242. Windows color (decimal): -6547657 or 3610524. OLE color: 3610524.
HSL color Cylindrical-coordinate representation of color #9C1737: hue angle of 345.56º 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 #9C1737 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 55 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.39 |
| HSL | 345.56º | 0.74% | 0.35% | - |
| HSV(B) | 345.56º | 0.85% | 0.61% | - |
| XYZ | 14.71 | 7.96 | 4.38 | - |
| YUV | 66.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 55 | 0 | 0.85 | 0.65 | 0.39 | 345.56 | 0.74 | 0.35 |
| Hex | 9C | 17 | 37 | 0 | 55 | 41 | 27 | 15A | 4A | 23 |
| Octal | 234 | 27 | 67 | 0 | 125 | 101 | 47 | 532 | 112 | 43 |
| Binary | 10011100 | 10111 | 110111 | 0 | 1010101 | 1000001 | 100111 | 101011010 | 1001010 | 100011 |
Color Harmonies of #9C1737
Complementary color
Monochromatic Colors of #9C1737
Black with #9C1737
Text Example
Text Example
White with #9C1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1737; }
p { color: rgb(156,23,55); }
H1.HeaderClassName
{
color: #9C1737;
}
.AnyTagClassName
{
color: #9C1737;
}
</style>
background-color css
<style>
a { background-color: #9C1737; }
a { background-color: rgb(156,23,55); }
div.DivClassName
{
background-color: #9C1737;
}
.BgClassName
{
background-color: #9C1737;
}
</style>
border-color css
<style>
span { border-color: #9C1737; }
span { border-color: rgb(156,23,55); }
td.TdClassName
{
border-color: #9C1737;
}
.TagClassName
{
border-color: #9C1737;
}
</style>