Shades of Bright Red #9C243D
Tints of Bright Red #9C243D
RGB
CMYK
RGB Variations
Color information
#9C243D (or 0x9C243D) is known color: Bright Red. HEX triplet: 9C, 24 and 3D. RGB value is (156,36,61). Sum of RGB (Red+Green+Blue) = 156+36+61=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C243D is #63DBC2. Grayscale: #4A4A4A. Windows color (decimal): -6544323 or 4007068. OLE color: 4007068.
HSL color Cylindrical-coordinate representation of color #9C243D: hue angle of 347.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 #9C243D is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 61 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.39 |
| HSL | 347.5º | 0.63% | 0.38% | - |
| HSV(B) | 347.5º | 0.77% | 0.61% | - |
| XYZ | 15.18 | 8.67 | 5.29 | - |
| YUV | 74.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 61 | 0 | 0.77 | 0.61 | 0.39 | 347.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 3D | 0 | 4D | 3D | 27 | 15C | 3E | 26 |
| Octal | 234 | 44 | 75 | 0 | 115 | 75 | 47 | 534 | 76 | 46 |
| Binary | 10011100 | 100100 | 111101 | 0 | 1001101 | 111101 | 100111 | 101011100 | 111110 | 100110 |
Color Harmonies of #9C243D
Complementary color
Monochromatic Colors of #9C243D
Black with #9C243D
Text Example
Text Example
White with #9C243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C243D; }
p { color: rgb(156,36,61); }
H1.HeaderClassName
{
color: #9C243D;
}
.AnyTagClassName
{
color: #9C243D;
}
</style>
background-color css
<style>
a { background-color: #9C243D; }
a { background-color: rgb(156,36,61); }
div.DivClassName
{
background-color: #9C243D;
}
.BgClassName
{
background-color: #9C243D;
}
</style>
border-color css
<style>
span { border-color: #9C243D; }
span { border-color: rgb(156,36,61); }
td.TdClassName
{
border-color: #9C243D;
}
.TagClassName
{
border-color: #9C243D;
}
</style>