Shades of Bright Red #9C2124
Tints of Bright Red #9C2124
RGB
CMYK
RGB Variations
Color information
#9C2124 (or 0x9C2124) is known color: Bright Red. HEX triplet: 9C, 21 and 24. RGB value is (156,33,36). Sum of RGB (Red+Green+Blue) = 156+33+36=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2124 is #63DEDB. Grayscale: #464646. Windows color (decimal): -6545116 or 2367900. OLE color: 2367900.
HSL color Cylindrical-coordinate representation of color #9C2124: hue angle of 358.54º 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 #9C2124 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 33 | 36 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.39 |
| HSL | 358.54º | 0.65% | 0.37% | - |
| HSV(B) | 358.54º | 0.79% | 0.61% | - |
| XYZ | 14.57 | 8.28 | 2.5 | - |
| YUV | 70.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 36 | 0 | 0.79 | 0.77 | 0.39 | 358.54 | 0.65 | 0.37 |
| Hex | 9C | 21 | 24 | 0 | 4F | 4D | 27 | 167 | 41 | 25 |
| Octal | 234 | 41 | 44 | 0 | 117 | 115 | 47 | 547 | 101 | 45 |
| Binary | 10011100 | 100001 | 100100 | 0 | 1001111 | 1001101 | 100111 | 101100111 | 1000001 | 100101 |
Color Harmonies of #9C2124
Complementary color
Monochromatic Colors of #9C2124
Black with #9C2124
Text Example
Text Example
White with #9C2124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2124; }
p { color: rgb(156,33,36); }
H1.HeaderClassName
{
color: #9C2124;
}
.AnyTagClassName
{
color: #9C2124;
}
</style>
background-color css
<style>
a { background-color: #9C2124; }
a { background-color: rgb(156,33,36); }
div.DivClassName
{
background-color: #9C2124;
}
.BgClassName
{
background-color: #9C2124;
}
</style>
border-color css
<style>
span { border-color: #9C2124; }
span { border-color: rgb(156,33,36); }
td.TdClassName
{
border-color: #9C2124;
}
.TagClassName
{
border-color: #9C2124;
}
</style>