Shades of Bright Red #9C1B3D
Tints of Bright Red #9C1B3D
RGB
CMYK
RGB Variations
Color information
#9C1B3D (or 0x9C1B3D) is known color: Bright Red. HEX triplet: 9C, 1B and 3D. RGB value is (156,27,61). Sum of RGB (Red+Green+Blue) = 156+27+61=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1B3D is #63E4C2. Grayscale: #454545. Windows color (decimal): -6546627 or 4004764. OLE color: 4004764.
HSL color Cylindrical-coordinate representation of color #9C1B3D: hue angle of 344.19º 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 #9C1B3D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 27 | 61 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.39 |
| HSL | 344.19º | 0.7% | 0.36% | - |
| HSV(B) | 344.19º | 0.83% | 0.61% | - |
| XYZ | 14.94 | 8.19 | 5.21 | - |
| YUV | 69.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 61 | 0 | 0.83 | 0.61 | 0.39 | 344.19 | 0.7 | 0.36 |
| Hex | 9C | 1B | 3D | 0 | 53 | 3D | 27 | 158 | 46 | 24 |
| Octal | 234 | 33 | 75 | 0 | 123 | 75 | 47 | 530 | 106 | 44 |
| Binary | 10011100 | 11011 | 111101 | 0 | 1010011 | 111101 | 100111 | 101011000 | 1000110 | 100100 |
Color Harmonies of #9C1B3D
Complementary color
Monochromatic Colors of #9C1B3D
Black with #9C1B3D
Text Example
Text Example
White with #9C1B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1B3D; }
p { color: rgb(156,27,61); }
H1.HeaderClassName
{
color: #9C1B3D;
}
.AnyTagClassName
{
color: #9C1B3D;
}
</style>
background-color css
<style>
a { background-color: #9C1B3D; }
a { background-color: rgb(156,27,61); }
div.DivClassName
{
background-color: #9C1B3D;
}
.BgClassName
{
background-color: #9C1B3D;
}
</style>
border-color css
<style>
span { border-color: #9C1B3D; }
span { border-color: rgb(156,27,61); }
td.TdClassName
{
border-color: #9C1B3D;
}
.TagClassName
{
border-color: #9C1B3D;
}
</style>