Shades of Bright Red #9D1438
Tints of Bright Red #9D1438
RGB
CMYK
RGB Variations
Color information
#9D1438 (or 0x9D1438) is known color: Bright Red. HEX triplet: 9D, 14 and 38. RGB value is (157,20,56). Sum of RGB (Red+Green+Blue) = 157+20+56=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1438 is #62EBC7. Grayscale: #414141. Windows color (decimal): -6482888 or 3675293. OLE color: 3675293.
HSL color Cylindrical-coordinate representation of color #9D1438: hue angle of 344.23º 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 #9D1438 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 56 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.38 |
| HSL | 344.23º | 0.77% | 0.35% | - |
| HSV(B) | 344.23º | 0.87% | 0.62% | - |
| XYZ | 14.87 | 7.95 | 4.49 | - |
| YUV | 65.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 56 | 0 | 0.87 | 0.64 | 0.38 | 344.23 | 0.77 | 0.35 |
| Hex | 9D | 14 | 38 | 0 | 57 | 40 | 26 | 158 | 4D | 23 |
| Octal | 235 | 24 | 70 | 0 | 127 | 100 | 46 | 530 | 115 | 43 |
| Binary | 10011101 | 10100 | 111000 | 0 | 1010111 | 1000000 | 100110 | 101011000 | 1001101 | 100011 |
Color Harmonies of #9D1438
Complementary color
Monochromatic Colors of #9D1438
Black with #9D1438
Text Example
Text Example
White with #9D1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1438; }
p { color: rgb(157,20,56); }
H1.HeaderClassName
{
color: #9D1438;
}
.AnyTagClassName
{
color: #9D1438;
}
</style>
background-color css
<style>
a { background-color: #9D1438; }
a { background-color: rgb(157,20,56); }
div.DivClassName
{
background-color: #9D1438;
}
.BgClassName
{
background-color: #9D1438;
}
</style>
border-color css
<style>
span { border-color: #9D1438; }
span { border-color: rgb(157,20,56); }
td.TdClassName
{
border-color: #9D1438;
}
.TagClassName
{
border-color: #9D1438;
}
</style>