Shades of Bright Red #942C37
Tints of Bright Red #942C37
RGB
CMYK
RGB Variations
Color information
#942C37 (or 0x942C37) is known color: Bright Red. HEX triplet: 94, 2C and 37. RGB value is (148,44,55). Sum of RGB (Red+Green+Blue) = 148+44+55=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #942C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C37 is #6BD3C8. Grayscale: #4C4C4C. Windows color (decimal): -7066569 or 3615892. OLE color: 3615892.
HSL color Cylindrical-coordinate representation of color #942C37: hue angle of 353.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942C37 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 55 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.42 |
| HSL | 353.65º | 0.54% | 0.38% | - |
| HSV(B) | 353.65º | 0.7% | 0.58% | - |
| XYZ | 13.8 | 8.37 | 4.5 | - |
| YUV | 76.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 55 | 0 | 0.70 | 0.63 | 0.42 | 353.65 | 0.54 | 0.38 |
| Hex | 94 | 2C | 37 | 0 | 46 | 3F | 2A | 162 | 36 | 26 |
| Octal | 224 | 54 | 67 | 0 | 106 | 77 | 52 | 542 | 66 | 46 |
| Binary | 10010100 | 101100 | 110111 | 0 | 1000110 | 111111 | 101010 | 101100010 | 110110 | 100110 |
Color Harmonies of #942C37
Complementary color
Monochromatic Colors of #942C37
Black with #942C37
Text Example
Text Example
White with #942C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C37; }
p { color: rgb(148,44,55); }
H1.HeaderClassName
{
color: #942C37;
}
.AnyTagClassName
{
color: #942C37;
}
</style>
background-color css
<style>
a { background-color: #942C37; }
a { background-color: rgb(148,44,55); }
div.DivClassName
{
background-color: #942C37;
}
.BgClassName
{
background-color: #942C37;
}
</style>
border-color css
<style>
span { border-color: #942C37; }
span { border-color: rgb(148,44,55); }
td.TdClassName
{
border-color: #942C37;
}
.TagClassName
{
border-color: #942C37;
}
</style>