Shades of Bright Red #9C1A1E
Tints of Bright Red #9C1A1E
RGB
CMYK
RGB Variations
Color information
#9C1A1E (or 0x9C1A1E) is known color: Bright Red. HEX triplet: 9C, 1A and 1E. RGB value is (156,26,30). Sum of RGB (Red+Green+Blue) = 156+26+30=212 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.58% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1A1E is #63E5E1. Grayscale: #414141. Windows color (decimal): -6546914 or 1972892. OLE color: 1972892.
HSL color Cylindrical-coordinate representation of color #9C1A1E: hue angle of 358.15º degrees, saturation: 0.71, 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 #9C1A1E is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 26 | 30 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.39 |
| HSL | 358.15º | 0.71% | 0.36% | - |
| HSV(B) | 358.15º | 0.83% | 0.61% | - |
| XYZ | 14.31 | 7.9 | 2 | - |
| YUV | 65.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 30 | 0 | 0.83 | 0.81 | 0.39 | 358.15 | 0.71 | 0.36 |
| Hex | 9C | 1A | 1E | 0 | 53 | 51 | 27 | 166 | 47 | 24 |
| Octal | 234 | 32 | 36 | 0 | 123 | 121 | 47 | 546 | 107 | 44 |
| Binary | 10011100 | 11010 | 11110 | 0 | 1010011 | 1010001 | 100111 | 101100110 | 1000111 | 100100 |
Color Harmonies of #9C1A1E
Complementary color
Monochromatic Colors of #9C1A1E
Black with #9C1A1E
Text Example
Text Example
White with #9C1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1A1E; }
p { color: rgb(156,26,30); }
H1.HeaderClassName
{
color: #9C1A1E;
}
.AnyTagClassName
{
color: #9C1A1E;
}
</style>
background-color css
<style>
a { background-color: #9C1A1E; }
a { background-color: rgb(156,26,30); }
div.DivClassName
{
background-color: #9C1A1E;
}
.BgClassName
{
background-color: #9C1A1E;
}
</style>
border-color css
<style>
span { border-color: #9C1A1E; }
span { border-color: rgb(156,26,30); }
td.TdClassName
{
border-color: #9C1A1E;
}
.TagClassName
{
border-color: #9C1A1E;
}
</style>