Shades of Bright Red #9C1C23
Tints of Bright Red #9C1C23
RGB
CMYK
RGB Variations
Color information
#9C1C23 (or 0x9C1C23) is known color: Bright Red. HEX triplet: 9C, 1C and 23. RGB value is (156,28,35). Sum of RGB (Red+Green+Blue) = 156+28+35=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1C23 is #63E3DC. Grayscale: #434343. Windows color (decimal): -6546397 or 2301084. OLE color: 2301084.
HSL color Cylindrical-coordinate representation of color #9C1C23: hue angle of 356.72º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1C23 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 28 | 35 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.39 |
| HSL | 356.72º | 0.7% | 0.36% | - |
| HSV(B) | 356.72º | 0.82% | 0.61% | - |
| XYZ | 14.43 | 8.02 | 2.38 | - |
| YUV | 67.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 35 | 0 | 0.82 | 0.78 | 0.39 | 356.72 | 0.7 | 0.36 |
| Hex | 9C | 1C | 23 | 0 | 52 | 4E | 27 | 165 | 46 | 24 |
| Octal | 234 | 34 | 43 | 0 | 122 | 116 | 47 | 545 | 106 | 44 |
| Binary | 10011100 | 11100 | 100011 | 0 | 1010010 | 1001110 | 100111 | 101100101 | 1000110 | 100100 |
Color Harmonies of #9C1C23
Complementary color
Monochromatic Colors of #9C1C23
Black with #9C1C23
Text Example
Text Example
White with #9C1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1C23; }
p { color: rgb(156,28,35); }
H1.HeaderClassName
{
color: #9C1C23;
}
.AnyTagClassName
{
color: #9C1C23;
}
</style>
background-color css
<style>
a { background-color: #9C1C23; }
a { background-color: rgb(156,28,35); }
div.DivClassName
{
background-color: #9C1C23;
}
.BgClassName
{
background-color: #9C1C23;
}
</style>
border-color css
<style>
span { border-color: #9C1C23; }
span { border-color: rgb(156,28,35); }
td.TdClassName
{
border-color: #9C1C23;
}
.TagClassName
{
border-color: #9C1C23;
}
</style>