Shades of Bright Red #9C243A
Tints of Bright Red #9C243A
RGB
CMYK
RGB Variations
Color information
#9C243A (or 0x9C243A) is known color: Bright Red. HEX triplet: 9C, 24 and 3A. RGB value is (156,36,58). Sum of RGB (Red+Green+Blue) = 156+36+58=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C243A is #63DBC5. Grayscale: #4A4A4A. Windows color (decimal): -6544326 or 3810460. OLE color: 3810460.
HSL color Cylindrical-coordinate representation of color #9C243A: hue angle of 349º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C243A is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 58 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.39 |
| HSL | 349º | 0.63% | 0.38% | - |
| HSV(B) | 349º | 0.77% | 0.61% | - |
| XYZ | 15.1 | 8.64 | 4.87 | - |
| YUV | 74.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 58 | 0 | 0.77 | 0.63 | 0.39 | 349 | 0.63 | 0.38 |
| Hex | 9C | 24 | 3A | 0 | 4D | 3F | 27 | 15D | 3E | 26 |
| Octal | 234 | 44 | 72 | 0 | 115 | 77 | 47 | 535 | 76 | 46 |
| Binary | 10011100 | 100100 | 111010 | 0 | 1001101 | 111111 | 100111 | 101011101 | 111110 | 100110 |
Color Harmonies of #9C243A
Complementary color
Monochromatic Colors of #9C243A
Black with #9C243A
Text Example
Text Example
White with #9C243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C243A; }
p { color: rgb(156,36,58); }
H1.HeaderClassName
{
color: #9C243A;
}
.AnyTagClassName
{
color: #9C243A;
}
</style>
background-color css
<style>
a { background-color: #9C243A; }
a { background-color: rgb(156,36,58); }
div.DivClassName
{
background-color: #9C243A;
}
.BgClassName
{
background-color: #9C243A;
}
</style>
border-color css
<style>
span { border-color: #9C243A; }
span { border-color: rgb(156,36,58); }
td.TdClassName
{
border-color: #9C243A;
}
.TagClassName
{
border-color: #9C243A;
}
</style>