Shades of Bright Red #9C2B42
Tints of Bright Red #9C2B42
RGB
CMYK
RGB Variations
Color information
#9C2B42 (or 0x9C2B42) is known color: Bright Red. HEX triplet: 9C, 2B and 42. RGB value is (156,43,66). Sum of RGB (Red+Green+Blue) = 156+43+66=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B42 is #63D4BD. Grayscale: #4F4F4F. Windows color (decimal): -6542526 or 4336540. OLE color: 4336540.
HSL color Cylindrical-coordinate representation of color #9C2B42: hue angle of 347.79º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B42 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 66 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.39 |
| HSL | 347.79º | 0.57% | 0.39% | - |
| HSV(B) | 347.79º | 0.72% | 0.61% | - |
| XYZ | 15.56 | 9.19 | 6.11 | - |
| YUV | 79.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 66 | 0 | 0.72 | 0.58 | 0.39 | 347.79 | 0.57 | 0.39 |
| Hex | 9C | 2B | 42 | 0 | 48 | 3A | 27 | 15C | 39 | 27 |
| Octal | 234 | 53 | 102 | 0 | 110 | 72 | 47 | 534 | 71 | 47 |
| Binary | 10011100 | 101011 | 1000010 | 0 | 1001000 | 111010 | 100111 | 101011100 | 111001 | 100111 |
Color Harmonies of #9C2B42
Complementary color
Monochromatic Colors of #9C2B42
Black with #9C2B42
Text Example
Text Example
White with #9C2B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B42; }
p { color: rgb(156,43,66); }
H1.HeaderClassName
{
color: #9C2B42;
}
.AnyTagClassName
{
color: #9C2B42;
}
</style>
background-color css
<style>
a { background-color: #9C2B42; }
a { background-color: rgb(156,43,66); }
div.DivClassName
{
background-color: #9C2B42;
}
.BgClassName
{
background-color: #9C2B42;
}
</style>
border-color css
<style>
span { border-color: #9C2B42; }
span { border-color: rgb(156,43,66); }
td.TdClassName
{
border-color: #9C2B42;
}
.TagClassName
{
border-color: #9C2B42;
}
</style>