Shades of Bright Red #942637
Tints of Bright Red #942637
RGB
CMYK
RGB Variations
Color information
#942637 (or 0x942637) is known color: Bright Red. HEX triplet: 94, 26 and 37. RGB value is (148,38,55). Sum of RGB (Red+Green+Blue) = 148+38+55=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #942637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942637 is #6BD9C8. Grayscale: #484848. Windows color (decimal): -7068105 or 3614356. OLE color: 3614356.
HSL color Cylindrical-coordinate representation of color #942637: hue angle of 350.73º 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 #942637 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 55 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.42 |
| HSL | 350.73º | 0.59% | 0.36% | - |
| HSV(B) | 350.73º | 0.74% | 0.58% | - |
| XYZ | 13.6 | 7.96 | 4.43 | - |
| YUV | 72.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 55 | 0 | 0.74 | 0.63 | 0.42 | 350.73 | 0.59 | 0.36 |
| Hex | 94 | 26 | 37 | 0 | 4A | 3F | 2A | 15F | 3B | 24 |
| Octal | 224 | 46 | 67 | 0 | 112 | 77 | 52 | 537 | 73 | 44 |
| Binary | 10010100 | 100110 | 110111 | 0 | 1001010 | 111111 | 101010 | 101011111 | 111011 | 100100 |
Color Harmonies of #942637
Complementary color
Monochromatic Colors of #942637
Black with #942637
Text Example
Text Example
White with #942637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942637; }
p { color: rgb(148,38,55); }
H1.HeaderClassName
{
color: #942637;
}
.AnyTagClassName
{
color: #942637;
}
</style>
background-color css
<style>
a { background-color: #942637; }
a { background-color: rgb(148,38,55); }
div.DivClassName
{
background-color: #942637;
}
.BgClassName
{
background-color: #942637;
}
</style>
border-color css
<style>
span { border-color: #942637; }
span { border-color: rgb(148,38,55); }
td.TdClassName
{
border-color: #942637;
}
.TagClassName
{
border-color: #942637;
}
</style>