Shades of Bright Red #9F2A41
Tints of Bright Red #9F2A41
RGB
CMYK
RGB Variations
Color information
#9F2A41 (or 0x9F2A41) is known color: Bright Red. HEX triplet: 9F, 2A and 41. RGB value is (159,42,65). Sum of RGB (Red+Green+Blue) = 159+42+65=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A41 is #60D5BE. Grayscale: #4F4F4F. Windows color (decimal): -6346175 or 4270751. OLE color: 4270751.
HSL color Cylindrical-coordinate representation of color #9F2A41: hue angle of 348.21º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A41 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 65 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.38 |
| HSL | 348.21º | 0.58% | 0.39% | - |
| HSV(B) | 348.21º | 0.74% | 0.62% | - |
| XYZ | 16.08 | 9.41 | 5.97 | - |
| YUV | 79.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 65 | 0 | 0.74 | 0.59 | 0.38 | 348.21 | 0.58 | 0.39 |
| Hex | 9F | 2A | 41 | 0 | 4A | 3B | 26 | 15C | 3A | 27 |
| Octal | 237 | 52 | 101 | 0 | 112 | 73 | 46 | 534 | 72 | 47 |
| Binary | 10011111 | 101010 | 1000001 | 0 | 1001010 | 111011 | 100110 | 101011100 | 111010 | 100111 |
Color Harmonies of #9F2A41
Complementary color
Monochromatic Colors of #9F2A41
Black with #9F2A41
Text Example
Text Example
White with #9F2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A41; }
p { color: rgb(159,42,65); }
H1.HeaderClassName
{
color: #9F2A41;
}
.AnyTagClassName
{
color: #9F2A41;
}
</style>
background-color css
<style>
a { background-color: #9F2A41; }
a { background-color: rgb(159,42,65); }
div.DivClassName
{
background-color: #9F2A41;
}
.BgClassName
{
background-color: #9F2A41;
}
</style>
border-color css
<style>
span { border-color: #9F2A41; }
span { border-color: rgb(159,42,65); }
td.TdClassName
{
border-color: #9F2A41;
}
.TagClassName
{
border-color: #9F2A41;
}
</style>