Shades of Bright Red #9C142C
Tints of Bright Red #9C142C
RGB
CMYK
RGB Variations
Color information
#9C142C (or 0x9C142C) is known color: Bright Red. HEX triplet: 9C, 14 and 2C. RGB value is (156,20,44). Sum of RGB (Red+Green+Blue) = 156+20+44=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C142C is #63EBD3. Grayscale: #3F3F3F. Windows color (decimal): -6548436 or 2888860. OLE color: 2888860.
HSL color Cylindrical-coordinate representation of color #9C142C: hue angle of 349.41º degrees, saturation: 0.77, 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 #9C142C is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 44 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.39 |
| HSL | 349.41º | 0.77% | 0.35% | - |
| HSV(B) | 349.41º | 0.87% | 0.61% | - |
| XYZ | 14.42 | 7.75 | 3.12 | - |
| YUV | 63.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 44 | 0 | 0.87 | 0.72 | 0.39 | 349.41 | 0.77 | 0.35 |
| Hex | 9C | 14 | 2C | 0 | 57 | 48 | 27 | 15D | 4D | 23 |
| Octal | 234 | 24 | 54 | 0 | 127 | 110 | 47 | 535 | 115 | 43 |
| Binary | 10011100 | 10100 | 101100 | 0 | 1010111 | 1001000 | 100111 | 101011101 | 1001101 | 100011 |
Color Harmonies of #9C142C
Complementary color
Monochromatic Colors of #9C142C
Black with #9C142C
Text Example
Text Example
White with #9C142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C142C; }
p { color: rgb(156,20,44); }
H1.HeaderClassName
{
color: #9C142C;
}
.AnyTagClassName
{
color: #9C142C;
}
</style>
background-color css
<style>
a { background-color: #9C142C; }
a { background-color: rgb(156,20,44); }
div.DivClassName
{
background-color: #9C142C;
}
.BgClassName
{
background-color: #9C142C;
}
</style>
border-color css
<style>
span { border-color: #9C142C; }
span { border-color: rgb(156,20,44); }
td.TdClassName
{
border-color: #9C142C;
}
.TagClassName
{
border-color: #9C142C;
}
</style>