Shades of Bright Red #9D1B2D
Tints of Bright Red #9D1B2D
RGB
CMYK
RGB Variations
Color information
#9D1B2D (or 0x9D1B2D) is known color: Bright Red. HEX triplet: 9D, 1B and 2D. RGB value is (157,27,45). Sum of RGB (Red+Green+Blue) = 157+27+45=229 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.56% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1B2D is #62E4D2. Grayscale: #434343. Windows color (decimal): -6481107 or 2956189. OLE color: 2956189.
HSL color Cylindrical-coordinate representation of color #9D1B2D: hue angle of 351.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1B2D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 27 | 45 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.38 |
| HSL | 351.69º | 0.71% | 0.36% | - |
| HSV(B) | 351.69º | 0.83% | 0.62% | - |
| XYZ | 14.77 | 8.14 | 3.28 | - |
| YUV | 67.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 27 | 45 | 0 | 0.83 | 0.71 | 0.38 | 351.69 | 0.71 | 0.36 |
| Hex | 9D | 1B | 2D | 0 | 53 | 47 | 26 | 160 | 47 | 24 |
| Octal | 235 | 33 | 55 | 0 | 123 | 107 | 46 | 540 | 107 | 44 |
| Binary | 10011101 | 11011 | 101101 | 0 | 1010011 | 1000111 | 100110 | 101100000 | 1000111 | 100100 |
Color Harmonies of #9D1B2D
Complementary color
Monochromatic Colors of #9D1B2D
Black with #9D1B2D
Text Example
Text Example
White with #9D1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1B2D; }
p { color: rgb(157,27,45); }
H1.HeaderClassName
{
color: #9D1B2D;
}
.AnyTagClassName
{
color: #9D1B2D;
}
</style>
background-color css
<style>
a { background-color: #9D1B2D; }
a { background-color: rgb(157,27,45); }
div.DivClassName
{
background-color: #9D1B2D;
}
.BgClassName
{
background-color: #9D1B2D;
}
</style>
border-color css
<style>
span { border-color: #9D1B2D; }
span { border-color: rgb(157,27,45); }
td.TdClassName
{
border-color: #9D1B2D;
}
.TagClassName
{
border-color: #9D1B2D;
}
</style>