Shades of Bright Red #9C2433
Tints of Bright Red #9C2433
RGB
CMYK
RGB Variations
Color information
#9C2433 (or 0x9C2433) is known color: Bright Red. HEX triplet: 9C, 24 and 33. RGB value is (156,36,51). Sum of RGB (Red+Green+Blue) = 156+36+51=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2433 is #63DBCC. Grayscale: #494949. Windows color (decimal): -6544333 or 3351708. OLE color: 3351708.
HSL color Cylindrical-coordinate representation of color #9C2433: hue angle of 352.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2433 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 51 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.39 |
| HSL | 352.5º | 0.63% | 0.38% | - |
| HSV(B) | 352.5º | 0.77% | 0.61% | - |
| XYZ | 14.94 | 8.57 | 4 | - |
| YUV | 73.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 51 | 0 | 0.77 | 0.67 | 0.39 | 352.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 33 | 0 | 4D | 43 | 27 | 160 | 3E | 26 |
| Octal | 234 | 44 | 63 | 0 | 115 | 103 | 47 | 540 | 76 | 46 |
| Binary | 10011100 | 100100 | 110011 | 0 | 1001101 | 1000011 | 100111 | 101100000 | 111110 | 100110 |
Color Harmonies of #9C2433
Complementary color
Monochromatic Colors of #9C2433
Black with #9C2433
Text Example
Text Example
White with #9C2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2433; }
p { color: rgb(156,36,51); }
H1.HeaderClassName
{
color: #9C2433;
}
.AnyTagClassName
{
color: #9C2433;
}
</style>
background-color css
<style>
a { background-color: #9C2433; }
a { background-color: rgb(156,36,51); }
div.DivClassName
{
background-color: #9C2433;
}
.BgClassName
{
background-color: #9C2433;
}
</style>
border-color css
<style>
span { border-color: #9C2433; }
span { border-color: rgb(156,36,51); }
td.TdClassName
{
border-color: #9C2433;
}
.TagClassName
{
border-color: #9C2433;
}
</style>