Shades of Bright Red #9C2239
Tints of Bright Red #9C2239
RGB
CMYK
RGB Variations
Color information
#9C2239 (or 0x9C2239) is known color: Bright Red. HEX triplet: 9C, 22 and 39. RGB value is (156,34,57). Sum of RGB (Red+Green+Blue) = 156+34+57=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2239 is #63DDC6. Grayscale: #494949. Windows color (decimal): -6544839 or 3744412. OLE color: 3744412.
HSL color Cylindrical-coordinate representation of color #9C2239: hue angle of 348.69º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2239 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 57 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.39 |
| HSL | 348.69º | 0.64% | 0.37% | - |
| HSV(B) | 348.69º | 0.78% | 0.61% | - |
| XYZ | 15.02 | 8.51 | 4.72 | - |
| YUV | 73.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 57 | 0 | 0.78 | 0.63 | 0.39 | 348.69 | 0.64 | 0.37 |
| Hex | 9C | 22 | 39 | 0 | 4E | 3F | 27 | 15D | 40 | 25 |
| Octal | 234 | 42 | 71 | 0 | 116 | 77 | 47 | 535 | 100 | 45 |
| Binary | 10011100 | 100010 | 111001 | 0 | 1001110 | 111111 | 100111 | 101011101 | 1000000 | 100101 |
Color Harmonies of #9C2239
Complementary color
Monochromatic Colors of #9C2239
Black with #9C2239
Text Example
Text Example
White with #9C2239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2239; }
p { color: rgb(156,34,57); }
H1.HeaderClassName
{
color: #9C2239;
}
.AnyTagClassName
{
color: #9C2239;
}
</style>
background-color css
<style>
a { background-color: #9C2239; }
a { background-color: rgb(156,34,57); }
div.DivClassName
{
background-color: #9C2239;
}
.BgClassName
{
background-color: #9C2239;
}
</style>
border-color css
<style>
span { border-color: #9C2239; }
span { border-color: rgb(156,34,57); }
td.TdClassName
{
border-color: #9C2239;
}
.TagClassName
{
border-color: #9C2239;
}
</style>