Shades of Bright Red #9C253A
Tints of Bright Red #9C253A
RGB
CMYK
RGB Variations
Color information
#9C253A (or 0x9C253A) is known color: Bright Red. HEX triplet: 9C, 25 and 3A. RGB value is (156,37,58). Sum of RGB (Red+Green+Blue) = 156+37+58=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C253A is #63DAC5. Grayscale: #4B4B4B. Windows color (decimal): -6544070 or 3810716. OLE color: 3810716.
HSL color Cylindrical-coordinate representation of color #9C253A: hue angle of 349.41º 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 #9C253A is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 58 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.39 |
| HSL | 349.41º | 0.62% | 0.38% | - |
| HSV(B) | 349.41º | 0.76% | 0.61% | - |
| XYZ | 15.14 | 8.7 | 4.88 | - |
| YUV | 74.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 58 | 0 | 0.76 | 0.63 | 0.39 | 349.41 | 0.62 | 0.38 |
| Hex | 9C | 25 | 3A | 0 | 4C | 3F | 27 | 15D | 3E | 26 |
| Octal | 234 | 45 | 72 | 0 | 114 | 77 | 47 | 535 | 76 | 46 |
| Binary | 10011100 | 100101 | 111010 | 0 | 1001100 | 111111 | 100111 | 101011101 | 111110 | 100110 |
Color Harmonies of #9C253A
Complementary color
Monochromatic Colors of #9C253A
Black with #9C253A
Text Example
Text Example
White with #9C253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C253A; }
p { color: rgb(156,37,58); }
H1.HeaderClassName
{
color: #9C253A;
}
.AnyTagClassName
{
color: #9C253A;
}
</style>
background-color css
<style>
a { background-color: #9C253A; }
a { background-color: rgb(156,37,58); }
div.DivClassName
{
background-color: #9C253A;
}
.BgClassName
{
background-color: #9C253A;
}
</style>
border-color css
<style>
span { border-color: #9C253A; }
span { border-color: rgb(156,37,58); }
td.TdClassName
{
border-color: #9C253A;
}
.TagClassName
{
border-color: #9C253A;
}
</style>