Shades of Bright Red #9D212C
Tints of Bright Red #9D212C
RGB
CMYK
RGB Variations
Color information
#9D212C (or 0x9D212C) is known color: Bright Red. HEX triplet: 9D, 21 and 2C. RGB value is (157,33,44). Sum of RGB (Red+Green+Blue) = 157+33+44=234 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.09% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 157 - color contains mainly: red. Hex color #9D212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D212C is #62DED3. Grayscale: #474747. Windows color (decimal): -6479572 or 2892189. OLE color: 2892189.
HSL color Cylindrical-coordinate representation of color #9D212C: hue angle of 354.68º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D212C is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 33 | 44 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.38 |
| HSL | 354.68º | 0.65% | 0.37% | - |
| HSV(B) | 354.68º | 0.79% | 0.62% | - |
| XYZ | 14.9 | 8.44 | 3.23 | - |
| YUV | 71.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 33 | 44 | 0 | 0.79 | 0.72 | 0.38 | 354.68 | 0.65 | 0.37 |
| Hex | 9D | 21 | 2C | 0 | 4F | 48 | 26 | 163 | 41 | 25 |
| Octal | 235 | 41 | 54 | 0 | 117 | 110 | 46 | 543 | 101 | 45 |
| Binary | 10011101 | 100001 | 101100 | 0 | 1001111 | 1001000 | 100110 | 101100011 | 1000001 | 100101 |
Color Harmonies of #9D212C
Complementary color
Monochromatic Colors of #9D212C
Black with #9D212C
Text Example
Text Example
White with #9D212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D212C; }
p { color: rgb(157,33,44); }
H1.HeaderClassName
{
color: #9D212C;
}
.AnyTagClassName
{
color: #9D212C;
}
</style>
background-color css
<style>
a { background-color: #9D212C; }
a { background-color: rgb(157,33,44); }
div.DivClassName
{
background-color: #9D212C;
}
.BgClassName
{
background-color: #9D212C;
}
</style>
border-color css
<style>
span { border-color: #9D212C; }
span { border-color: rgb(157,33,44); }
td.TdClassName
{
border-color: #9D212C;
}
.TagClassName
{
border-color: #9D212C;
}
</style>