Shades of Bright Red #9D2227
Tints of Bright Red #9D2227
RGB
CMYK
RGB Variations
Color information
#9D2227 (or 0x9D2227) is known color: Bright Red. HEX triplet: 9D, 22 and 27. RGB value is (157,34,39). Sum of RGB (Red+Green+Blue) = 157+34+39=230 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.26% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2227 is #62DDD8. Grayscale: #474747. Windows color (decimal): -6479321 or 2564765. OLE color: 2564765.
HSL color Cylindrical-coordinate representation of color #9D2227: hue angle of 357.56º 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 #9D2227 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 39 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.38 |
| HSL | 357.56º | 0.64% | 0.37% | - |
| HSV(B) | 357.56º | 0.78% | 0.62% | - |
| XYZ | 14.84 | 8.46 | 2.77 | - |
| YUV | 71.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 39 | 0 | 0.78 | 0.75 | 0.38 | 357.56 | 0.64 | 0.37 |
| Hex | 9D | 22 | 27 | 0 | 4E | 4B | 26 | 166 | 40 | 25 |
| Octal | 235 | 42 | 47 | 0 | 116 | 113 | 46 | 546 | 100 | 45 |
| Binary | 10011101 | 100010 | 100111 | 0 | 1001110 | 1001011 | 100110 | 101100110 | 1000000 | 100101 |
Color Harmonies of #9D2227
Complementary color
Monochromatic Colors of #9D2227
Black with #9D2227
Text Example
Text Example
White with #9D2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2227; }
p { color: rgb(157,34,39); }
H1.HeaderClassName
{
color: #9D2227;
}
.AnyTagClassName
{
color: #9D2227;
}
</style>
background-color css
<style>
a { background-color: #9D2227; }
a { background-color: rgb(157,34,39); }
div.DivClassName
{
background-color: #9D2227;
}
.BgClassName
{
background-color: #9D2227;
}
</style>
border-color css
<style>
span { border-color: #9D2227; }
span { border-color: rgb(157,34,39); }
td.TdClassName
{
border-color: #9D2227;
}
.TagClassName
{
border-color: #9D2227;
}
</style>