Shades of Bright Red #9C2940
Tints of Bright Red #9C2940
RGB
CMYK
RGB Variations
Color information
#9C2940 (or 0x9C2940) is known color: Bright Red. HEX triplet: 9C, 29 and 40. RGB value is (156,41,64). Sum of RGB (Red+Green+Blue) = 156+41+64=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2940 is #63D6BF. Grayscale: #4E4E4E. Windows color (decimal): -6543040 or 4204956. OLE color: 4204956.
HSL color Cylindrical-coordinate representation of color #9C2940: hue angle of 348º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2940 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 64 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.39 |
| HSL | 348º | 0.58% | 0.39% | - |
| HSV(B) | 348º | 0.74% | 0.61% | - |
| XYZ | 15.43 | 9.02 | 5.78 | - |
| YUV | 78.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 64 | 0 | 0.74 | 0.59 | 0.39 | 348 | 0.58 | 0.39 |
| Hex | 9C | 29 | 40 | 0 | 4A | 3B | 27 | 15C | 3A | 27 |
| Octal | 234 | 51 | 100 | 0 | 112 | 73 | 47 | 534 | 72 | 47 |
| Binary | 10011100 | 101001 | 1000000 | 0 | 1001010 | 111011 | 100111 | 101011100 | 111010 | 100111 |
Color Harmonies of #9C2940
Complementary color
Monochromatic Colors of #9C2940
Black with #9C2940
Text Example
Text Example
White with #9C2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2940; }
p { color: rgb(156,41,64); }
H1.HeaderClassName
{
color: #9C2940;
}
.AnyTagClassName
{
color: #9C2940;
}
</style>
background-color css
<style>
a { background-color: #9C2940; }
a { background-color: rgb(156,41,64); }
div.DivClassName
{
background-color: #9C2940;
}
.BgClassName
{
background-color: #9C2940;
}
</style>
border-color css
<style>
span { border-color: #9C2940; }
span { border-color: rgb(156,41,64); }
td.TdClassName
{
border-color: #9C2940;
}
.TagClassName
{
border-color: #9C2940;
}
</style>