Shades of Bright Red #9A2740
Tints of Bright Red #9A2740
RGB
CMYK
RGB Variations
Color information
#9A2740 (or 0x9A2740) is known color: Bright Red. HEX triplet: 9A, 27 and 40. RGB value is (154,39,64). Sum of RGB (Red+Green+Blue) = 154+39+64=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2740 is #65D8BF. Grayscale: #4C4C4C. Windows color (decimal): -6674624 or 4204442. OLE color: 4204442.
HSL color Cylindrical-coordinate representation of color #9A2740: hue angle of 346.96º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2740 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 39 | 64 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.40 |
| HSL | 346.96º | 0.6% | 0.38% | - |
| HSV(B) | 346.96º | 0.75% | 0.6% | - |
| XYZ | 14.98 | 8.69 | 5.74 | - |
| YUV | 76.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 39 | 64 | 0 | 0.75 | 0.58 | 0.40 | 346.96 | 0.6 | 0.38 |
| Hex | 9A | 27 | 40 | 0 | 4B | 3A | 28 | 15B | 3C | 26 |
| Octal | 232 | 47 | 100 | 0 | 113 | 72 | 50 | 533 | 74 | 46 |
| Binary | 10011010 | 100111 | 1000000 | 0 | 1001011 | 111010 | 101000 | 101011011 | 111100 | 100110 |
Color Harmonies of #9A2740
Complementary color
Monochromatic Colors of #9A2740
Black with #9A2740
Text Example
Text Example
White with #9A2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2740; }
p { color: rgb(154,39,64); }
H1.HeaderClassName
{
color: #9A2740;
}
.AnyTagClassName
{
color: #9A2740;
}
</style>
background-color css
<style>
a { background-color: #9A2740; }
a { background-color: rgb(154,39,64); }
div.DivClassName
{
background-color: #9A2740;
}
.BgClassName
{
background-color: #9A2740;
}
</style>
border-color css
<style>
span { border-color: #9A2740; }
span { border-color: rgb(154,39,64); }
td.TdClassName
{
border-color: #9A2740;
}
.TagClassName
{
border-color: #9A2740;
}
</style>