Shades of Bright Red #9C283E
Tints of Bright Red #9C283E
RGB
CMYK
RGB Variations
Color information
#9C283E (or 0x9C283E) is known color: Bright Red. HEX triplet: 9C, 28 and 3E. RGB value is (156,40,62). Sum of RGB (Red+Green+Blue) = 156+40+62=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C283E is #63D7C1. Grayscale: #4D4D4D. Windows color (decimal): -6543298 or 4073628. OLE color: 4073628.
HSL color Cylindrical-coordinate representation of color #9C283E: hue angle of 348.62º 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 #9C283E is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 62 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.39 |
| HSL | 348.62º | 0.59% | 0.38% | - |
| HSV(B) | 348.62º | 0.74% | 0.61% | - |
| XYZ | 15.34 | 8.93 | 5.47 | - |
| YUV | 77.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 62 | 0 | 0.74 | 0.60 | 0.39 | 348.62 | 0.59 | 0.38 |
| Hex | 9C | 28 | 3E | 0 | 4A | 3C | 27 | 15D | 3B | 26 |
| Octal | 234 | 50 | 76 | 0 | 112 | 74 | 47 | 535 | 73 | 46 |
| Binary | 10011100 | 101000 | 111110 | 0 | 1001010 | 111100 | 100111 | 101011101 | 111011 | 100110 |
Color Harmonies of #9C283E
Complementary color
Monochromatic Colors of #9C283E
Black with #9C283E
Text Example
Text Example
White with #9C283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C283E; }
p { color: rgb(156,40,62); }
H1.HeaderClassName
{
color: #9C283E;
}
.AnyTagClassName
{
color: #9C283E;
}
</style>
background-color css
<style>
a { background-color: #9C283E; }
a { background-color: rgb(156,40,62); }
div.DivClassName
{
background-color: #9C283E;
}
.BgClassName
{
background-color: #9C283E;
}
</style>
border-color css
<style>
span { border-color: #9C283E; }
span { border-color: rgb(156,40,62); }
td.TdClassName
{
border-color: #9C283E;
}
.TagClassName
{
border-color: #9C283E;
}
</style>