Shades of Bright Red #9D2A3A
Tints of Bright Red #9D2A3A
RGB
CMYK
RGB Variations
Color information
#9D2A3A (or 0x9D2A3A) is known color: Bright Red. HEX triplet: 9D, 2A and 3A. RGB value is (157,42,58). Sum of RGB (Red+Green+Blue) = 157+42+58=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2A3A is #62D5C5. Grayscale: #4E4E4E. Windows color (decimal): -6477254 or 3811997. OLE color: 3811997.
HSL color Cylindrical-coordinate representation of color #9D2A3A: hue angle of 351.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2A3A is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 42 | 58 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.38 |
| HSL | 351.65º | 0.58% | 0.39% | - |
| HSV(B) | 351.65º | 0.73% | 0.62% | - |
| XYZ | 15.5 | 9.13 | 4.95 | - |
| YUV | 78.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 42 | 58 | 0 | 0.73 | 0.63 | 0.38 | 351.65 | 0.58 | 0.39 |
| Hex | 9D | 2A | 3A | 0 | 49 | 3F | 26 | 160 | 3A | 27 |
| Octal | 235 | 52 | 72 | 0 | 111 | 77 | 46 | 540 | 72 | 47 |
| Binary | 10011101 | 101010 | 111010 | 0 | 1001001 | 111111 | 100110 | 101100000 | 111010 | 100111 |
Color Harmonies of #9D2A3A
Complementary color
Monochromatic Colors of #9D2A3A
Black with #9D2A3A
Text Example
Text Example
White with #9D2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2A3A; }
p { color: rgb(157,42,58); }
H1.HeaderClassName
{
color: #9D2A3A;
}
.AnyTagClassName
{
color: #9D2A3A;
}
</style>
background-color css
<style>
a { background-color: #9D2A3A; }
a { background-color: rgb(157,42,58); }
div.DivClassName
{
background-color: #9D2A3A;
}
.BgClassName
{
background-color: #9D2A3A;
}
</style>
border-color css
<style>
span { border-color: #9D2A3A; }
span { border-color: rgb(157,42,58); }
td.TdClassName
{
border-color: #9D2A3A;
}
.TagClassName
{
border-color: #9D2A3A;
}
</style>