Shades of Bright Red #942235
Tints of Bright Red #942235
RGB
CMYK
RGB Variations
Color information
#942235 (or 0x942235) is known color: Bright Red. HEX triplet: 94, 22 and 35. RGB value is (148,34,53). Sum of RGB (Red+Green+Blue) = 148+34+53=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #942235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942235 is #6BDDCA. Grayscale: #464646. Windows color (decimal): -7069131 or 3482260. OLE color: 3482260.
HSL color Cylindrical-coordinate representation of color #942235: hue angle of 350º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942235 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 53 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.42 |
| HSL | 350º | 0.63% | 0.36% | - |
| HSV(B) | 350º | 0.77% | 0.58% | - |
| XYZ | 13.43 | 7.7 | 4.15 | - |
| YUV | 70.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 53 | 0 | 0.77 | 0.64 | 0.42 | 350 | 0.63 | 0.36 |
| Hex | 94 | 22 | 35 | 0 | 4D | 40 | 2A | 15E | 3F | 24 |
| Octal | 224 | 42 | 65 | 0 | 115 | 100 | 52 | 536 | 77 | 44 |
| Binary | 10010100 | 100010 | 110101 | 0 | 1001101 | 1000000 | 101010 | 101011110 | 111111 | 100100 |
Color Harmonies of #942235
Complementary color
Monochromatic Colors of #942235
Black with #942235
Text Example
Text Example
White with #942235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942235; }
p { color: rgb(148,34,53); }
H1.HeaderClassName
{
color: #942235;
}
.AnyTagClassName
{
color: #942235;
}
</style>
background-color css
<style>
a { background-color: #942235; }
a { background-color: rgb(148,34,53); }
div.DivClassName
{
background-color: #942235;
}
.BgClassName
{
background-color: #942235;
}
</style>
border-color css
<style>
span { border-color: #942235; }
span { border-color: rgb(148,34,53); }
td.TdClassName
{
border-color: #942235;
}
.TagClassName
{
border-color: #942235;
}
</style>