Shades of Bright Red #9C183D
Tints of Bright Red #9C183D
RGB
CMYK
RGB Variations
Color information
#9C183D (or 0x9C183D) is known color: Bright Red. HEX triplet: 9C, 18 and 3D. RGB value is (156,24,61). Sum of RGB (Red+Green+Blue) = 156+24+61=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C183D is #63E7C2. Grayscale: #434343. Windows color (decimal): -6547395 or 4003996. OLE color: 4003996.
HSL color Cylindrical-coordinate representation of color #9C183D: hue angle of 343.18º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C183D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 61 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.39 |
| HSL | 343.18º | 0.73% | 0.35% | - |
| HSV(B) | 343.18º | 0.85% | 0.61% | - |
| XYZ | 14.88 | 8.06 | 5.19 | - |
| YUV | 67.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 61 | 0 | 0.85 | 0.61 | 0.39 | 343.18 | 0.73 | 0.35 |
| Hex | 9C | 18 | 3D | 0 | 55 | 3D | 27 | 157 | 49 | 23 |
| Octal | 234 | 30 | 75 | 0 | 125 | 75 | 47 | 527 | 111 | 43 |
| Binary | 10011100 | 11000 | 111101 | 0 | 1010101 | 111101 | 100111 | 101010111 | 1001001 | 100011 |
Color Harmonies of #9C183D
Complementary color
Monochromatic Colors of #9C183D
Black with #9C183D
Text Example
Text Example
White with #9C183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C183D; }
p { color: rgb(156,24,61); }
H1.HeaderClassName
{
color: #9C183D;
}
.AnyTagClassName
{
color: #9C183D;
}
</style>
background-color css
<style>
a { background-color: #9C183D; }
a { background-color: rgb(156,24,61); }
div.DivClassName
{
background-color: #9C183D;
}
.BgClassName
{
background-color: #9C183D;
}
</style>
border-color css
<style>
span { border-color: #9C183D; }
span { border-color: rgb(156,24,61); }
td.TdClassName
{
border-color: #9C183D;
}
.TagClassName
{
border-color: #9C183D;
}
</style>