Shades of Bright Red #9C1A31
Tints of Bright Red #9C1A31
RGB
CMYK
RGB Variations
Color information
#9C1A31 (or 0x9C1A31) is known color: Bright Red. HEX triplet: 9C, 1A and 31. RGB value is (156,26,49). Sum of RGB (Red+Green+Blue) = 156+26+49=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1A31 is #63E5CE. Grayscale: #434343. Windows color (decimal): -6546895 or 3218076. OLE color: 3218076.
HSL color Cylindrical-coordinate representation of color #9C1A31: hue angle of 349.38º 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 #9C1A31 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 26 | 49 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.39 |
| HSL | 349.38º | 0.71% | 0.36% | - |
| HSV(B) | 349.38º | 0.83% | 0.61% | - |
| XYZ | 14.63 | 8.03 | 3.68 | - |
| YUV | 67.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 49 | 0 | 0.83 | 0.69 | 0.39 | 349.38 | 0.71 | 0.36 |
| Hex | 9C | 1A | 31 | 0 | 53 | 45 | 27 | 15D | 47 | 24 |
| Octal | 234 | 32 | 61 | 0 | 123 | 105 | 47 | 535 | 107 | 44 |
| Binary | 10011100 | 11010 | 110001 | 0 | 1010011 | 1000101 | 100111 | 101011101 | 1000111 | 100100 |
Color Harmonies of #9C1A31
Complementary color
Monochromatic Colors of #9C1A31
Black with #9C1A31
Text Example
Text Example
White with #9C1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1A31; }
p { color: rgb(156,26,49); }
H1.HeaderClassName
{
color: #9C1A31;
}
.AnyTagClassName
{
color: #9C1A31;
}
</style>
background-color css
<style>
a { background-color: #9C1A31; }
a { background-color: rgb(156,26,49); }
div.DivClassName
{
background-color: #9C1A31;
}
.BgClassName
{
background-color: #9C1A31;
}
</style>
border-color css
<style>
span { border-color: #9C1A31; }
span { border-color: rgb(156,26,49); }
td.TdClassName
{
border-color: #9C1A31;
}
.TagClassName
{
border-color: #9C1A31;
}
</style>