Shades of Bright Red #9C283D
Tints of Bright Red #9C283D
RGB
CMYK
RGB Variations
Color information
#9C283D (or 0x9C283D) is known color: Bright Red. HEX triplet: 9C, 28 and 3D. RGB value is (156,40,61). Sum of RGB (Red+Green+Blue) = 156+40+61=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C283D is #63D7C2. Grayscale: #4D4D4D. Windows color (decimal): -6543299 or 4008092. OLE color: 4008092.
HSL color Cylindrical-coordinate representation of color #9C283D: hue angle of 349.14º 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 #9C283D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 61 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.39 |
| HSL | 349.14º | 0.59% | 0.38% | - |
| HSV(B) | 349.14º | 0.74% | 0.61% | - |
| XYZ | 15.31 | 8.92 | 5.33 | - |
| YUV | 77.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 61 | 0 | 0.74 | 0.61 | 0.39 | 349.14 | 0.59 | 0.38 |
| Hex | 9C | 28 | 3D | 0 | 4A | 3D | 27 | 15D | 3B | 26 |
| Octal | 234 | 50 | 75 | 0 | 112 | 75 | 47 | 535 | 73 | 46 |
| Binary | 10011100 | 101000 | 111101 | 0 | 1001010 | 111101 | 100111 | 101011101 | 111011 | 100110 |
Color Harmonies of #9C283D
Complementary color
Monochromatic Colors of #9C283D
Black with #9C283D
Text Example
Text Example
White with #9C283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C283D; }
p { color: rgb(156,40,61); }
H1.HeaderClassName
{
color: #9C283D;
}
.AnyTagClassName
{
color: #9C283D;
}
</style>
background-color css
<style>
a { background-color: #9C283D; }
a { background-color: rgb(156,40,61); }
div.DivClassName
{
background-color: #9C283D;
}
.BgClassName
{
background-color: #9C283D;
}
</style>
border-color css
<style>
span { border-color: #9C283D; }
span { border-color: rgb(156,40,61); }
td.TdClassName
{
border-color: #9C283D;
}
.TagClassName
{
border-color: #9C283D;
}
</style>