Shades of Bright Red #9C2730
Tints of Bright Red #9C2730
RGB
CMYK
RGB Variations
Color information
#9C2730 (or 0x9C2730) is known color: Bright Red. HEX triplet: 9C, 27 and 30. RGB value is (156,39,48). Sum of RGB (Red+Green+Blue) = 156+39+48=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2730 is #63D8CF. Grayscale: #4B4B4B. Windows color (decimal): -6543568 or 3155868. OLE color: 3155868.
HSL color Cylindrical-coordinate representation of color #9C2730: hue angle of 355.38º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2730 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 48 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.39 |
| HSL | 355.38º | 0.6% | 0.38% | - |
| HSV(B) | 355.38º | 0.75% | 0.61% | - |
| XYZ | 14.97 | 8.73 | 3.69 | - |
| YUV | 75.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 48 | 0 | 0.75 | 0.69 | 0.39 | 355.38 | 0.6 | 0.38 |
| Hex | 9C | 27 | 30 | 0 | 4B | 45 | 27 | 163 | 3C | 26 |
| Octal | 234 | 47 | 60 | 0 | 113 | 105 | 47 | 543 | 74 | 46 |
| Binary | 10011100 | 100111 | 110000 | 0 | 1001011 | 1000101 | 100111 | 101100011 | 111100 | 100110 |
Color Harmonies of #9C2730
Complementary color
Monochromatic Colors of #9C2730
Black with #9C2730
Text Example
Text Example
White with #9C2730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2730; }
p { color: rgb(156,39,48); }
H1.HeaderClassName
{
color: #9C2730;
}
.AnyTagClassName
{
color: #9C2730;
}
</style>
background-color css
<style>
a { background-color: #9C2730; }
a { background-color: rgb(156,39,48); }
div.DivClassName
{
background-color: #9C2730;
}
.BgClassName
{
background-color: #9C2730;
}
</style>
border-color css
<style>
span { border-color: #9C2730; }
span { border-color: rgb(156,39,48); }
td.TdClassName
{
border-color: #9C2730;
}
.TagClassName
{
border-color: #9C2730;
}
</style>