Shades of Bright Red #9C1130
Tints of Bright Red #9C1130
RGB
CMYK
RGB Variations
Color information
#9C1130 (or 0x9C1130) is known color: Bright Red. HEX triplet: 9C, 11 and 30. RGB value is (156,17,48). Sum of RGB (Red+Green+Blue) = 156+17+48=221 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.59% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1130 is #63EECF. Grayscale: #3E3E3E. Windows color (decimal): -6549200 or 3150236. OLE color: 3150236.
HSL color Cylindrical-coordinate representation of color #9C1130: hue angle of 346.62º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C1130 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 48 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.39 |
| HSL | 346.62º | 0.8% | 0.34% | - |
| HSV(B) | 346.62º | 0.89% | 0.61% | - |
| XYZ | 14.44 | 7.68 | 3.52 | - |
| YUV | 62.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 48 | 0 | 0.89 | 0.69 | 0.39 | 346.62 | 0.8 | 0.34 |
| Hex | 9C | 11 | 30 | 0 | 59 | 45 | 27 | 15B | 50 | 22 |
| Octal | 234 | 21 | 60 | 0 | 131 | 105 | 47 | 533 | 120 | 42 |
| Binary | 10011100 | 10001 | 110000 | 0 | 1011001 | 1000101 | 100111 | 101011011 | 1010000 | 100010 |
Color Harmonies of #9C1130
Complementary color
Monochromatic Colors of #9C1130
Black with #9C1130
Text Example
Text Example
White with #9C1130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1130; }
p { color: rgb(156,17,48); }
H1.HeaderClassName
{
color: #9C1130;
}
.AnyTagClassName
{
color: #9C1130;
}
</style>
background-color css
<style>
a { background-color: #9C1130; }
a { background-color: rgb(156,17,48); }
div.DivClassName
{
background-color: #9C1130;
}
.BgClassName
{
background-color: #9C1130;
}
</style>
border-color css
<style>
span { border-color: #9C1130; }
span { border-color: rgb(156,17,48); }
td.TdClassName
{
border-color: #9C1130;
}
.TagClassName
{
border-color: #9C1130;
}
</style>