Shades of Bright Red #9C2631
Tints of Bright Red #9C2631
RGB
CMYK
RGB Variations
Color information
#9C2631 (or 0x9C2631) is known color: Bright Red. HEX triplet: 9C, 26 and 31. RGB value is (156,38,49). Sum of RGB (Red+Green+Blue) = 156+38+49=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2631 is #63D9CE. Grayscale: #4A4A4A. Windows color (decimal): -6543823 or 3221148. OLE color: 3221148.
HSL color Cylindrical-coordinate representation of color #9C2631: hue angle of 354.41º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2631 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 49 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.39 |
| HSL | 354.41º | 0.61% | 0.38% | - |
| HSV(B) | 354.41º | 0.76% | 0.61% | - |
| XYZ | 14.96 | 8.68 | 3.79 | - |
| YUV | 74.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 49 | 0 | 0.76 | 0.69 | 0.39 | 354.41 | 0.61 | 0.38 |
| Hex | 9C | 26 | 31 | 0 | 4C | 45 | 27 | 162 | 3D | 26 |
| Octal | 234 | 46 | 61 | 0 | 114 | 105 | 47 | 542 | 75 | 46 |
| Binary | 10011100 | 100110 | 110001 | 0 | 1001100 | 1000101 | 100111 | 101100010 | 111101 | 100110 |
Color Harmonies of #9C2631
Complementary color
Monochromatic Colors of #9C2631
Black with #9C2631
Text Example
Text Example
White with #9C2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2631; }
p { color: rgb(156,38,49); }
H1.HeaderClassName
{
color: #9C2631;
}
.AnyTagClassName
{
color: #9C2631;
}
</style>
background-color css
<style>
a { background-color: #9C2631; }
a { background-color: rgb(156,38,49); }
div.DivClassName
{
background-color: #9C2631;
}
.BgClassName
{
background-color: #9C2631;
}
</style>
border-color css
<style>
span { border-color: #9C2631; }
span { border-color: rgb(156,38,49); }
td.TdClassName
{
border-color: #9C2631;
}
.TagClassName
{
border-color: #9C2631;
}
</style>