Shades of Bright Red #9D293B
Tints of Bright Red #9D293B
RGB
CMYK
RGB Variations
Color information
#9D293B (or 0x9D293B) is known color: Bright Red. HEX triplet: 9D, 29 and 3B. RGB value is (157,41,59). Sum of RGB (Red+Green+Blue) = 157+41+59=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D293B is #62D6C4. Grayscale: #4D4D4D. Windows color (decimal): -6477509 or 3877277. OLE color: 3877277.
HSL color Cylindrical-coordinate representation of color #9D293B: hue angle of 350.69º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D293B is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 41 | 59 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.38 |
| HSL | 350.69º | 0.59% | 0.39% | - |
| HSV(B) | 350.69º | 0.74% | 0.62% | - |
| XYZ | 15.49 | 9.07 | 5.07 | - |
| YUV | 77.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 41 | 59 | 0 | 0.74 | 0.62 | 0.38 | 350.69 | 0.59 | 0.39 |
| Hex | 9D | 29 | 3B | 0 | 4A | 3E | 26 | 15F | 3B | 27 |
| Octal | 235 | 51 | 73 | 0 | 112 | 76 | 46 | 537 | 73 | 47 |
| Binary | 10011101 | 101001 | 111011 | 0 | 1001010 | 111110 | 100110 | 101011111 | 111011 | 100111 |
Color Harmonies of #9D293B
Complementary color
Monochromatic Colors of #9D293B
Black with #9D293B
Text Example
Text Example
White with #9D293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D293B; }
p { color: rgb(157,41,59); }
H1.HeaderClassName
{
color: #9D293B;
}
.AnyTagClassName
{
color: #9D293B;
}
</style>
background-color css
<style>
a { background-color: #9D293B; }
a { background-color: rgb(157,41,59); }
div.DivClassName
{
background-color: #9D293B;
}
.BgClassName
{
background-color: #9D293B;
}
</style>
border-color css
<style>
span { border-color: #9D293B; }
span { border-color: rgb(157,41,59); }
td.TdClassName
{
border-color: #9D293B;
}
.TagClassName
{
border-color: #9D293B;
}
</style>