Shades of Bright Red #9C263E
Tints of Bright Red #9C263E
RGB
CMYK
RGB Variations
Color information
#9C263E (or 0x9C263E) is known color: Bright Red. HEX triplet: 9C, 26 and 3E. RGB value is (156,38,62). Sum of RGB (Red+Green+Blue) = 156+38+62=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C263E is #63D9C1. Grayscale: #4C4C4C. Windows color (decimal): -6543810 or 4073116. OLE color: 4073116.
HSL color Cylindrical-coordinate representation of color #9C263E: hue angle of 347.8º 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 #9C263E is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 62 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.39 |
| HSL | 347.8º | 0.61% | 0.38% | - |
| HSV(B) | 347.8º | 0.76% | 0.61% | - |
| XYZ | 15.27 | 8.8 | 5.45 | - |
| YUV | 76.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 62 | 0 | 0.76 | 0.60 | 0.39 | 347.8 | 0.61 | 0.38 |
| Hex | 9C | 26 | 3E | 0 | 4C | 3C | 27 | 15C | 3D | 26 |
| Octal | 234 | 46 | 76 | 0 | 114 | 74 | 47 | 534 | 75 | 46 |
| Binary | 10011100 | 100110 | 111110 | 0 | 1001100 | 111100 | 100111 | 101011100 | 111101 | 100110 |
Color Harmonies of #9C263E
Complementary color
Monochromatic Colors of #9C263E
Black with #9C263E
Text Example
Text Example
White with #9C263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C263E; }
p { color: rgb(156,38,62); }
H1.HeaderClassName
{
color: #9C263E;
}
.AnyTagClassName
{
color: #9C263E;
}
</style>
background-color css
<style>
a { background-color: #9C263E; }
a { background-color: rgb(156,38,62); }
div.DivClassName
{
background-color: #9C263E;
}
.BgClassName
{
background-color: #9C263E;
}
</style>
border-color css
<style>
span { border-color: #9C263E; }
span { border-color: rgb(156,38,62); }
td.TdClassName
{
border-color: #9C263E;
}
.TagClassName
{
border-color: #9C263E;
}
</style>