Shades of Bright Red #9C242B
Tints of Bright Red #9C242B
RGB
CMYK
RGB Variations
Color information
#9C242B (or 0x9C242B) is known color: Bright Red. HEX triplet: 9C, 24 and 2B. RGB value is (156,36,43). Sum of RGB (Red+Green+Blue) = 156+36+43=235 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.38% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 156 - color contains mainly: red. Hex color #9C242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C242B is #63DBD4. Grayscale: #484848. Windows color (decimal): -6544341 or 2827420. OLE color: 2827420.
HSL color Cylindrical-coordinate representation of color #9C242B: hue angle of 356.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C242B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 43 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.39 |
| HSL | 356.5º | 0.63% | 0.38% | - |
| HSV(B) | 356.5º | 0.77% | 0.61% | - |
| XYZ | 14.78 | 8.5 | 3.15 | - |
| YUV | 72.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 43 | 0 | 0.77 | 0.72 | 0.39 | 356.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 2B | 0 | 4D | 48 | 27 | 164 | 3E | 26 |
| Octal | 234 | 44 | 53 | 0 | 115 | 110 | 47 | 544 | 76 | 46 |
| Binary | 10011100 | 100100 | 101011 | 0 | 1001101 | 1001000 | 100111 | 101100100 | 111110 | 100110 |
Color Harmonies of #9C242B
Complementary color
Monochromatic Colors of #9C242B
Black with #9C242B
Text Example
Text Example
White with #9C242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C242B; }
p { color: rgb(156,36,43); }
H1.HeaderClassName
{
color: #9C242B;
}
.AnyTagClassName
{
color: #9C242B;
}
</style>
background-color css
<style>
a { background-color: #9C242B; }
a { background-color: rgb(156,36,43); }
div.DivClassName
{
background-color: #9C242B;
}
.BgClassName
{
background-color: #9C242B;
}
</style>
border-color css
<style>
span { border-color: #9C242B; }
span { border-color: rgb(156,36,43); }
td.TdClassName
{
border-color: #9C242B;
}
.TagClassName
{
border-color: #9C242B;
}
</style>