Shades of Bright Red #9F1B2D
Tints of Bright Red #9F1B2D
RGB
CMYK
RGB Variations
Color information
#9F1B2D (or 0x9F1B2D) is known color: Bright Red. HEX triplet: 9F, 1B and 2D. RGB value is (159,27,45). Sum of RGB (Red+Green+Blue) = 159+27+45=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B2D is #60E4D2. Grayscale: #444444. Windows color (decimal): -6350035 or 2956191. OLE color: 2956191.
HSL color Cylindrical-coordinate representation of color #9F1B2D: hue angle of 351.82º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B2D is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 45 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.38 |
| HSL | 351.82º | 0.71% | 0.36% | - |
| HSV(B) | 351.82º | 0.83% | 0.62% | - |
| XYZ | 15.16 | 8.34 | 3.29 | - |
| YUV | 68.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 45 | 0 | 0.83 | 0.72 | 0.38 | 351.82 | 0.71 | 0.36 |
| Hex | 9F | 1B | 2D | 0 | 53 | 48 | 26 | 160 | 47 | 24 |
| Octal | 237 | 33 | 55 | 0 | 123 | 110 | 46 | 540 | 107 | 44 |
| Binary | 10011111 | 11011 | 101101 | 0 | 1010011 | 1001000 | 100110 | 101100000 | 1000111 | 100100 |
Color Harmonies of #9F1B2D
Complementary color
Monochromatic Colors of #9F1B2D
Black with #9F1B2D
Text Example
Text Example
White with #9F1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B2D; }
p { color: rgb(159,27,45); }
H1.HeaderClassName
{
color: #9F1B2D;
}
.AnyTagClassName
{
color: #9F1B2D;
}
</style>
background-color css
<style>
a { background-color: #9F1B2D; }
a { background-color: rgb(159,27,45); }
div.DivClassName
{
background-color: #9F1B2D;
}
.BgClassName
{
background-color: #9F1B2D;
}
</style>
border-color css
<style>
span { border-color: #9F1B2D; }
span { border-color: rgb(159,27,45); }
td.TdClassName
{
border-color: #9F1B2D;
}
.TagClassName
{
border-color: #9F1B2D;
}
</style>