Shades of Bright Red #9C142F
Tints of Bright Red #9C142F
RGB
CMYK
RGB Variations
Color information
#9C142F (or 0x9C142F) is known color: Bright Red. HEX triplet: 9C, 14 and 2F. RGB value is (156,20,47). Sum of RGB (Red+Green+Blue) = 156+20+47=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C142F is #63EBD0. Grayscale: #3F3F3F. Windows color (decimal): -6548433 or 3085468. OLE color: 3085468.
HSL color Cylindrical-coordinate representation of color #9C142F: hue angle of 348.09º 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 #9C142F is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 47 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.39 |
| HSL | 348.09º | 0.77% | 0.35% | - |
| HSV(B) | 348.09º | 0.87% | 0.61% | - |
| XYZ | 14.47 | 7.77 | 3.43 | - |
| YUV | 63.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 47 | 0 | 0.87 | 0.70 | 0.39 | 348.09 | 0.77 | 0.35 |
| Hex | 9C | 14 | 2F | 0 | 57 | 46 | 27 | 15C | 4D | 23 |
| Octal | 234 | 24 | 57 | 0 | 127 | 106 | 47 | 534 | 115 | 43 |
| Binary | 10011100 | 10100 | 101111 | 0 | 1010111 | 1000110 | 100111 | 101011100 | 1001101 | 100011 |
Color Harmonies of #9C142F
Complementary color
Monochromatic Colors of #9C142F
Black with #9C142F
Text Example
Text Example
White with #9C142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C142F; }
p { color: rgb(156,20,47); }
H1.HeaderClassName
{
color: #9C142F;
}
.AnyTagClassName
{
color: #9C142F;
}
</style>
background-color css
<style>
a { background-color: #9C142F; }
a { background-color: rgb(156,20,47); }
div.DivClassName
{
background-color: #9C142F;
}
.BgClassName
{
background-color: #9C142F;
}
</style>
border-color css
<style>
span { border-color: #9C142F; }
span { border-color: rgb(156,20,47); }
td.TdClassName
{
border-color: #9C142F;
}
.TagClassName
{
border-color: #9C142F;
}
</style>