Shades of Bright Red #9D142D
Tints of Bright Red #9D142D
RGB
CMYK
RGB Variations
Color information
#9D142D (or 0x9D142D) is known color: Bright Red. HEX triplet: 9D, 14 and 2D. RGB value is (157,20,45). Sum of RGB (Red+Green+Blue) = 157+20+45=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D142D is #62EBD2. Grayscale: #3F3F3F. Windows color (decimal): -6482899 or 2954397. OLE color: 2954397.
HSL color Cylindrical-coordinate representation of color #9D142D: hue angle of 349.05º 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 #9D142D is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 45 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.38 |
| HSL | 349.05º | 0.77% | 0.35% | - |
| HSV(B) | 349.05º | 0.87% | 0.62% | - |
| XYZ | 14.63 | 7.86 | 3.23 | - |
| YUV | 63.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 45 | 0 | 0.87 | 0.71 | 0.38 | 349.05 | 0.77 | 0.35 |
| Hex | 9D | 14 | 2D | 0 | 57 | 47 | 26 | 15D | 4D | 23 |
| Octal | 235 | 24 | 55 | 0 | 127 | 107 | 46 | 535 | 115 | 43 |
| Binary | 10011101 | 10100 | 101101 | 0 | 1010111 | 1000111 | 100110 | 101011101 | 1001101 | 100011 |
Color Harmonies of #9D142D
Complementary color
Monochromatic Colors of #9D142D
Black with #9D142D
Text Example
Text Example
White with #9D142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D142D; }
p { color: rgb(157,20,45); }
H1.HeaderClassName
{
color: #9D142D;
}
.AnyTagClassName
{
color: #9D142D;
}
</style>
background-color css
<style>
a { background-color: #9D142D; }
a { background-color: rgb(157,20,45); }
div.DivClassName
{
background-color: #9D142D;
}
.BgClassName
{
background-color: #9D142D;
}
</style>
border-color css
<style>
span { border-color: #9D142D; }
span { border-color: rgb(157,20,45); }
td.TdClassName
{
border-color: #9D142D;
}
.TagClassName
{
border-color: #9D142D;
}
</style>