Shades of Bright Red #9D2232
Tints of Bright Red #9D2232
RGB
CMYK
RGB Variations
Color information
#9D2232 (or 0x9D2232) is known color: Bright Red. HEX triplet: 9D, 22 and 32. RGB value is (157,34,50). Sum of RGB (Red+Green+Blue) = 157+34+50=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2232 is #62DDCD. Grayscale: #484848. Windows color (decimal): -6479310 or 3285661. OLE color: 3285661.
HSL color Cylindrical-coordinate representation of color #9D2232: hue angle of 352.2º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D2232 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 50 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.38 |
| HSL | 352.2º | 0.64% | 0.37% | - |
| HSV(B) | 352.2º | 0.78% | 0.62% | - |
| XYZ | 15.05 | 8.54 | 3.87 | - |
| YUV | 72.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 50 | 0 | 0.78 | 0.68 | 0.38 | 352.2 | 0.64 | 0.37 |
| Hex | 9D | 22 | 32 | 0 | 4E | 44 | 26 | 160 | 40 | 25 |
| Octal | 235 | 42 | 62 | 0 | 116 | 104 | 46 | 540 | 100 | 45 |
| Binary | 10011101 | 100010 | 110010 | 0 | 1001110 | 1000100 | 100110 | 101100000 | 1000000 | 100101 |
Color Harmonies of #9D2232
Complementary color
Monochromatic Colors of #9D2232
Black with #9D2232
Text Example
Text Example
White with #9D2232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2232; }
p { color: rgb(157,34,50); }
H1.HeaderClassName
{
color: #9D2232;
}
.AnyTagClassName
{
color: #9D2232;
}
</style>
background-color css
<style>
a { background-color: #9D2232; }
a { background-color: rgb(157,34,50); }
div.DivClassName
{
background-color: #9D2232;
}
.BgClassName
{
background-color: #9D2232;
}
</style>
border-color css
<style>
span { border-color: #9D2232; }
span { border-color: rgb(157,34,50); }
td.TdClassName
{
border-color: #9D2232;
}
.TagClassName
{
border-color: #9D2232;
}
</style>