Shades of Bright Red #9C2838
Tints of Bright Red #9C2838
RGB
CMYK
RGB Variations
Color information
#9C2838 (or 0x9C2838) is known color: Bright Red. HEX triplet: 9C, 28 and 38. RGB value is (156,40,56). Sum of RGB (Red+Green+Blue) = 156+40+56=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2838 is #63D7C7. Grayscale: #4C4C4C. Windows color (decimal): -6543304 or 3680412. OLE color: 3680412.
HSL color Cylindrical-coordinate representation of color #9C2838: hue angle of 351.72º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2838 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 56 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.39 |
| HSL | 351.72º | 0.59% | 0.38% | - |
| HSV(B) | 351.72º | 0.74% | 0.61% | - |
| XYZ | 15.18 | 8.87 | 4.65 | - |
| YUV | 76.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 56 | 0 | 0.74 | 0.64 | 0.39 | 351.72 | 0.59 | 0.38 |
| Hex | 9C | 28 | 38 | 0 | 4A | 40 | 27 | 160 | 3B | 26 |
| Octal | 234 | 50 | 70 | 0 | 112 | 100 | 47 | 540 | 73 | 46 |
| Binary | 10011100 | 101000 | 111000 | 0 | 1001010 | 1000000 | 100111 | 101100000 | 111011 | 100110 |
Color Harmonies of #9C2838
Complementary color
Monochromatic Colors of #9C2838
Black with #9C2838
Text Example
Text Example
White with #9C2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2838; }
p { color: rgb(156,40,56); }
H1.HeaderClassName
{
color: #9C2838;
}
.AnyTagClassName
{
color: #9C2838;
}
</style>
background-color css
<style>
a { background-color: #9C2838; }
a { background-color: rgb(156,40,56); }
div.DivClassName
{
background-color: #9C2838;
}
.BgClassName
{
background-color: #9C2838;
}
</style>
border-color css
<style>
span { border-color: #9C2838; }
span { border-color: rgb(156,40,56); }
td.TdClassName
{
border-color: #9C2838;
}
.TagClassName
{
border-color: #9C2838;
}
</style>