Shades of Bright Red #9C2136
Tints of Bright Red #9C2136
RGB
CMYK
RGB Variations
Color information
#9C2136 (or 0x9C2136) is known color: Bright Red. HEX triplet: 9C, 21 and 36. RGB value is (156,33,54). Sum of RGB (Red+Green+Blue) = 156+33+54=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2136 is #63DEC9. Grayscale: #484848. Windows color (decimal): -6545098 or 3547548. OLE color: 3547548.
HSL color Cylindrical-coordinate representation of color #9C2136: hue angle of 349.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2136 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 33 | 54 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.39 |
| HSL | 349.76º | 0.65% | 0.37% | - |
| HSV(B) | 349.76º | 0.79% | 0.61% | - |
| XYZ | 14.92 | 8.42 | 4.33 | - |
| YUV | 72.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 54 | 0 | 0.79 | 0.65 | 0.39 | 349.76 | 0.65 | 0.37 |
| Hex | 9C | 21 | 36 | 0 | 4F | 41 | 27 | 15E | 41 | 25 |
| Octal | 234 | 41 | 66 | 0 | 117 | 101 | 47 | 536 | 101 | 45 |
| Binary | 10011100 | 100001 | 110110 | 0 | 1001111 | 1000001 | 100111 | 101011110 | 1000001 | 100101 |
Color Harmonies of #9C2136
Complementary color
Monochromatic Colors of #9C2136
Black with #9C2136
Text Example
Text Example
White with #9C2136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2136; }
p { color: rgb(156,33,54); }
H1.HeaderClassName
{
color: #9C2136;
}
.AnyTagClassName
{
color: #9C2136;
}
</style>
background-color css
<style>
a { background-color: #9C2136; }
a { background-color: rgb(156,33,54); }
div.DivClassName
{
background-color: #9C2136;
}
.BgClassName
{
background-color: #9C2136;
}
</style>
border-color css
<style>
span { border-color: #9C2136; }
span { border-color: rgb(156,33,54); }
td.TdClassName
{
border-color: #9C2136;
}
.TagClassName
{
border-color: #9C2136;
}
</style>