Shades of Bright Red #9D1A2E
Tints of Bright Red #9D1A2E
RGB
CMYK
RGB Variations
Color information
#9D1A2E (or 0x9D1A2E) is known color: Bright Red. HEX triplet: 9D, 1A and 2E. RGB value is (157,26,46). Sum of RGB (Red+Green+Blue) = 157+26+46=229 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.56% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1A2E is #62E5D1. Grayscale: #434343. Windows color (decimal): -6481362 or 3021469. OLE color: 3021469.
HSL color Cylindrical-coordinate representation of color #9D1A2E: hue angle of 350.84º degrees, saturation: 0.72, 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 #9D1A2E is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 46 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.38 |
| HSL | 350.84º | 0.72% | 0.36% | - |
| HSV(B) | 350.84º | 0.83% | 0.62% | - |
| XYZ | 14.77 | 8.1 | 3.37 | - |
| YUV | 67.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 46 | 0 | 0.83 | 0.71 | 0.38 | 350.84 | 0.72 | 0.36 |
| Hex | 9D | 1A | 2E | 0 | 53 | 47 | 26 | 15F | 48 | 24 |
| Octal | 235 | 32 | 56 | 0 | 123 | 107 | 46 | 537 | 110 | 44 |
| Binary | 10011101 | 11010 | 101110 | 0 | 1010011 | 1000111 | 100110 | 101011111 | 1001000 | 100100 |
Color Harmonies of #9D1A2E
Complementary color
Monochromatic Colors of #9D1A2E
Black with #9D1A2E
Text Example
Text Example
White with #9D1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A2E; }
p { color: rgb(157,26,46); }
H1.HeaderClassName
{
color: #9D1A2E;
}
.AnyTagClassName
{
color: #9D1A2E;
}
</style>
background-color css
<style>
a { background-color: #9D1A2E; }
a { background-color: rgb(157,26,46); }
div.DivClassName
{
background-color: #9D1A2E;
}
.BgClassName
{
background-color: #9D1A2E;
}
</style>
border-color css
<style>
span { border-color: #9D1A2E; }
span { border-color: rgb(157,26,46); }
td.TdClassName
{
border-color: #9D1A2E;
}
.TagClassName
{
border-color: #9D1A2E;
}
</style>