Shades of Bright Red #9C232A
Tints of Bright Red #9C232A
RGB
CMYK
RGB Variations
Color information
#9C232A (or 0x9C232A) is known color: Bright Red. HEX triplet: 9C, 23 and 2A. RGB value is (156,35,42). Sum of RGB (Red+Green+Blue) = 156+35+42=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C232A is #63DCD5. Grayscale: #484848. Windows color (decimal): -6544598 or 2761628. OLE color: 2761628.
HSL color Cylindrical-coordinate representation of color #9C232A: hue angle of 356.53º degrees, saturation: 0.63, 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 #9C232A is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 42 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.39 |
| HSL | 356.53º | 0.63% | 0.37% | - |
| HSV(B) | 356.53º | 0.78% | 0.61% | - |
| XYZ | 14.73 | 8.44 | 3.04 | - |
| YUV | 71.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 42 | 0 | 0.78 | 0.73 | 0.39 | 356.53 | 0.63 | 0.37 |
| Hex | 9C | 23 | 2A | 0 | 4E | 49 | 27 | 165 | 3F | 25 |
| Octal | 234 | 43 | 52 | 0 | 116 | 111 | 47 | 545 | 77 | 45 |
| Binary | 10011100 | 100011 | 101010 | 0 | 1001110 | 1001001 | 100111 | 101100101 | 111111 | 100101 |
Color Harmonies of #9C232A
Complementary color
Monochromatic Colors of #9C232A
Black with #9C232A
Text Example
Text Example
White with #9C232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C232A; }
p { color: rgb(156,35,42); }
H1.HeaderClassName
{
color: #9C232A;
}
.AnyTagClassName
{
color: #9C232A;
}
</style>
background-color css
<style>
a { background-color: #9C232A; }
a { background-color: rgb(156,35,42); }
div.DivClassName
{
background-color: #9C232A;
}
.BgClassName
{
background-color: #9C232A;
}
</style>
border-color css
<style>
span { border-color: #9C232A; }
span { border-color: rgb(156,35,42); }
td.TdClassName
{
border-color: #9C232A;
}
.TagClassName
{
border-color: #9C232A;
}
</style>