Shades of Bright Red #9C152A
Tints of Bright Red #9C152A
RGB
CMYK
RGB Variations
Color information
#9C152A (or 0x9C152A) is known color: Bright Red. HEX triplet: 9C, 15 and 2A. RGB value is (156,21,42). Sum of RGB (Red+Green+Blue) = 156+21+42=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C152A is #63EAD5. Grayscale: #3F3F3F. Windows color (decimal): -6548182 or 2758044. OLE color: 2758044.
HSL color Cylindrical-coordinate representation of color #9C152A: hue angle of 350.67º 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 #9C152A is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 21 | 42 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.39 |
| HSL | 350.67º | 0.76% | 0.35% | - |
| HSV(B) | 350.67º | 0.87% | 0.61% | - |
| XYZ | 14.4 | 7.77 | 2.93 | - |
| YUV | 63.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 42 | 0 | 0.87 | 0.73 | 0.39 | 350.67 | 0.76 | 0.35 |
| Hex | 9C | 15 | 2A | 0 | 57 | 49 | 27 | 15F | 4C | 23 |
| Octal | 234 | 25 | 52 | 0 | 127 | 111 | 47 | 537 | 114 | 43 |
| Binary | 10011100 | 10101 | 101010 | 0 | 1010111 | 1001001 | 100111 | 101011111 | 1001100 | 100011 |
Color Harmonies of #9C152A
Complementary color
Monochromatic Colors of #9C152A
Black with #9C152A
Text Example
Text Example
White with #9C152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C152A; }
p { color: rgb(156,21,42); }
H1.HeaderClassName
{
color: #9C152A;
}
.AnyTagClassName
{
color: #9C152A;
}
</style>
background-color css
<style>
a { background-color: #9C152A; }
a { background-color: rgb(156,21,42); }
div.DivClassName
{
background-color: #9C152A;
}
.BgClassName
{
background-color: #9C152A;
}
</style>
border-color css
<style>
span { border-color: #9C152A; }
span { border-color: rgb(156,21,42); }
td.TdClassName
{
border-color: #9C152A;
}
.TagClassName
{
border-color: #9C152A;
}
</style>