Shades of Bright Red #9C2540
Tints of Bright Red #9C2540
RGB
CMYK
RGB Variations
Color information
#9C2540 (or 0x9C2540) is known color: Bright Red. HEX triplet: 9C, 25 and 40. RGB value is (156,37,64). Sum of RGB (Red+Green+Blue) = 156+37+64=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2540 is #63DABF. Grayscale: #4B4B4B. Windows color (decimal): -6544064 or 4203932. OLE color: 4203932.
HSL color Cylindrical-coordinate representation of color #9C2540: hue angle of 346.39º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2540 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 64 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.39 |
| HSL | 346.39º | 0.62% | 0.38% | - |
| HSV(B) | 346.39º | 0.76% | 0.61% | - |
| XYZ | 15.3 | 8.76 | 5.74 | - |
| YUV | 75.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 64 | 0 | 0.76 | 0.59 | 0.39 | 346.39 | 0.62 | 0.38 |
| Hex | 9C | 25 | 40 | 0 | 4C | 3B | 27 | 15A | 3E | 26 |
| Octal | 234 | 45 | 100 | 0 | 114 | 73 | 47 | 532 | 76 | 46 |
| Binary | 10011100 | 100101 | 1000000 | 0 | 1001100 | 111011 | 100111 | 101011010 | 111110 | 100110 |
Color Harmonies of #9C2540
Complementary color
Monochromatic Colors of #9C2540
Black with #9C2540
Text Example
Text Example
White with #9C2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2540; }
p { color: rgb(156,37,64); }
H1.HeaderClassName
{
color: #9C2540;
}
.AnyTagClassName
{
color: #9C2540;
}
</style>
background-color css
<style>
a { background-color: #9C2540; }
a { background-color: rgb(156,37,64); }
div.DivClassName
{
background-color: #9C2540;
}
.BgClassName
{
background-color: #9C2540;
}
</style>
border-color css
<style>
span { border-color: #9C2540; }
span { border-color: rgb(156,37,64); }
td.TdClassName
{
border-color: #9C2540;
}
.TagClassName
{
border-color: #9C2540;
}
</style>