Shades of Bright Red #9D1E20
Tints of Bright Red #9D1E20
RGB
CMYK
RGB Variations
Color information
#9D1E20 (or 0x9D1E20) is known color: Bright Red. HEX triplet: 9D, 1E and 20. RGB value is (157,30,32). Sum of RGB (Red+Green+Blue) = 157+30+32=219 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.69% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E20 is #62E1DF. Grayscale: #444444. Windows color (decimal): -6480352 or 2104989. OLE color: 2104989.
HSL color Cylindrical-coordinate representation of color #9D1E20: hue angle of 359.06º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E20 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 32 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.38 |
| HSL | 359.06º | 0.68% | 0.37% | - |
| HSV(B) | 359.06º | 0.81% | 0.62% | - |
| XYZ | 14.63 | 8.2 | 2.18 | - |
| YUV | 68.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 32 | 0 | 0.81 | 0.80 | 0.38 | 359.06 | 0.68 | 0.37 |
| Hex | 9D | 1E | 20 | 0 | 51 | 50 | 26 | 167 | 44 | 25 |
| Octal | 235 | 36 | 40 | 0 | 121 | 120 | 46 | 547 | 104 | 45 |
| Binary | 10011101 | 11110 | 100000 | 0 | 1010001 | 1010000 | 100110 | 101100111 | 1000100 | 100101 |
Color Harmonies of #9D1E20
Complementary color
Monochromatic Colors of #9D1E20
Black with #9D1E20
Text Example
Text Example
White with #9D1E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E20; }
p { color: rgb(157,30,32); }
H1.HeaderClassName
{
color: #9D1E20;
}
.AnyTagClassName
{
color: #9D1E20;
}
</style>
background-color css
<style>
a { background-color: #9D1E20; }
a { background-color: rgb(157,30,32); }
div.DivClassName
{
background-color: #9D1E20;
}
.BgClassName
{
background-color: #9D1E20;
}
</style>
border-color css
<style>
span { border-color: #9D1E20; }
span { border-color: rgb(157,30,32); }
td.TdClassName
{
border-color: #9D1E20;
}
.TagClassName
{
border-color: #9D1E20;
}
</style>