Shades of Bright Red #9C2A37
Tints of Bright Red #9C2A37
RGB
CMYK
RGB Variations
Color information
#9C2A37 (or 0x9C2A37) is known color: Bright Red. HEX triplet: 9C, 2A and 37. RGB value is (156,42,55). Sum of RGB (Red+Green+Blue) = 156+42+55=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A37 is #63D5C8. Grayscale: #4D4D4D. Windows color (decimal): -6542793 or 3615388. OLE color: 3615388.
HSL color Cylindrical-coordinate representation of color #9C2A37: hue angle of 353.16º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2A37 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 55 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.39 |
| HSL | 353.16º | 0.58% | 0.39% | - |
| HSV(B) | 353.16º | 0.73% | 0.61% | - |
| XYZ | 15.23 | 9 | 4.55 | - |
| YUV | 77.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 55 | 0 | 0.73 | 0.65 | 0.39 | 353.16 | 0.58 | 0.39 |
| Hex | 9C | 2A | 37 | 0 | 49 | 41 | 27 | 161 | 3A | 27 |
| Octal | 234 | 52 | 67 | 0 | 111 | 101 | 47 | 541 | 72 | 47 |
| Binary | 10011100 | 101010 | 110111 | 0 | 1001001 | 1000001 | 100111 | 101100001 | 111010 | 100111 |
Color Harmonies of #9C2A37
Complementary color
Monochromatic Colors of #9C2A37
Black with #9C2A37
Text Example
Text Example
White with #9C2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A37; }
p { color: rgb(156,42,55); }
H1.HeaderClassName
{
color: #9C2A37;
}
.AnyTagClassName
{
color: #9C2A37;
}
</style>
background-color css
<style>
a { background-color: #9C2A37; }
a { background-color: rgb(156,42,55); }
div.DivClassName
{
background-color: #9C2A37;
}
.BgClassName
{
background-color: #9C2A37;
}
</style>
border-color css
<style>
span { border-color: #9C2A37; }
span { border-color: rgb(156,42,55); }
td.TdClassName
{
border-color: #9C2A37;
}
.TagClassName
{
border-color: #9C2A37;
}
</style>