Shades of Bright Red #9F1D27
Tints of Bright Red #9F1D27
RGB
CMYK
RGB Variations
Color information
#9F1D27 (or 0x9F1D27) is known color: Bright Red. HEX triplet: 9F, 1D and 27. RGB value is (159,29,39). Sum of RGB (Red+Green+Blue) = 159+29+39=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1D27 is #60E2D8. Grayscale: #454545. Windows color (decimal): -6349529 or 2563487. OLE color: 2563487.
HSL color Cylindrical-coordinate representation of color #9F1D27: hue angle of 355.38º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1D27 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 39 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.38 |
| HSL | 355.38º | 0.69% | 0.37% | - |
| HSV(B) | 355.38º | 0.82% | 0.62% | - |
| XYZ | 15.1 | 8.4 | 2.74 | - |
| YUV | 69.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 39 | 0 | 0.82 | 0.75 | 0.38 | 355.38 | 0.69 | 0.37 |
| Hex | 9F | 1D | 27 | 0 | 52 | 4B | 26 | 163 | 45 | 25 |
| Octal | 237 | 35 | 47 | 0 | 122 | 113 | 46 | 543 | 105 | 45 |
| Binary | 10011111 | 11101 | 100111 | 0 | 1010010 | 1001011 | 100110 | 101100011 | 1000101 | 100101 |
Color Harmonies of #9F1D27
Complementary color
Monochromatic Colors of #9F1D27
Black with #9F1D27
Text Example
Text Example
White with #9F1D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D27; }
p { color: rgb(159,29,39); }
H1.HeaderClassName
{
color: #9F1D27;
}
.AnyTagClassName
{
color: #9F1D27;
}
</style>
background-color css
<style>
a { background-color: #9F1D27; }
a { background-color: rgb(159,29,39); }
div.DivClassName
{
background-color: #9F1D27;
}
.BgClassName
{
background-color: #9F1D27;
}
</style>
border-color css
<style>
span { border-color: #9F1D27; }
span { border-color: rgb(159,29,39); }
td.TdClassName
{
border-color: #9F1D27;
}
.TagClassName
{
border-color: #9F1D27;
}
</style>