Shades of Bright Red #9F1A3E
Tints of Bright Red #9F1A3E
RGB
CMYK
RGB Variations
Color information
#9F1A3E (or 0x9F1A3E) is known color: Bright Red. HEX triplet: 9F, 1A and 3E. RGB value is (159,26,62). Sum of RGB (Red+Green+Blue) = 159+26+62=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A3E is #60E5C1. Grayscale: #454545. Windows color (decimal): -6350274 or 4070047. OLE color: 4070047.
HSL color Cylindrical-coordinate representation of color #9F1A3E: hue angle of 343.76º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A3E is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 62 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.38 |
| HSL | 343.76º | 0.72% | 0.36% | - |
| HSV(B) | 343.76º | 0.84% | 0.62% | - |
| XYZ | 15.54 | 8.46 | 5.37 | - |
| YUV | 69.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 62 | 0 | 0.84 | 0.61 | 0.38 | 343.76 | 0.72 | 0.36 |
| Hex | 9F | 1A | 3E | 0 | 54 | 3D | 26 | 158 | 48 | 24 |
| Octal | 237 | 32 | 76 | 0 | 124 | 75 | 46 | 530 | 110 | 44 |
| Binary | 10011111 | 11010 | 111110 | 0 | 1010100 | 111101 | 100110 | 101011000 | 1001000 | 100100 |
Color Harmonies of #9F1A3E
Complementary color
Monochromatic Colors of #9F1A3E
Black with #9F1A3E
Text Example
Text Example
White with #9F1A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A3E; }
p { color: rgb(159,26,62); }
H1.HeaderClassName
{
color: #9F1A3E;
}
.AnyTagClassName
{
color: #9F1A3E;
}
</style>
background-color css
<style>
a { background-color: #9F1A3E; }
a { background-color: rgb(159,26,62); }
div.DivClassName
{
background-color: #9F1A3E;
}
.BgClassName
{
background-color: #9F1A3E;
}
</style>
border-color css
<style>
span { border-color: #9F1A3E; }
span { border-color: rgb(159,26,62); }
td.TdClassName
{
border-color: #9F1A3E;
}
.TagClassName
{
border-color: #9F1A3E;
}
</style>