Shades of Bright Red #9C2736
Tints of Bright Red #9C2736
RGB
CMYK
RGB Variations
Color information
#9C2736 (or 0x9C2736) is known color: Bright Red. HEX triplet: 9C, 27 and 36. RGB value is (156,39,54). Sum of RGB (Red+Green+Blue) = 156+39+54=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2736 is #63D8C9. Grayscale: #4B4B4B. Windows color (decimal): -6543562 or 3549084. OLE color: 3549084.
HSL color Cylindrical-coordinate representation of color #9C2736: hue angle of 352.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2736 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 54 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.39 |
| HSL | 352.31º | 0.6% | 0.38% | - |
| HSV(B) | 352.31º | 0.75% | 0.61% | - |
| XYZ | 15.1 | 8.79 | 4.39 | - |
| YUV | 75.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 54 | 0 | 0.75 | 0.65 | 0.39 | 352.31 | 0.6 | 0.38 |
| Hex | 9C | 27 | 36 | 0 | 4B | 41 | 27 | 160 | 3C | 26 |
| Octal | 234 | 47 | 66 | 0 | 113 | 101 | 47 | 540 | 74 | 46 |
| Binary | 10011100 | 100111 | 110110 | 0 | 1001011 | 1000001 | 100111 | 101100000 | 111100 | 100110 |
Color Harmonies of #9C2736
Complementary color
Monochromatic Colors of #9C2736
Black with #9C2736
Text Example
Text Example
White with #9C2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2736; }
p { color: rgb(156,39,54); }
H1.HeaderClassName
{
color: #9C2736;
}
.AnyTagClassName
{
color: #9C2736;
}
</style>
background-color css
<style>
a { background-color: #9C2736; }
a { background-color: rgb(156,39,54); }
div.DivClassName
{
background-color: #9C2736;
}
.BgClassName
{
background-color: #9C2736;
}
</style>
border-color css
<style>
span { border-color: #9C2736; }
span { border-color: rgb(156,39,54); }
td.TdClassName
{
border-color: #9C2736;
}
.TagClassName
{
border-color: #9C2736;
}
</style>