Shades of Bright Red #9C233D
Tints of Bright Red #9C233D
RGB
CMYK
RGB Variations
Color information
#9C233D (or 0x9C233D) is known color: Bright Red. HEX triplet: 9C, 23 and 3D. RGB value is (156,35,61). Sum of RGB (Red+Green+Blue) = 156+35+61=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C233D is #63DCC2. Grayscale: #4A4A4A. Windows color (decimal): -6544579 or 4006812. OLE color: 4006812.
HSL color Cylindrical-coordinate representation of color #9C233D: hue angle of 347.11º 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 #9C233D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 61 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.39 |
| HSL | 347.11º | 0.63% | 0.37% | - |
| HSV(B) | 347.11º | 0.78% | 0.61% | - |
| XYZ | 15.15 | 8.61 | 5.28 | - |
| YUV | 74.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 61 | 0 | 0.78 | 0.61 | 0.39 | 347.11 | 0.63 | 0.37 |
| Hex | 9C | 23 | 3D | 0 | 4E | 3D | 27 | 15B | 3F | 25 |
| Octal | 234 | 43 | 75 | 0 | 116 | 75 | 47 | 533 | 77 | 45 |
| Binary | 10011100 | 100011 | 111101 | 0 | 1001110 | 111101 | 100111 | 101011011 | 111111 | 100101 |
Color Harmonies of #9C233D
Complementary color
Monochromatic Colors of #9C233D
Black with #9C233D
Text Example
Text Example
White with #9C233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C233D; }
p { color: rgb(156,35,61); }
H1.HeaderClassName
{
color: #9C233D;
}
.AnyTagClassName
{
color: #9C233D;
}
</style>
background-color css
<style>
a { background-color: #9C233D; }
a { background-color: rgb(156,35,61); }
div.DivClassName
{
background-color: #9C233D;
}
.BgClassName
{
background-color: #9C233D;
}
</style>
border-color css
<style>
span { border-color: #9C233D; }
span { border-color: rgb(156,35,61); }
td.TdClassName
{
border-color: #9C233D;
}
.TagClassName
{
border-color: #9C233D;
}
</style>