Shades of Bright Red #9C1B2D
Tints of Bright Red #9C1B2D
RGB
CMYK
RGB Variations
Color information
#9C1B2D (or 0x9C1B2D) is known color: Bright Red. HEX triplet: 9C, 1B and 2D. RGB value is (156,27,45). Sum of RGB (Red+Green+Blue) = 156+27+45=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1B2D is #63E4D2. Grayscale: #434343. Windows color (decimal): -6546643 or 2956188. OLE color: 2956188.
HSL color Cylindrical-coordinate representation of color #9C1B2D: hue angle of 351.63º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1B2D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 27 | 45 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.39 |
| HSL | 351.63º | 0.7% | 0.36% | - |
| HSV(B) | 351.63º | 0.83% | 0.61% | - |
| XYZ | 14.58 | 8.04 | 3.27 | - |
| YUV | 67.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 45 | 0 | 0.83 | 0.71 | 0.39 | 351.63 | 0.7 | 0.36 |
| Hex | 9C | 1B | 2D | 0 | 53 | 47 | 27 | 160 | 46 | 24 |
| Octal | 234 | 33 | 55 | 0 | 123 | 107 | 47 | 540 | 106 | 44 |
| Binary | 10011100 | 11011 | 101101 | 0 | 1010011 | 1000111 | 100111 | 101100000 | 1000110 | 100100 |
Color Harmonies of #9C1B2D
Complementary color
Monochromatic Colors of #9C1B2D
Black with #9C1B2D
Text Example
Text Example
White with #9C1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1B2D; }
p { color: rgb(156,27,45); }
H1.HeaderClassName
{
color: #9C1B2D;
}
.AnyTagClassName
{
color: #9C1B2D;
}
</style>
background-color css
<style>
a { background-color: #9C1B2D; }
a { background-color: rgb(156,27,45); }
div.DivClassName
{
background-color: #9C1B2D;
}
.BgClassName
{
background-color: #9C1B2D;
}
</style>
border-color css
<style>
span { border-color: #9C1B2D; }
span { border-color: rgb(156,27,45); }
td.TdClassName
{
border-color: #9C1B2D;
}
.TagClassName
{
border-color: #9C1B2D;
}
</style>