Shades of Bright Red #9F1E29
Tints of Bright Red #9F1E29
RGB
CMYK
RGB Variations
Color information
#9F1E29 (or 0x9F1E29) is known color: Bright Red. HEX triplet: 9F, 1E and 29. RGB value is (159,30,41). Sum of RGB (Red+Green+Blue) = 159+30+41=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E29 is #60E1D6. Grayscale: #454545. Windows color (decimal): -6349271 or 2694815. OLE color: 2694815.
HSL color Cylindrical-coordinate representation of color #9F1E29: hue angle of 354.88º degrees, saturation: 0.68, 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 #9F1E29 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 30 | 41 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.38 |
| HSL | 354.88º | 0.68% | 0.37% | - |
| HSV(B) | 354.88º | 0.81% | 0.62% | - |
| XYZ | 15.16 | 8.46 | 2.93 | - |
| YUV | 69.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 30 | 41 | 0 | 0.81 | 0.74 | 0.38 | 354.88 | 0.68 | 0.37 |
| Hex | 9F | 1E | 29 | 0 | 51 | 4A | 26 | 163 | 44 | 25 |
| Octal | 237 | 36 | 51 | 0 | 121 | 112 | 46 | 543 | 104 | 45 |
| Binary | 10011111 | 11110 | 101001 | 0 | 1010001 | 1001010 | 100110 | 101100011 | 1000100 | 100101 |
Color Harmonies of #9F1E29
Complementary color
Monochromatic Colors of #9F1E29
Black with #9F1E29
Text Example
Text Example
White with #9F1E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1E29; }
p { color: rgb(159,30,41); }
H1.HeaderClassName
{
color: #9F1E29;
}
.AnyTagClassName
{
color: #9F1E29;
}
</style>
background-color css
<style>
a { background-color: #9F1E29; }
a { background-color: rgb(159,30,41); }
div.DivClassName
{
background-color: #9F1E29;
}
.BgClassName
{
background-color: #9F1E29;
}
</style>
border-color css
<style>
span { border-color: #9F1E29; }
span { border-color: rgb(159,30,41); }
td.TdClassName
{
border-color: #9F1E29;
}
.TagClassName
{
border-color: #9F1E29;
}
</style>