Shades of Bright Red #9C2033
Tints of Bright Red #9C2033
RGB
CMYK
RGB Variations
Color information
#9C2033 (or 0x9C2033) is known color: Bright Red. HEX triplet: 9C, 20 and 33. RGB value is (156,32,51). Sum of RGB (Red+Green+Blue) = 156+32+51=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2033 is #63DFCC. Grayscale: #474747. Windows color (decimal): -6545357 or 3350684. OLE color: 3350684.
HSL color Cylindrical-coordinate representation of color #9C2033: hue angle of 350.81º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2033 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 51 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.39 |
| HSL | 350.81º | 0.66% | 0.37% | - |
| HSV(B) | 350.81º | 0.79% | 0.61% | - |
| XYZ | 14.82 | 8.34 | 3.96 | - |
| YUV | 71.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 51 | 0 | 0.79 | 0.67 | 0.39 | 350.81 | 0.66 | 0.37 |
| Hex | 9C | 20 | 33 | 0 | 4F | 43 | 27 | 15F | 42 | 25 |
| Octal | 234 | 40 | 63 | 0 | 117 | 103 | 47 | 537 | 102 | 45 |
| Binary | 10011100 | 100000 | 110011 | 0 | 1001111 | 1000011 | 100111 | 101011111 | 1000010 | 100101 |
Color Harmonies of #9C2033
Complementary color
Monochromatic Colors of #9C2033
Black with #9C2033
Text Example
Text Example
White with #9C2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2033; }
p { color: rgb(156,32,51); }
H1.HeaderClassName
{
color: #9C2033;
}
.AnyTagClassName
{
color: #9C2033;
}
</style>
background-color css
<style>
a { background-color: #9C2033; }
a { background-color: rgb(156,32,51); }
div.DivClassName
{
background-color: #9C2033;
}
.BgClassName
{
background-color: #9C2033;
}
</style>
border-color css
<style>
span { border-color: #9C2033; }
span { border-color: rgb(156,32,51); }
td.TdClassName
{
border-color: #9C2033;
}
.TagClassName
{
border-color: #9C2033;
}
</style>