Shades of Bright Red #9D1237
Tints of Bright Red #9D1237
RGB
CMYK
RGB Variations
Color information
#9D1237 (or 0x9D1237) is known color: Bright Red. HEX triplet: 9D, 12 and 37. RGB value is (157,18,55). Sum of RGB (Red+Green+Blue) = 157+18+55=230 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.26% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1237 is #62EDC8. Grayscale: #3F3F3F. Windows color (decimal): -6483401 or 3609245. OLE color: 3609245.
HSL color Cylindrical-coordinate representation of color #9D1237: hue angle of 344.03º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1237 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 55 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.38 |
| HSL | 344.03º | 0.79% | 0.34% | - |
| HSV(B) | 344.03º | 0.89% | 0.62% | - |
| XYZ | 14.81 | 7.88 | 4.35 | - |
| YUV | 63.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 55 | 0 | 0.89 | 0.65 | 0.38 | 344.03 | 0.79 | 0.34 |
| Hex | 9D | 12 | 37 | 0 | 59 | 41 | 26 | 158 | 4F | 22 |
| Octal | 235 | 22 | 67 | 0 | 131 | 101 | 46 | 530 | 117 | 42 |
| Binary | 10011101 | 10010 | 110111 | 0 | 1011001 | 1000001 | 100110 | 101011000 | 1001111 | 100010 |
Color Harmonies of #9D1237
Complementary color
Monochromatic Colors of #9D1237
Black with #9D1237
Text Example
Text Example
White with #9D1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1237; }
p { color: rgb(157,18,55); }
H1.HeaderClassName
{
color: #9D1237;
}
.AnyTagClassName
{
color: #9D1237;
}
</style>
background-color css
<style>
a { background-color: #9D1237; }
a { background-color: rgb(157,18,55); }
div.DivClassName
{
background-color: #9D1237;
}
.BgClassName
{
background-color: #9D1237;
}
</style>
border-color css
<style>
span { border-color: #9D1237; }
span { border-color: rgb(157,18,55); }
td.TdClassName
{
border-color: #9D1237;
}
.TagClassName
{
border-color: #9D1237;
}
</style>