Shades of Bright Red #9C152C
Tints of Bright Red #9C152C
RGB
CMYK
RGB Variations
Color information
#9C152C (or 0x9C152C) is known color: Bright Red. HEX triplet: 9C, 15 and 2C. RGB value is (156,21,44). Sum of RGB (Red+Green+Blue) = 156+21+44=221 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.59% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 156 - color contains mainly: red. Hex color #9C152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C152C is #63EAD3. Grayscale: #404040. Windows color (decimal): -6548180 or 2889116. OLE color: 2889116.
HSL color Cylindrical-coordinate representation of color #9C152C: hue angle of 349.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C152C is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 21 | 44 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.39 |
| HSL | 349.78º | 0.76% | 0.35% | - |
| HSV(B) | 349.78º | 0.87% | 0.61% | - |
| XYZ | 14.43 | 7.79 | 3.13 | - |
| YUV | 63.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 44 | 0 | 0.87 | 0.72 | 0.39 | 349.78 | 0.76 | 0.35 |
| Hex | 9C | 15 | 2C | 0 | 57 | 48 | 27 | 15E | 4C | 23 |
| Octal | 234 | 25 | 54 | 0 | 127 | 110 | 47 | 536 | 114 | 43 |
| Binary | 10011100 | 10101 | 101100 | 0 | 1010111 | 1001000 | 100111 | 101011110 | 1001100 | 100011 |
Color Harmonies of #9C152C
Complementary color
Monochromatic Colors of #9C152C
Black with #9C152C
Text Example
Text Example
White with #9C152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C152C; }
p { color: rgb(156,21,44); }
H1.HeaderClassName
{
color: #9C152C;
}
.AnyTagClassName
{
color: #9C152C;
}
</style>
background-color css
<style>
a { background-color: #9C152C; }
a { background-color: rgb(156,21,44); }
div.DivClassName
{
background-color: #9C152C;
}
.BgClassName
{
background-color: #9C152C;
}
</style>
border-color css
<style>
span { border-color: #9C152C; }
span { border-color: rgb(156,21,44); }
td.TdClassName
{
border-color: #9C152C;
}
.TagClassName
{
border-color: #9C152C;
}
</style>