Shades of Bright Red #9C1831
Tints of Bright Red #9C1831
RGB
CMYK
RGB Variations
Color information
#9C1831 (or 0x9C1831) is known color: Bright Red. HEX triplet: 9C, 18 and 31. RGB value is (156,24,49). Sum of RGB (Red+Green+Blue) = 156+24+49=229 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.12% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1831 is #63E7CE. Grayscale: #424242. Windows color (decimal): -6547407 or 3217564. OLE color: 3217564.
HSL color Cylindrical-coordinate representation of color #9C1831: hue angle of 348.64º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1831 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 49 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.39 |
| HSL | 348.64º | 0.73% | 0.35% | - |
| HSV(B) | 348.64º | 0.85% | 0.61% | - |
| XYZ | 14.59 | 7.94 | 3.67 | - |
| YUV | 66.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 49 | 0 | 0.85 | 0.69 | 0.39 | 348.64 | 0.73 | 0.35 |
| Hex | 9C | 18 | 31 | 0 | 55 | 45 | 27 | 15D | 49 | 23 |
| Octal | 234 | 30 | 61 | 0 | 125 | 105 | 47 | 535 | 111 | 43 |
| Binary | 10011100 | 11000 | 110001 | 0 | 1010101 | 1000101 | 100111 | 101011101 | 1001001 | 100011 |
Color Harmonies of #9C1831
Complementary color
Monochromatic Colors of #9C1831
Black with #9C1831
Text Example
Text Example
White with #9C1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1831; }
p { color: rgb(156,24,49); }
H1.HeaderClassName
{
color: #9C1831;
}
.AnyTagClassName
{
color: #9C1831;
}
</style>
background-color css
<style>
a { background-color: #9C1831; }
a { background-color: rgb(156,24,49); }
div.DivClassName
{
background-color: #9C1831;
}
.BgClassName
{
background-color: #9C1831;
}
</style>
border-color css
<style>
span { border-color: #9C1831; }
span { border-color: rgb(156,24,49); }
td.TdClassName
{
border-color: #9C1831;
}
.TagClassName
{
border-color: #9C1831;
}
</style>