Shades of Bright Red #9D1C31
Tints of Bright Red #9D1C31
RGB
CMYK
RGB Variations
Color information
#9D1C31 (or 0x9D1C31) is known color: Bright Red. HEX triplet: 9D, 1C and 31. RGB value is (157,28,49). Sum of RGB (Red+Green+Blue) = 157+28+49=234 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.09% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1C31 is #62E3CE. Grayscale: #454545. Windows color (decimal): -6480847 or 3218589. OLE color: 3218589.
HSL color Cylindrical-coordinate representation of color #9D1C31: hue angle of 350.23º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1C31 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 28 | 49 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.38 |
| HSL | 350.23º | 0.7% | 0.36% | - |
| HSV(B) | 350.23º | 0.82% | 0.62% | - |
| XYZ | 14.87 | 8.22 | 3.71 | - |
| YUV | 68.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 49 | 0 | 0.82 | 0.69 | 0.38 | 350.23 | 0.7 | 0.36 |
| Hex | 9D | 1C | 31 | 0 | 52 | 45 | 26 | 15E | 46 | 24 |
| Octal | 235 | 34 | 61 | 0 | 122 | 105 | 46 | 536 | 106 | 44 |
| Binary | 10011101 | 11100 | 110001 | 0 | 1010010 | 1000101 | 100110 | 101011110 | 1000110 | 100100 |
Color Harmonies of #9D1C31
Complementary color
Monochromatic Colors of #9D1C31
Black with #9D1C31
Text Example
Text Example
White with #9D1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1C31; }
p { color: rgb(157,28,49); }
H1.HeaderClassName
{
color: #9D1C31;
}
.AnyTagClassName
{
color: #9D1C31;
}
</style>
background-color css
<style>
a { background-color: #9D1C31; }
a { background-color: rgb(157,28,49); }
div.DivClassName
{
background-color: #9D1C31;
}
.BgClassName
{
background-color: #9D1C31;
}
</style>
border-color css
<style>
span { border-color: #9D1C31; }
span { border-color: rgb(157,28,49); }
td.TdClassName
{
border-color: #9D1C31;
}
.TagClassName
{
border-color: #9D1C31;
}
</style>