Shades of Bright Red #9C223D
Tints of Bright Red #9C223D
RGB
CMYK
RGB Variations
Color information
#9C223D (or 0x9C223D) is known color: Bright Red. HEX triplet: 9C, 22 and 3D. RGB value is (156,34,61). Sum of RGB (Red+Green+Blue) = 156+34+61=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C223D is #63DDC2. Grayscale: #494949. Windows color (decimal): -6544835 or 4006556. OLE color: 4006556.
HSL color Cylindrical-coordinate representation of color #9C223D: hue angle of 346.72º 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 #9C223D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 61 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.39 |
| HSL | 346.72º | 0.64% | 0.37% | - |
| HSV(B) | 346.72º | 0.78% | 0.61% | - |
| XYZ | 15.12 | 8.55 | 5.27 | - |
| YUV | 73.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 61 | 0 | 0.78 | 0.61 | 0.39 | 346.72 | 0.64 | 0.37 |
| Hex | 9C | 22 | 3D | 0 | 4E | 3D | 27 | 15B | 40 | 25 |
| Octal | 234 | 42 | 75 | 0 | 116 | 75 | 47 | 533 | 100 | 45 |
| Binary | 10011100 | 100010 | 111101 | 0 | 1001110 | 111101 | 100111 | 101011011 | 1000000 | 100101 |
Color Harmonies of #9C223D
Complementary color
Monochromatic Colors of #9C223D
Black with #9C223D
Text Example
Text Example
White with #9C223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C223D; }
p { color: rgb(156,34,61); }
H1.HeaderClassName
{
color: #9C223D;
}
.AnyTagClassName
{
color: #9C223D;
}
</style>
background-color css
<style>
a { background-color: #9C223D; }
a { background-color: rgb(156,34,61); }
div.DivClassName
{
background-color: #9C223D;
}
.BgClassName
{
background-color: #9C223D;
}
</style>
border-color css
<style>
span { border-color: #9C223D; }
span { border-color: rgb(156,34,61); }
td.TdClassName
{
border-color: #9C223D;
}
.TagClassName
{
border-color: #9C223D;
}
</style>