Shades of Bright Red #9D222C
Tints of Bright Red #9D222C
RGB
CMYK
RGB Variations
Color information
#9D222C (or 0x9D222C) is known color: Bright Red. HEX triplet: 9D, 22 and 2C. RGB value is (157,34,44). Sum of RGB (Red+Green+Blue) = 157+34+44=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D222C is #62DDD3. Grayscale: #484848. Windows color (decimal): -6479316 or 2892445. OLE color: 2892445.
HSL color Cylindrical-coordinate representation of color #9D222C: hue angle of 355.12º 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 #9D222C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 44 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.38 |
| HSL | 355.12º | 0.64% | 0.37% | - |
| HSV(B) | 355.12º | 0.78% | 0.62% | - |
| XYZ | 14.93 | 8.49 | 3.24 | - |
| YUV | 71.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 44 | 0 | 0.78 | 0.72 | 0.38 | 355.12 | 0.64 | 0.37 |
| Hex | 9D | 22 | 2C | 0 | 4E | 48 | 26 | 163 | 40 | 25 |
| Octal | 235 | 42 | 54 | 0 | 116 | 110 | 46 | 543 | 100 | 45 |
| Binary | 10011101 | 100010 | 101100 | 0 | 1001110 | 1001000 | 100110 | 101100011 | 1000000 | 100101 |
Color Harmonies of #9D222C
Complementary color
Monochromatic Colors of #9D222C
Black with #9D222C
Text Example
Text Example
White with #9D222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D222C; }
p { color: rgb(157,34,44); }
H1.HeaderClassName
{
color: #9D222C;
}
.AnyTagClassName
{
color: #9D222C;
}
</style>
background-color css
<style>
a { background-color: #9D222C; }
a { background-color: rgb(157,34,44); }
div.DivClassName
{
background-color: #9D222C;
}
.BgClassName
{
background-color: #9D222C;
}
</style>
border-color css
<style>
span { border-color: #9D222C; }
span { border-color: rgb(157,34,44); }
td.TdClassName
{
border-color: #9D222C;
}
.TagClassName
{
border-color: #9D222C;
}
</style>