Shades of Bright Red #942939
Tints of Bright Red #942939
RGB
CMYK
RGB Variations
Color information
#942939 (or 0x942939) is known color: Bright Red. HEX triplet: 94, 29 and 39. RGB value is (148,41,57). Sum of RGB (Red+Green+Blue) = 148+41+57=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #942939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942939 is #6BD6C6. Grayscale: #4A4A4A. Windows color (decimal): -7067335 or 3746196. OLE color: 3746196.
HSL color Cylindrical-coordinate representation of color #942939: hue angle of 351.03º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942939 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 57 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.42 |
| HSL | 351.03º | 0.57% | 0.37% | - |
| HSV(B) | 351.03º | 0.72% | 0.58% | - |
| XYZ | 13.74 | 8.18 | 4.72 | - |
| YUV | 74.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 57 | 0 | 0.72 | 0.61 | 0.42 | 351.03 | 0.57 | 0.37 |
| Hex | 94 | 29 | 39 | 0 | 48 | 3D | 2A | 15F | 39 | 25 |
| Octal | 224 | 51 | 71 | 0 | 110 | 75 | 52 | 537 | 71 | 45 |
| Binary | 10010100 | 101001 | 111001 | 0 | 1001000 | 111101 | 101010 | 101011111 | 111001 | 100101 |
Color Harmonies of #942939
Complementary color
Monochromatic Colors of #942939
Black with #942939
Text Example
Text Example
White with #942939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942939; }
p { color: rgb(148,41,57); }
H1.HeaderClassName
{
color: #942939;
}
.AnyTagClassName
{
color: #942939;
}
</style>
background-color css
<style>
a { background-color: #942939; }
a { background-color: rgb(148,41,57); }
div.DivClassName
{
background-color: #942939;
}
.BgClassName
{
background-color: #942939;
}
</style>
border-color css
<style>
span { border-color: #942939; }
span { border-color: rgb(148,41,57); }
td.TdClassName
{
border-color: #942939;
}
.TagClassName
{
border-color: #942939;
}
</style>