Shades of Bright Red #942133
Tints of Bright Red #942133
RGB
CMYK
RGB Variations
Color information
#942133 (or 0x942133) is known color: Bright Red. HEX triplet: 94, 21 and 33. RGB value is (148,33,51). Sum of RGB (Red+Green+Blue) = 148+33+51=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #942133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942133 is #6BDECC. Grayscale: #454545. Windows color (decimal): -7069389 or 3350932. OLE color: 3350932.
HSL color Cylindrical-coordinate representation of color #942133: hue angle of 350.61º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942133 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 51 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.42 |
| HSL | 350.61º | 0.64% | 0.35% | - |
| HSV(B) | 350.61º | 0.78% | 0.58% | - |
| XYZ | 13.35 | 7.62 | 3.9 | - |
| YUV | 69.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 51 | 0 | 0.78 | 0.66 | 0.42 | 350.61 | 0.64 | 0.35 |
| Hex | 94 | 21 | 33 | 0 | 4E | 42 | 2A | 15F | 40 | 23 |
| Octal | 224 | 41 | 63 | 0 | 116 | 102 | 52 | 537 | 100 | 43 |
| Binary | 10010100 | 100001 | 110011 | 0 | 1001110 | 1000010 | 101010 | 101011111 | 1000000 | 100011 |
Color Harmonies of #942133
Complementary color
Monochromatic Colors of #942133
Black with #942133
Text Example
Text Example
White with #942133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942133; }
p { color: rgb(148,33,51); }
H1.HeaderClassName
{
color: #942133;
}
.AnyTagClassName
{
color: #942133;
}
</style>
background-color css
<style>
a { background-color: #942133; }
a { background-color: rgb(148,33,51); }
div.DivClassName
{
background-color: #942133;
}
.BgClassName
{
background-color: #942133;
}
</style>
border-color css
<style>
span { border-color: #942133; }
span { border-color: rgb(148,33,51); }
td.TdClassName
{
border-color: #942133;
}
.TagClassName
{
border-color: #942133;
}
</style>