Shades of Bright Red #9C283C
Tints of Bright Red #9C283C
RGB
CMYK
RGB Variations
Color information
#9C283C (or 0x9C283C) is known color: Bright Red. HEX triplet: 9C, 28 and 3C. RGB value is (156,40,60). Sum of RGB (Red+Green+Blue) = 156+40+60=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C283C is #63D7C3. Grayscale: #4C4C4C. Windows color (decimal): -6543300 or 3942556. OLE color: 3942556.
HSL color Cylindrical-coordinate representation of color #9C283C: hue angle of 349.66º 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 #9C283C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 60 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.39 |
| HSL | 349.66º | 0.59% | 0.38% | - |
| HSV(B) | 349.66º | 0.74% | 0.61% | - |
| XYZ | 15.28 | 8.91 | 5.19 | - |
| YUV | 76.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 60 | 0 | 0.74 | 0.62 | 0.39 | 349.66 | 0.59 | 0.38 |
| Hex | 9C | 28 | 3C | 0 | 4A | 3E | 27 | 15E | 3B | 26 |
| Octal | 234 | 50 | 74 | 0 | 112 | 76 | 47 | 536 | 73 | 46 |
| Binary | 10011100 | 101000 | 111100 | 0 | 1001010 | 111110 | 100111 | 101011110 | 111011 | 100110 |
Color Harmonies of #9C283C
Complementary color
Monochromatic Colors of #9C283C
Black with #9C283C
Text Example
Text Example
White with #9C283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C283C; }
p { color: rgb(156,40,60); }
H1.HeaderClassName
{
color: #9C283C;
}
.AnyTagClassName
{
color: #9C283C;
}
</style>
background-color css
<style>
a { background-color: #9C283C; }
a { background-color: rgb(156,40,60); }
div.DivClassName
{
background-color: #9C283C;
}
.BgClassName
{
background-color: #9C283C;
}
</style>
border-color css
<style>
span { border-color: #9C283C; }
span { border-color: rgb(156,40,60); }
td.TdClassName
{
border-color: #9C283C;
}
.TagClassName
{
border-color: #9C283C;
}
</style>