Shades of Bright Red #9D2632
Tints of Bright Red #9D2632
RGB
CMYK
RGB Variations
Color information
#9D2632 (or 0x9D2632) is known color: Bright Red. HEX triplet: 9D, 26 and 32. RGB value is (157,38,50). Sum of RGB (Red+Green+Blue) = 157+38+50=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2632 is #62D9CD. Grayscale: #4B4B4B. Windows color (decimal): -6478286 or 3286685. OLE color: 3286685.
HSL color Cylindrical-coordinate representation of color #9D2632: hue angle of 353.95º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2632 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 50 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.38 |
| HSL | 353.95º | 0.61% | 0.38% | - |
| HSV(B) | 353.95º | 0.76% | 0.62% | - |
| XYZ | 15.17 | 8.78 | 3.91 | - |
| YUV | 74.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 50 | 0 | 0.76 | 0.68 | 0.38 | 353.95 | 0.61 | 0.38 |
| Hex | 9D | 26 | 32 | 0 | 4C | 44 | 26 | 162 | 3D | 26 |
| Octal | 235 | 46 | 62 | 0 | 114 | 104 | 46 | 542 | 75 | 46 |
| Binary | 10011101 | 100110 | 110010 | 0 | 1001100 | 1000100 | 100110 | 101100010 | 111101 | 100110 |
Color Harmonies of #9D2632
Complementary color
Monochromatic Colors of #9D2632
Black with #9D2632
Text Example
Text Example
White with #9D2632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2632; }
p { color: rgb(157,38,50); }
H1.HeaderClassName
{
color: #9D2632;
}
.AnyTagClassName
{
color: #9D2632;
}
</style>
background-color css
<style>
a { background-color: #9D2632; }
a { background-color: rgb(157,38,50); }
div.DivClassName
{
background-color: #9D2632;
}
.BgClassName
{
background-color: #9D2632;
}
</style>
border-color css
<style>
span { border-color: #9D2632; }
span { border-color: rgb(157,38,50); }
td.TdClassName
{
border-color: #9D2632;
}
.TagClassName
{
border-color: #9D2632;
}
</style>