Shades of Bright Red #9A2937
Tints of Bright Red #9A2937
RGB
CMYK
RGB Variations
Color information
#9A2937 (or 0x9A2937) is known color: Bright Red. HEX triplet: 9A, 29 and 37. RGB value is (154,41,55). Sum of RGB (Red+Green+Blue) = 154+41+55=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2937 is #65D6C8. Grayscale: #4C4C4C. Windows color (decimal): -6674121 or 3615130. OLE color: 3615130.
HSL color Cylindrical-coordinate representation of color #9A2937: hue angle of 352.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2937 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 41 | 55 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.40 |
| HSL | 352.57º | 0.58% | 0.38% | - |
| HSV(B) | 352.57º | 0.73% | 0.6% | - |
| XYZ | 14.81 | 8.73 | 4.52 | - |
| YUV | 76.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 41 | 55 | 0 | 0.73 | 0.64 | 0.40 | 352.57 | 0.58 | 0.38 |
| Hex | 9A | 29 | 37 | 0 | 49 | 40 | 28 | 161 | 3A | 26 |
| Octal | 232 | 51 | 67 | 0 | 111 | 100 | 50 | 541 | 72 | 46 |
| Binary | 10011010 | 101001 | 110111 | 0 | 1001001 | 1000000 | 101000 | 101100001 | 111010 | 100110 |
Color Harmonies of #9A2937
Complementary color
Monochromatic Colors of #9A2937
Black with #9A2937
Text Example
Text Example
White with #9A2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2937; }
p { color: rgb(154,41,55); }
H1.HeaderClassName
{
color: #9A2937;
}
.AnyTagClassName
{
color: #9A2937;
}
</style>
background-color css
<style>
a { background-color: #9A2937; }
a { background-color: rgb(154,41,55); }
div.DivClassName
{
background-color: #9A2937;
}
.BgClassName
{
background-color: #9A2937;
}
</style>
border-color css
<style>
span { border-color: #9A2937; }
span { border-color: rgb(154,41,55); }
td.TdClassName
{
border-color: #9A2937;
}
.TagClassName
{
border-color: #9A2937;
}
</style>