Shades of Bright Red #9C2223
Tints of Bright Red #9C2223
RGB
CMYK
RGB Variations
Color information
#9C2223 (or 0x9C2223) is known color: Bright Red. HEX triplet: 9C, 22 and 23. RGB value is (156,34,35). Sum of RGB (Red+Green+Blue) = 156+34+35=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2223 is #63DDDC. Grayscale: #464646. Windows color (decimal): -6544861 or 2302620. OLE color: 2302620.
HSL color Cylindrical-coordinate representation of color #9C2223: hue angle of 359.51º 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 #9C2223 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 35 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.39 |
| HSL | 359.51º | 0.64% | 0.37% | - |
| HSV(B) | 359.51º | 0.78% | 0.61% | - |
| XYZ | 14.59 | 8.33 | 2.43 | - |
| YUV | 70.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 35 | 0 | 0.78 | 0.78 | 0.39 | 359.51 | 0.64 | 0.37 |
| Hex | 9C | 22 | 23 | 0 | 4E | 4E | 27 | 168 | 40 | 25 |
| Octal | 234 | 42 | 43 | 0 | 116 | 116 | 47 | 550 | 100 | 45 |
| Binary | 10011100 | 100010 | 100011 | 0 | 1001110 | 1001110 | 100111 | 101101000 | 1000000 | 100101 |
Color Harmonies of #9C2223
Complementary color
Monochromatic Colors of #9C2223
Black with #9C2223
Text Example
Text Example
White with #9C2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2223; }
p { color: rgb(156,34,35); }
H1.HeaderClassName
{
color: #9C2223;
}
.AnyTagClassName
{
color: #9C2223;
}
</style>
background-color css
<style>
a { background-color: #9C2223; }
a { background-color: rgb(156,34,35); }
div.DivClassName
{
background-color: #9C2223;
}
.BgClassName
{
background-color: #9C2223;
}
</style>
border-color css
<style>
span { border-color: #9C2223; }
span { border-color: rgb(156,34,35); }
td.TdClassName
{
border-color: #9C2223;
}
.TagClassName
{
border-color: #9C2223;
}
</style>