Shades of Bright Red #9D1437
Tints of Bright Red #9D1437
RGB
CMYK
RGB Variations
Color information
#9D1437 (or 0x9D1437) is known color: Bright Red. HEX triplet: 9D, 14 and 37. RGB value is (157,20,55). Sum of RGB (Red+Green+Blue) = 157+20+55=232 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.67% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1437 is #62EBC8. Grayscale: #404040. Windows color (decimal): -6482889 or 3609757. OLE color: 3609757.
HSL color Cylindrical-coordinate representation of color #9D1437: hue angle of 344.67º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1437 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 55 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.38 |
| HSL | 344.67º | 0.77% | 0.35% | - |
| HSV(B) | 344.67º | 0.87% | 0.62% | - |
| XYZ | 14.84 | 7.94 | 4.37 | - |
| YUV | 64.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 55 | 0 | 0.87 | 0.65 | 0.38 | 344.67 | 0.77 | 0.35 |
| Hex | 9D | 14 | 37 | 0 | 57 | 41 | 26 | 159 | 4D | 23 |
| Octal | 235 | 24 | 67 | 0 | 127 | 101 | 46 | 531 | 115 | 43 |
| Binary | 10011101 | 10100 | 110111 | 0 | 1010111 | 1000001 | 100110 | 101011001 | 1001101 | 100011 |
Color Harmonies of #9D1437
Complementary color
Monochromatic Colors of #9D1437
Black with #9D1437
Text Example
Text Example
White with #9D1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1437; }
p { color: rgb(157,20,55); }
H1.HeaderClassName
{
color: #9D1437;
}
.AnyTagClassName
{
color: #9D1437;
}
</style>
background-color css
<style>
a { background-color: #9D1437; }
a { background-color: rgb(157,20,55); }
div.DivClassName
{
background-color: #9D1437;
}
.BgClassName
{
background-color: #9D1437;
}
</style>
border-color css
<style>
span { border-color: #9D1437; }
span { border-color: rgb(157,20,55); }
td.TdClassName
{
border-color: #9D1437;
}
.TagClassName
{
border-color: #9D1437;
}
</style>