Shades of Bright Red #9C2630
Tints of Bright Red #9C2630
RGB
CMYK
RGB Variations
Color information
#9C2630 (or 0x9C2630) is known color: Bright Red. HEX triplet: 9C, 26 and 30. RGB value is (156,38,48). Sum of RGB (Red+Green+Blue) = 156+38+48=242 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.46% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2630 is #63D9CF. Grayscale: #4A4A4A. Windows color (decimal): -6543824 or 3155612. OLE color: 3155612.
HSL color Cylindrical-coordinate representation of color #9C2630: hue angle of 354.92º 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 #9C2630 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 48 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.39 |
| HSL | 354.92º | 0.61% | 0.38% | - |
| HSV(B) | 354.92º | 0.76% | 0.61% | - |
| XYZ | 14.94 | 8.67 | 3.68 | - |
| YUV | 74.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 48 | 0 | 0.76 | 0.69 | 0.39 | 354.92 | 0.61 | 0.38 |
| Hex | 9C | 26 | 30 | 0 | 4C | 45 | 27 | 163 | 3D | 26 |
| Octal | 234 | 46 | 60 | 0 | 114 | 105 | 47 | 543 | 75 | 46 |
| Binary | 10011100 | 100110 | 110000 | 0 | 1001100 | 1000101 | 100111 | 101100011 | 111101 | 100110 |
Color Harmonies of #9C2630
Complementary color
Monochromatic Colors of #9C2630
Black with #9C2630
Text Example
Text Example
White with #9C2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2630; }
p { color: rgb(156,38,48); }
H1.HeaderClassName
{
color: #9C2630;
}
.AnyTagClassName
{
color: #9C2630;
}
</style>
background-color css
<style>
a { background-color: #9C2630; }
a { background-color: rgb(156,38,48); }
div.DivClassName
{
background-color: #9C2630;
}
.BgClassName
{
background-color: #9C2630;
}
</style>
border-color css
<style>
span { border-color: #9C2630; }
span { border-color: rgb(156,38,48); }
td.TdClassName
{
border-color: #9C2630;
}
.TagClassName
{
border-color: #9C2630;
}
</style>