Shades of Bright Red #942E3C
Tints of Bright Red #942E3C
RGB
CMYK
RGB Variations
Color information
#942E3C (or 0x942E3C) is known color: Bright Red. HEX triplet: 94, 2E and 3C. RGB value is (148,46,60). Sum of RGB (Red+Green+Blue) = 148+46+60=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #942E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E3C is #6BD1C3. Grayscale: #4E4E4E. Windows color (decimal): -7066052 or 3944084. OLE color: 3944084.
HSL color Cylindrical-coordinate representation of color #942E3C: hue angle of 351.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E3C is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 46 | 60 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.42 |
| HSL | 351.76º | 0.53% | 0.38% | - |
| HSV(B) | 351.76º | 0.69% | 0.58% | - |
| XYZ | 14.01 | 8.58 | 5.19 | - |
| YUV | 78.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 60 | 0 | 0.69 | 0.59 | 0.42 | 351.76 | 0.53 | 0.38 |
| Hex | 94 | 2E | 3C | 0 | 45 | 3B | 2A | 160 | 35 | 26 |
| Octal | 224 | 56 | 74 | 0 | 105 | 73 | 52 | 540 | 65 | 46 |
| Binary | 10010100 | 101110 | 111100 | 0 | 1000101 | 111011 | 101010 | 101100000 | 110101 | 100110 |
Color Harmonies of #942E3C
Complementary color
Monochromatic Colors of #942E3C
Black with #942E3C
Text Example
Text Example
White with #942E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942E3C; }
p { color: rgb(148,46,60); }
H1.HeaderClassName
{
color: #942E3C;
}
.AnyTagClassName
{
color: #942E3C;
}
</style>
background-color css
<style>
a { background-color: #942E3C; }
a { background-color: rgb(148,46,60); }
div.DivClassName
{
background-color: #942E3C;
}
.BgClassName
{
background-color: #942E3C;
}
</style>
border-color css
<style>
span { border-color: #942E3C; }
span { border-color: rgb(148,46,60); }
td.TdClassName
{
border-color: #942E3C;
}
.TagClassName
{
border-color: #942E3C;
}
</style>