Shades of Bright Red #9D1E22
Tints of Bright Red #9D1E22
RGB
CMYK
RGB Variations
Color information
#9D1E22 (or 0x9D1E22) is known color: Bright Red. HEX triplet: 9D, 1E and 22. RGB value is (157,30,34). Sum of RGB (Red+Green+Blue) = 157+30+34=221 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.04% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E22 is #62E1DD. Grayscale: #444444. Windows color (decimal): -6480350 or 2236061. OLE color: 2236061.
HSL color Cylindrical-coordinate representation of color #9D1E22: hue angle of 358.11º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E22 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 34 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.38 |
| HSL | 358.11º | 0.68% | 0.37% | - |
| HSV(B) | 358.11º | 0.81% | 0.62% | - |
| XYZ | 14.66 | 8.21 | 2.33 | - |
| YUV | 68.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 34 | 0 | 0.81 | 0.78 | 0.38 | 358.11 | 0.68 | 0.37 |
| Hex | 9D | 1E | 22 | 0 | 51 | 4E | 26 | 166 | 44 | 25 |
| Octal | 235 | 36 | 42 | 0 | 121 | 116 | 46 | 546 | 104 | 45 |
| Binary | 10011101 | 11110 | 100010 | 0 | 1010001 | 1001110 | 100110 | 101100110 | 1000100 | 100101 |
Color Harmonies of #9D1E22
Complementary color
Monochromatic Colors of #9D1E22
Black with #9D1E22
Text Example
Text Example
White with #9D1E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E22; }
p { color: rgb(157,30,34); }
H1.HeaderClassName
{
color: #9D1E22;
}
.AnyTagClassName
{
color: #9D1E22;
}
</style>
background-color css
<style>
a { background-color: #9D1E22; }
a { background-color: rgb(157,30,34); }
div.DivClassName
{
background-color: #9D1E22;
}
.BgClassName
{
background-color: #9D1E22;
}
</style>
border-color css
<style>
span { border-color: #9D1E22; }
span { border-color: rgb(157,30,34); }
td.TdClassName
{
border-color: #9D1E22;
}
.TagClassName
{
border-color: #9D1E22;
}
</style>