Shades of Bright Red #9F1D3C
Tints of Bright Red #9F1D3C
RGB
CMYK
RGB Variations
Color information
#9F1D3C (or 0x9F1D3C) is known color: Bright Red. HEX triplet: 9F, 1D and 3C. RGB value is (159,29,60). Sum of RGB (Red+Green+Blue) = 159+29+60=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1D3C is #60E2C3. Grayscale: #474747. Windows color (decimal): -6349508 or 3939743. OLE color: 3939743.
HSL color Cylindrical-coordinate representation of color #9F1D3C: hue angle of 345.69º 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 #9F1D3C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 60 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.38 |
| HSL | 345.69º | 0.69% | 0.37% | - |
| HSV(B) | 345.69º | 0.82% | 0.62% | - |
| XYZ | 15.55 | 8.58 | 5.11 | - |
| YUV | 71.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 60 | 0 | 0.82 | 0.62 | 0.38 | 345.69 | 0.69 | 0.37 |
| Hex | 9F | 1D | 3C | 0 | 52 | 3E | 26 | 15A | 45 | 25 |
| Octal | 237 | 35 | 74 | 0 | 122 | 76 | 46 | 532 | 105 | 45 |
| Binary | 10011111 | 11101 | 111100 | 0 | 1010010 | 111110 | 100110 | 101011010 | 1000101 | 100101 |
Color Harmonies of #9F1D3C
Complementary color
Monochromatic Colors of #9F1D3C
Black with #9F1D3C
Text Example
Text Example
White with #9F1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D3C; }
p { color: rgb(159,29,60); }
H1.HeaderClassName
{
color: #9F1D3C;
}
.AnyTagClassName
{
color: #9F1D3C;
}
</style>
background-color css
<style>
a { background-color: #9F1D3C; }
a { background-color: rgb(159,29,60); }
div.DivClassName
{
background-color: #9F1D3C;
}
.BgClassName
{
background-color: #9F1D3C;
}
</style>
border-color css
<style>
span { border-color: #9F1D3C; }
span { border-color: rgb(159,29,60); }
td.TdClassName
{
border-color: #9F1D3C;
}
.TagClassName
{
border-color: #9F1D3C;
}
</style>