Shades of Bright Red #9F1A2A
Tints of Bright Red #9F1A2A
RGB
CMYK
RGB Variations
Color information
#9F1A2A (or 0x9F1A2A) is known color: Bright Red. HEX triplet: 9F, 1A and 2A. RGB value is (159,26,42). Sum of RGB (Red+Green+Blue) = 159+26+42=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A2A is #60E5D5. Grayscale: #434343. Windows color (decimal): -6350294 or 2759327. OLE color: 2759327.
HSL color Cylindrical-coordinate representation of color #9F1A2A: hue angle of 352.78º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A2A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 42 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.38 |
| HSL | 352.78º | 0.72% | 0.36% | - |
| HSV(B) | 352.78º | 0.84% | 0.62% | - |
| XYZ | 15.09 | 8.28 | 2.99 | - |
| YUV | 67.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 42 | 0 | 0.84 | 0.74 | 0.38 | 352.78 | 0.72 | 0.36 |
| Hex | 9F | 1A | 2A | 0 | 54 | 4A | 26 | 161 | 48 | 24 |
| Octal | 237 | 32 | 52 | 0 | 124 | 112 | 46 | 541 | 110 | 44 |
| Binary | 10011111 | 11010 | 101010 | 0 | 1010100 | 1001010 | 100110 | 101100001 | 1001000 | 100100 |
Color Harmonies of #9F1A2A
Complementary color
Monochromatic Colors of #9F1A2A
Black with #9F1A2A
Text Example
Text Example
White with #9F1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A2A; }
p { color: rgb(159,26,42); }
H1.HeaderClassName
{
color: #9F1A2A;
}
.AnyTagClassName
{
color: #9F1A2A;
}
</style>
background-color css
<style>
a { background-color: #9F1A2A; }
a { background-color: rgb(159,26,42); }
div.DivClassName
{
background-color: #9F1A2A;
}
.BgClassName
{
background-color: #9F1A2A;
}
</style>
border-color css
<style>
span { border-color: #9F1A2A; }
span { border-color: rgb(159,26,42); }
td.TdClassName
{
border-color: #9F1A2A;
}
.TagClassName
{
border-color: #9F1A2A;
}
</style>