Shades of Bright Red #9D1429
Tints of Bright Red #9D1429
RGB
CMYK
RGB Variations
Color information
#9D1429 (or 0x9D1429) is known color: Bright Red. HEX triplet: 9D, 14 and 29. RGB value is (157,20,41). Sum of RGB (Red+Green+Blue) = 157+20+41=218 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.02% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1429 is #62EBD6. Grayscale: #3F3F3F. Windows color (decimal): -6482903 or 2692253. OLE color: 2692253.
HSL color Cylindrical-coordinate representation of color #9D1429: hue angle of 350.8º 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 #9D1429 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 41 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.38 |
| HSL | 350.8º | 0.77% | 0.35% | - |
| HSV(B) | 350.8º | 0.87% | 0.62% | - |
| XYZ | 14.56 | 7.83 | 2.84 | - |
| YUV | 63.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 41 | 0 | 0.87 | 0.74 | 0.38 | 350.8 | 0.77 | 0.35 |
| Hex | 9D | 14 | 29 | 0 | 57 | 4A | 26 | 15F | 4D | 23 |
| Octal | 235 | 24 | 51 | 0 | 127 | 112 | 46 | 537 | 115 | 43 |
| Binary | 10011101 | 10100 | 101001 | 0 | 1010111 | 1001010 | 100110 | 101011111 | 1001101 | 100011 |
Color Harmonies of #9D1429
Complementary color
Monochromatic Colors of #9D1429
Black with #9D1429
Text Example
Text Example
White with #9D1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1429; }
p { color: rgb(157,20,41); }
H1.HeaderClassName
{
color: #9D1429;
}
.AnyTagClassName
{
color: #9D1429;
}
</style>
background-color css
<style>
a { background-color: #9D1429; }
a { background-color: rgb(157,20,41); }
div.DivClassName
{
background-color: #9D1429;
}
.BgClassName
{
background-color: #9D1429;
}
</style>
border-color css
<style>
span { border-color: #9D1429; }
span { border-color: rgb(157,20,41); }
td.TdClassName
{
border-color: #9D1429;
}
.TagClassName
{
border-color: #9D1429;
}
</style>