Shades of Bright Red #932E3A
Tints of Bright Red #932E3A
RGB
CMYK
RGB Variations
Color information
#932E3A (or 0x932E3A) is known color: Bright Red. HEX triplet: 93, 2E and 3A. RGB value is (147,46,58). Sum of RGB (Red+Green+Blue) = 147+46+58=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #932E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E3A is #6CD1C5. Grayscale: #4D4D4D. Windows color (decimal): -7131590 or 3813011. OLE color: 3813011.
HSL color Cylindrical-coordinate representation of color #932E3A: hue angle of 352.87º degrees, saturation: 0.52, 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 #932E3A is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 46 | 58 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.42 |
| HSL | 352.87º | 0.52% | 0.38% | - |
| HSV(B) | 352.87º | 0.69% | 0.58% | - |
| XYZ | 13.77 | 8.46 | 4.91 | - |
| YUV | 77.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 58 | 0 | 0.69 | 0.61 | 0.42 | 352.87 | 0.52 | 0.38 |
| Hex | 93 | 2E | 3A | 0 | 45 | 3D | 2A | 161 | 34 | 26 |
| Octal | 223 | 56 | 72 | 0 | 105 | 75 | 52 | 541 | 64 | 46 |
| Binary | 10010011 | 101110 | 111010 | 0 | 1000101 | 111101 | 101010 | 101100001 | 110100 | 100110 |
Color Harmonies of #932E3A
Complementary color
Monochromatic Colors of #932E3A
Black with #932E3A
Text Example
Text Example
White with #932E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932E3A; }
p { color: rgb(147,46,58); }
H1.HeaderClassName
{
color: #932E3A;
}
.AnyTagClassName
{
color: #932E3A;
}
</style>
background-color css
<style>
a { background-color: #932E3A; }
a { background-color: rgb(147,46,58); }
div.DivClassName
{
background-color: #932E3A;
}
.BgClassName
{
background-color: #932E3A;
}
</style>
border-color css
<style>
span { border-color: #932E3A; }
span { border-color: rgb(147,46,58); }
td.TdClassName
{
border-color: #932E3A;
}
.TagClassName
{
border-color: #932E3A;
}
</style>