Shades of Bright Red #9C2534
Tints of Bright Red #9C2534
RGB
CMYK
RGB Variations
Color information
#9C2534 (or 0x9C2534) is known color: Bright Red. HEX triplet: 9C, 25 and 34. RGB value is (156,37,52). Sum of RGB (Red+Green+Blue) = 156+37+52=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2534 is #63DACB. Grayscale: #4A4A4A. Windows color (decimal): -6544076 or 3417500. OLE color: 3417500.
HSL color Cylindrical-coordinate representation of color #9C2534: hue angle of 352.44º 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 #9C2534 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 52 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.39 |
| HSL | 352.44º | 0.62% | 0.38% | - |
| HSV(B) | 352.44º | 0.76% | 0.61% | - |
| XYZ | 14.99 | 8.64 | 4.13 | - |
| YUV | 74.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 52 | 0 | 0.76 | 0.67 | 0.39 | 352.44 | 0.62 | 0.38 |
| Hex | 9C | 25 | 34 | 0 | 4C | 43 | 27 | 160 | 3E | 26 |
| Octal | 234 | 45 | 64 | 0 | 114 | 103 | 47 | 540 | 76 | 46 |
| Binary | 10011100 | 100101 | 110100 | 0 | 1001100 | 1000011 | 100111 | 101100000 | 111110 | 100110 |
Color Harmonies of #9C2534
Complementary color
Monochromatic Colors of #9C2534
Black with #9C2534
Text Example
Text Example
White with #9C2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2534; }
p { color: rgb(156,37,52); }
H1.HeaderClassName
{
color: #9C2534;
}
.AnyTagClassName
{
color: #9C2534;
}
</style>
background-color css
<style>
a { background-color: #9C2534; }
a { background-color: rgb(156,37,52); }
div.DivClassName
{
background-color: #9C2534;
}
.BgClassName
{
background-color: #9C2534;
}
</style>
border-color css
<style>
span { border-color: #9C2534; }
span { border-color: rgb(156,37,52); }
td.TdClassName
{
border-color: #9C2534;
}
.TagClassName
{
border-color: #9C2534;
}
</style>