Shades of Bright Red #9F2029
Tints of Bright Red #9F2029
RGB
CMYK
RGB Variations
Color information
#9F2029 (or 0x9F2029) is known color: Bright Red. HEX triplet: 9F, 20 and 29. RGB value is (159,32,41). Sum of RGB (Red+Green+Blue) = 159+32+41=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2029 is #60DFD6. Grayscale: #474747. Windows color (decimal): -6348759 or 2695327. OLE color: 2695327.
HSL color Cylindrical-coordinate representation of color #9F2029: hue angle of 355.75º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2029 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 41 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.38 |
| HSL | 355.75º | 0.66% | 0.37% | - |
| HSV(B) | 355.75º | 0.8% | 0.62% | - |
| XYZ | 15.21 | 8.56 | 2.95 | - |
| YUV | 71 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 41 | 0 | 0.80 | 0.74 | 0.38 | 355.75 | 0.66 | 0.37 |
| Hex | 9F | 20 | 29 | 0 | 50 | 4A | 26 | 164 | 42 | 25 |
| Octal | 237 | 40 | 51 | 0 | 120 | 112 | 46 | 544 | 102 | 45 |
| Binary | 10011111 | 100000 | 101001 | 0 | 1010000 | 1001010 | 100110 | 101100100 | 1000010 | 100101 |
Color Harmonies of #9F2029
Complementary color
Monochromatic Colors of #9F2029
Black with #9F2029
Text Example
Text Example
White with #9F2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2029; }
p { color: rgb(159,32,41); }
H1.HeaderClassName
{
color: #9F2029;
}
.AnyTagClassName
{
color: #9F2029;
}
</style>
background-color css
<style>
a { background-color: #9F2029; }
a { background-color: rgb(159,32,41); }
div.DivClassName
{
background-color: #9F2029;
}
.BgClassName
{
background-color: #9F2029;
}
</style>
border-color css
<style>
span { border-color: #9F2029; }
span { border-color: rgb(159,32,41); }
td.TdClassName
{
border-color: #9F2029;
}
.TagClassName
{
border-color: #9F2029;
}
</style>