Shades of Bright Red #9C263A
Tints of Bright Red #9C263A
RGB
CMYK
RGB Variations
Color information
#9C263A (or 0x9C263A) is known color: Bright Red. HEX triplet: 9C, 26 and 3A. RGB value is (156,38,58). Sum of RGB (Red+Green+Blue) = 156+38+58=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C263A is #63D9C5. Grayscale: #4B4B4B. Windows color (decimal): -6543814 or 3810972. OLE color: 3810972.
HSL color Cylindrical-coordinate representation of color #9C263A: hue angle of 349.83º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C263A is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 58 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.39 |
| HSL | 349.83º | 0.61% | 0.38% | - |
| HSV(B) | 349.83º | 0.76% | 0.61% | - |
| XYZ | 15.17 | 8.76 | 4.89 | - |
| YUV | 75.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 58 | 0 | 0.76 | 0.63 | 0.39 | 349.83 | 0.61 | 0.38 |
| Hex | 9C | 26 | 3A | 0 | 4C | 3F | 27 | 15E | 3D | 26 |
| Octal | 234 | 46 | 72 | 0 | 114 | 77 | 47 | 536 | 75 | 46 |
| Binary | 10011100 | 100110 | 111010 | 0 | 1001100 | 111111 | 100111 | 101011110 | 111101 | 100110 |
Color Harmonies of #9C263A
Complementary color
Monochromatic Colors of #9C263A
Black with #9C263A
Text Example
Text Example
White with #9C263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C263A; }
p { color: rgb(156,38,58); }
H1.HeaderClassName
{
color: #9C263A;
}
.AnyTagClassName
{
color: #9C263A;
}
</style>
background-color css
<style>
a { background-color: #9C263A; }
a { background-color: rgb(156,38,58); }
div.DivClassName
{
background-color: #9C263A;
}
.BgClassName
{
background-color: #9C263A;
}
</style>
border-color css
<style>
span { border-color: #9C263A; }
span { border-color: rgb(156,38,58); }
td.TdClassName
{
border-color: #9C263A;
}
.TagClassName
{
border-color: #9C263A;
}
</style>