Shades of Bright Red #9C263D
Tints of Bright Red #9C263D
RGB
CMYK
RGB Variations
Color information
#9C263D (or 0x9C263D) is known color: Bright Red. HEX triplet: 9C, 26 and 3D. RGB value is (156,38,61). Sum of RGB (Red+Green+Blue) = 156+38+61=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C263D is #63D9C2. Grayscale: #4B4B4B. Windows color (decimal): -6543811 or 4007580. OLE color: 4007580.
HSL color Cylindrical-coordinate representation of color #9C263D: hue angle of 348.31º 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 #9C263D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 61 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.39 |
| HSL | 348.31º | 0.61% | 0.38% | - |
| HSV(B) | 348.31º | 0.76% | 0.61% | - |
| XYZ | 15.25 | 8.79 | 5.31 | - |
| YUV | 75.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 61 | 0 | 0.76 | 0.61 | 0.39 | 348.31 | 0.61 | 0.38 |
| Hex | 9C | 26 | 3D | 0 | 4C | 3D | 27 | 15C | 3D | 26 |
| Octal | 234 | 46 | 75 | 0 | 114 | 75 | 47 | 534 | 75 | 46 |
| Binary | 10011100 | 100110 | 111101 | 0 | 1001100 | 111101 | 100111 | 101011100 | 111101 | 100110 |
Color Harmonies of #9C263D
Complementary color
Monochromatic Colors of #9C263D
Black with #9C263D
Text Example
Text Example
White with #9C263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C263D; }
p { color: rgb(156,38,61); }
H1.HeaderClassName
{
color: #9C263D;
}
.AnyTagClassName
{
color: #9C263D;
}
</style>
background-color css
<style>
a { background-color: #9C263D; }
a { background-color: rgb(156,38,61); }
div.DivClassName
{
background-color: #9C263D;
}
.BgClassName
{
background-color: #9C263D;
}
</style>
border-color css
<style>
span { border-color: #9C263D; }
span { border-color: rgb(156,38,61); }
td.TdClassName
{
border-color: #9C263D;
}
.TagClassName
{
border-color: #9C263D;
}
</style>