Shades of Bright Red #9D223B
Tints of Bright Red #9D223B
RGB
CMYK
RGB Variations
Color information
#9D223B (or 0x9D223B) is known color: Bright Red. HEX triplet: 9D, 22 and 3B. RGB value is (157,34,59). Sum of RGB (Red+Green+Blue) = 157+34+59=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D223B is #62DDC4. Grayscale: #494949. Windows color (decimal): -6479301 or 3875485. OLE color: 3875485.
HSL color Cylindrical-coordinate representation of color #9D223B: hue angle of 347.8º 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 #9D223B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 59 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.38 |
| HSL | 347.8º | 0.64% | 0.37% | - |
| HSV(B) | 347.8º | 0.78% | 0.62% | - |
| XYZ | 15.27 | 8.63 | 5 | - |
| YUV | 73.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 59 | 0 | 0.78 | 0.62 | 0.38 | 347.8 | 0.64 | 0.37 |
| Hex | 9D | 22 | 3B | 0 | 4E | 3E | 26 | 15C | 40 | 25 |
| Octal | 235 | 42 | 73 | 0 | 116 | 76 | 46 | 534 | 100 | 45 |
| Binary | 10011101 | 100010 | 111011 | 0 | 1001110 | 111110 | 100110 | 101011100 | 1000000 | 100101 |
Color Harmonies of #9D223B
Complementary color
Monochromatic Colors of #9D223B
Black with #9D223B
Text Example
Text Example
White with #9D223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D223B; }
p { color: rgb(157,34,59); }
H1.HeaderClassName
{
color: #9D223B;
}
.AnyTagClassName
{
color: #9D223B;
}
</style>
background-color css
<style>
a { background-color: #9D223B; }
a { background-color: rgb(157,34,59); }
div.DivClassName
{
background-color: #9D223B;
}
.BgClassName
{
background-color: #9D223B;
}
</style>
border-color css
<style>
span { border-color: #9D223B; }
span { border-color: rgb(157,34,59); }
td.TdClassName
{
border-color: #9D223B;
}
.TagClassName
{
border-color: #9D223B;
}
</style>