Shades of Bright Red #9D1A1D
Tints of Bright Red #9D1A1D
RGB
CMYK
RGB Variations
Color information
#9D1A1D (or 0x9D1A1D) is known color: Bright Red. HEX triplet: 9D, 1A and 1D. RGB value is (157,26,29). Sum of RGB (Red+Green+Blue) = 157+26+29=212 (28% of max value = 765). Red value is 157 (61.72% from 255 or 74.06% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1A1D is #62E5E2. Grayscale: #414141. Windows color (decimal): -6481379 or 1907357. OLE color: 1907357.
HSL color Cylindrical-coordinate representation of color #9D1A1D: hue angle of 358.63º 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 #9D1A1D is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 29 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.38 |
| HSL | 358.63º | 0.72% | 0.36% | - |
| HSV(B) | 358.63º | 0.83% | 0.62% | - |
| XYZ | 14.5 | 8 | 1.94 | - |
| YUV | 65.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 29 | 0 | 0.83 | 0.82 | 0.38 | 358.63 | 0.72 | 0.36 |
| Hex | 9D | 1A | 1D | 0 | 53 | 52 | 26 | 167 | 48 | 24 |
| Octal | 235 | 32 | 35 | 0 | 123 | 122 | 46 | 547 | 110 | 44 |
| Binary | 10011101 | 11010 | 11101 | 0 | 1010011 | 1010010 | 100110 | 101100111 | 1001000 | 100100 |
Color Harmonies of #9D1A1D
Complementary color
Monochromatic Colors of #9D1A1D
Black with #9D1A1D
Text Example
Text Example
White with #9D1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A1D; }
p { color: rgb(157,26,29); }
H1.HeaderClassName
{
color: #9D1A1D;
}
.AnyTagClassName
{
color: #9D1A1D;
}
</style>
background-color css
<style>
a { background-color: #9D1A1D; }
a { background-color: rgb(157,26,29); }
div.DivClassName
{
background-color: #9D1A1D;
}
.BgClassName
{
background-color: #9D1A1D;
}
</style>
border-color css
<style>
span { border-color: #9D1A1D; }
span { border-color: rgb(157,26,29); }
td.TdClassName
{
border-color: #9D1A1D;
}
.TagClassName
{
border-color: #9D1A1D;
}
</style>