Shades of Bright Red #9D202B
Tints of Bright Red #9D202B
RGB
CMYK
RGB Variations
Color information
#9D202B (or 0x9D202B) is known color: Bright Red. HEX triplet: 9D, 20 and 2B. RGB value is (157,32,43). Sum of RGB (Red+Green+Blue) = 157+32+43=232 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.67% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 157 - color contains mainly: red. Hex color #9D202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D202B is #62DFD4. Grayscale: #464646. Windows color (decimal): -6479829 or 2826397. OLE color: 2826397.
HSL color Cylindrical-coordinate representation of color #9D202B: hue angle of 354.72º 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 #9D202B is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 43 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.38 |
| HSL | 354.72º | 0.66% | 0.37% | - |
| HSV(B) | 354.72º | 0.8% | 0.62% | - |
| XYZ | 14.86 | 8.38 | 3.12 | - |
| YUV | 70.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 43 | 0 | 0.80 | 0.73 | 0.38 | 354.72 | 0.66 | 0.37 |
| Hex | 9D | 20 | 2B | 0 | 50 | 49 | 26 | 163 | 42 | 25 |
| Octal | 235 | 40 | 53 | 0 | 120 | 111 | 46 | 543 | 102 | 45 |
| Binary | 10011101 | 100000 | 101011 | 0 | 1010000 | 1001001 | 100110 | 101100011 | 1000010 | 100101 |
Color Harmonies of #9D202B
Complementary color
Monochromatic Colors of #9D202B
Black with #9D202B
Text Example
Text Example
White with #9D202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D202B; }
p { color: rgb(157,32,43); }
H1.HeaderClassName
{
color: #9D202B;
}
.AnyTagClassName
{
color: #9D202B;
}
</style>
background-color css
<style>
a { background-color: #9D202B; }
a { background-color: rgb(157,32,43); }
div.DivClassName
{
background-color: #9D202B;
}
.BgClassName
{
background-color: #9D202B;
}
</style>
border-color css
<style>
span { border-color: #9D202B; }
span { border-color: rgb(157,32,43); }
td.TdClassName
{
border-color: #9D202B;
}
.TagClassName
{
border-color: #9D202B;
}
</style>