Shades of Bright Red #9F1E2A
Tints of Bright Red #9F1E2A
RGB
CMYK
RGB Variations
Color information
#9F1E2A (or 0x9F1E2A) is known color: Bright Red. HEX triplet: 9F, 1E and 2A. RGB value is (159,30,42). Sum of RGB (Red+Green+Blue) = 159+30+42=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E2A is #60E1D5. Grayscale: #464646. Windows color (decimal): -6349270 or 2760351. OLE color: 2760351.
HSL color Cylindrical-coordinate representation of color #9F1E2A: hue angle of 354.42º 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 #9F1E2A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 30 | 42 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.38 |
| HSL | 354.42º | 0.68% | 0.37% | - |
| HSV(B) | 354.42º | 0.81% | 0.62% | - |
| XYZ | 15.18 | 8.47 | 3.02 | - |
| YUV | 69.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 30 | 42 | 0 | 0.81 | 0.74 | 0.38 | 354.42 | 0.68 | 0.37 |
| Hex | 9F | 1E | 2A | 0 | 51 | 4A | 26 | 162 | 44 | 25 |
| Octal | 237 | 36 | 52 | 0 | 121 | 112 | 46 | 542 | 104 | 45 |
| Binary | 10011111 | 11110 | 101010 | 0 | 1010001 | 1001010 | 100110 | 101100010 | 1000100 | 100101 |
Color Harmonies of #9F1E2A
Complementary color
Monochromatic Colors of #9F1E2A
Black with #9F1E2A
Text Example
Text Example
White with #9F1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1E2A; }
p { color: rgb(159,30,42); }
H1.HeaderClassName
{
color: #9F1E2A;
}
.AnyTagClassName
{
color: #9F1E2A;
}
</style>
background-color css
<style>
a { background-color: #9F1E2A; }
a { background-color: rgb(159,30,42); }
div.DivClassName
{
background-color: #9F1E2A;
}
.BgClassName
{
background-color: #9F1E2A;
}
</style>
border-color css
<style>
span { border-color: #9F1E2A; }
span { border-color: rgb(159,30,42); }
td.TdClassName
{
border-color: #9F1E2A;
}
.TagClassName
{
border-color: #9F1E2A;
}
</style>