Shades of Bright Red #942639
Tints of Bright Red #942639
RGB
CMYK
RGB Variations
Color information
#942639 (or 0x942639) is known color: Bright Red. HEX triplet: 94, 26 and 39. RGB value is (148,38,57). Sum of RGB (Red+Green+Blue) = 148+38+57=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #942639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942639 is #6BD9C6. Grayscale: #494949. Windows color (decimal): -7068103 or 3745428. OLE color: 3745428.
HSL color Cylindrical-coordinate representation of color #942639: hue angle of 349.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942639 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 57 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.42 |
| HSL | 349.64º | 0.59% | 0.36% | - |
| HSV(B) | 349.64º | 0.74% | 0.58% | - |
| XYZ | 13.64 | 7.98 | 4.69 | - |
| YUV | 73.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 57 | 0 | 0.74 | 0.61 | 0.42 | 349.64 | 0.59 | 0.36 |
| Hex | 94 | 26 | 39 | 0 | 4A | 3D | 2A | 15E | 3B | 24 |
| Octal | 224 | 46 | 71 | 0 | 112 | 75 | 52 | 536 | 73 | 44 |
| Binary | 10010100 | 100110 | 111001 | 0 | 1001010 | 111101 | 101010 | 101011110 | 111011 | 100100 |
Color Harmonies of #942639
Complementary color
Monochromatic Colors of #942639
Black with #942639
Text Example
Text Example
White with #942639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942639; }
p { color: rgb(148,38,57); }
H1.HeaderClassName
{
color: #942639;
}
.AnyTagClassName
{
color: #942639;
}
</style>
background-color css
<style>
a { background-color: #942639; }
a { background-color: rgb(148,38,57); }
div.DivClassName
{
background-color: #942639;
}
.BgClassName
{
background-color: #942639;
}
</style>
border-color css
<style>
span { border-color: #942639; }
span { border-color: rgb(148,38,57); }
td.TdClassName
{
border-color: #942639;
}
.TagClassName
{
border-color: #942639;
}
</style>