Shades of Bright Red #9D1D1F
Tints of Bright Red #9D1D1F
RGB
CMYK
RGB Variations
Color information
#9D1D1F (or 0x9D1D1F) is known color: Bright Red. HEX triplet: 9D, 1D and 1F. RGB value is (157,29,31). Sum of RGB (Red+Green+Blue) = 157+29+31=217 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.35% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1D1F is #62E2E0. Grayscale: #434343. Windows color (decimal): -6480609 or 2039197. OLE color: 2039197.
HSL color Cylindrical-coordinate representation of color #9D1D1F: hue angle of 359.06º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1D1F is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 31 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.38 |
| HSL | 359.06º | 0.69% | 0.36% | - |
| HSV(B) | 359.06º | 0.82% | 0.62% | - |
| XYZ | 14.59 | 8.15 | 2.1 | - |
| YUV | 67.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 31 | 0 | 0.82 | 0.80 | 0.38 | 359.06 | 0.69 | 0.36 |
| Hex | 9D | 1D | 1F | 0 | 52 | 50 | 26 | 167 | 45 | 24 |
| Octal | 235 | 35 | 37 | 0 | 122 | 120 | 46 | 547 | 105 | 44 |
| Binary | 10011101 | 11101 | 11111 | 0 | 1010010 | 1010000 | 100110 | 101100111 | 1000101 | 100100 |
Color Harmonies of #9D1D1F
Complementary color
Monochromatic Colors of #9D1D1F
Black with #9D1D1F
Text Example
Text Example
White with #9D1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D1F; }
p { color: rgb(157,29,31); }
H1.HeaderClassName
{
color: #9D1D1F;
}
.AnyTagClassName
{
color: #9D1D1F;
}
</style>
background-color css
<style>
a { background-color: #9D1D1F; }
a { background-color: rgb(157,29,31); }
div.DivClassName
{
background-color: #9D1D1F;
}
.BgClassName
{
background-color: #9D1D1F;
}
</style>
border-color css
<style>
span { border-color: #9D1D1F; }
span { border-color: rgb(157,29,31); }
td.TdClassName
{
border-color: #9D1D1F;
}
.TagClassName
{
border-color: #9D1D1F;
}
</style>