Shades of Bright Red #9C2134
Tints of Bright Red #9C2134
RGB
CMYK
RGB Variations
Color information
#9C2134 (or 0x9C2134) is known color: Bright Red. HEX triplet: 9C, 21 and 34. RGB value is (156,33,52). Sum of RGB (Red+Green+Blue) = 156+33+52=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2134 is #63DECB. Grayscale: #474747. Windows color (decimal): -6545100 or 3416476. OLE color: 3416476.
HSL color Cylindrical-coordinate representation of color #9C2134: hue angle of 350.73º 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 #9C2134 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 33 | 52 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.39 |
| HSL | 350.73º | 0.65% | 0.37% | - |
| HSV(B) | 350.73º | 0.79% | 0.61% | - |
| XYZ | 14.87 | 8.4 | 4.09 | - |
| YUV | 71.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 52 | 0 | 0.79 | 0.67 | 0.39 | 350.73 | 0.65 | 0.37 |
| Hex | 9C | 21 | 34 | 0 | 4F | 43 | 27 | 15F | 41 | 25 |
| Octal | 234 | 41 | 64 | 0 | 117 | 103 | 47 | 537 | 101 | 45 |
| Binary | 10011100 | 100001 | 110100 | 0 | 1001111 | 1000011 | 100111 | 101011111 | 1000001 | 100101 |
Color Harmonies of #9C2134
Complementary color
Monochromatic Colors of #9C2134
Black with #9C2134
Text Example
Text Example
White with #9C2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2134; }
p { color: rgb(156,33,52); }
H1.HeaderClassName
{
color: #9C2134;
}
.AnyTagClassName
{
color: #9C2134;
}
</style>
background-color css
<style>
a { background-color: #9C2134; }
a { background-color: rgb(156,33,52); }
div.DivClassName
{
background-color: #9C2134;
}
.BgClassName
{
background-color: #9C2134;
}
</style>
border-color css
<style>
span { border-color: #9C2134; }
span { border-color: rgb(156,33,52); }
td.TdClassName
{
border-color: #9C2134;
}
.TagClassName
{
border-color: #9C2134;
}
</style>