Shades of Bright Red #9D1F39
Tints of Bright Red #9D1F39
RGB
CMYK
RGB Variations
Color information
#9D1F39 (or 0x9D1F39) is known color: Bright Red. HEX triplet: 9D, 1F and 39. RGB value is (157,31,57). Sum of RGB (Red+Green+Blue) = 157+31+57=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1F39 is #62E0C6. Grayscale: #474747. Windows color (decimal): -6480071 or 3743645. OLE color: 3743645.
HSL color Cylindrical-coordinate representation of color #9D1F39: hue angle of 347.62º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D1F39 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 31 | 57 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.38 |
| HSL | 347.62º | 0.67% | 0.37% | - |
| HSV(B) | 347.62º | 0.8% | 0.62% | - |
| XYZ | 15.13 | 8.44 | 4.7 | - |
| YUV | 71.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 57 | 0 | 0.80 | 0.64 | 0.38 | 347.62 | 0.67 | 0.37 |
| Hex | 9D | 1F | 39 | 0 | 50 | 40 | 26 | 15C | 43 | 25 |
| Octal | 235 | 37 | 71 | 0 | 120 | 100 | 46 | 534 | 103 | 45 |
| Binary | 10011101 | 11111 | 111001 | 0 | 1010000 | 1000000 | 100110 | 101011100 | 1000011 | 100101 |
Color Harmonies of #9D1F39
Complementary color
Monochromatic Colors of #9D1F39
Black with #9D1F39
Text Example
Text Example
White with #9D1F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1F39; }
p { color: rgb(157,31,57); }
H1.HeaderClassName
{
color: #9D1F39;
}
.AnyTagClassName
{
color: #9D1F39;
}
</style>
background-color css
<style>
a { background-color: #9D1F39; }
a { background-color: rgb(157,31,57); }
div.DivClassName
{
background-color: #9D1F39;
}
.BgClassName
{
background-color: #9D1F39;
}
</style>
border-color css
<style>
span { border-color: #9D1F39; }
span { border-color: rgb(157,31,57); }
td.TdClassName
{
border-color: #9D1F39;
}
.TagClassName
{
border-color: #9D1F39;
}
</style>