Shades of Bright Red #9F1F2D
Tints of Bright Red #9F1F2D
RGB
CMYK
RGB Variations
Color information
#9F1F2D (or 0x9F1F2D) is known color: Bright Red. HEX triplet: 9F, 1F and 2D. RGB value is (159,31,45). Sum of RGB (Red+Green+Blue) = 159+31+45=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1F2D is #60E0D2. Grayscale: #464646. Windows color (decimal): -6349011 or 2957215. OLE color: 2957215.
HSL color Cylindrical-coordinate representation of color #9F1F2D: hue angle of 353.44º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F2D is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 45 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.38 |
| HSL | 353.44º | 0.67% | 0.37% | - |
| HSV(B) | 353.44º | 0.81% | 0.62% | - |
| XYZ | 15.26 | 8.54 | 3.33 | - |
| YUV | 70.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 45 | 0 | 0.81 | 0.72 | 0.38 | 353.44 | 0.67 | 0.37 |
| Hex | 9F | 1F | 2D | 0 | 51 | 48 | 26 | 161 | 43 | 25 |
| Octal | 237 | 37 | 55 | 0 | 121 | 110 | 46 | 541 | 103 | 45 |
| Binary | 10011111 | 11111 | 101101 | 0 | 1010001 | 1001000 | 100110 | 101100001 | 1000011 | 100101 |
Color Harmonies of #9F1F2D
Complementary color
Monochromatic Colors of #9F1F2D
Black with #9F1F2D
Text Example
Text Example
White with #9F1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F2D; }
p { color: rgb(159,31,45); }
H1.HeaderClassName
{
color: #9F1F2D;
}
.AnyTagClassName
{
color: #9F1F2D;
}
</style>
background-color css
<style>
a { background-color: #9F1F2D; }
a { background-color: rgb(159,31,45); }
div.DivClassName
{
background-color: #9F1F2D;
}
.BgClassName
{
background-color: #9F1F2D;
}
</style>
border-color css
<style>
span { border-color: #9F1F2D; }
span { border-color: rgb(159,31,45); }
td.TdClassName
{
border-color: #9F1F2D;
}
.TagClassName
{
border-color: #9F1F2D;
}
</style>