Shades of Bright Red #9D203B
Tints of Bright Red #9D203B
RGB
CMYK
RGB Variations
Color information
#9D203B (or 0x9D203B) is known color: Bright Red. HEX triplet: 9D, 20 and 3B. RGB value is (157,32,59). Sum of RGB (Red+Green+Blue) = 157+32+59=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D203B is #62DFC4. Grayscale: #484848. Windows color (decimal): -6479813 or 3874973. OLE color: 3874973.
HSL color Cylindrical-coordinate representation of color #9D203B: hue angle of 347.04º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D203B is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 59 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.38 |
| HSL | 347.04º | 0.66% | 0.37% | - |
| HSV(B) | 347.04º | 0.8% | 0.62% | - |
| XYZ | 15.21 | 8.52 | 4.98 | - |
| YUV | 72.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 59 | 0 | 0.80 | 0.62 | 0.38 | 347.04 | 0.66 | 0.37 |
| Hex | 9D | 20 | 3B | 0 | 50 | 3E | 26 | 15B | 42 | 25 |
| Octal | 235 | 40 | 73 | 0 | 120 | 76 | 46 | 533 | 102 | 45 |
| Binary | 10011101 | 100000 | 111011 | 0 | 1010000 | 111110 | 100110 | 101011011 | 1000010 | 100101 |
Color Harmonies of #9D203B
Complementary color
Monochromatic Colors of #9D203B
Black with #9D203B
Text Example
Text Example
White with #9D203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D203B; }
p { color: rgb(157,32,59); }
H1.HeaderClassName
{
color: #9D203B;
}
.AnyTagClassName
{
color: #9D203B;
}
</style>
background-color css
<style>
a { background-color: #9D203B; }
a { background-color: rgb(157,32,59); }
div.DivClassName
{
background-color: #9D203B;
}
.BgClassName
{
background-color: #9D203B;
}
</style>
border-color css
<style>
span { border-color: #9D203B; }
span { border-color: rgb(157,32,59); }
td.TdClassName
{
border-color: #9D203B;
}
.TagClassName
{
border-color: #9D203B;
}
</style>