Shades of Bright Red #931431
Tints of Bright Red #931431
RGB
CMYK
RGB Variations
Color information
#931431 (or 0x931431) is known color: Bright Red. HEX triplet: 93, 14 and 31. RGB value is (147,20,49). Sum of RGB (Red+Green+Blue) = 147+20+49=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #931431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931431 is #6CEBCE. Grayscale: #3D3D3D. Windows color (decimal): -7138255 or 3216531. OLE color: 3216531.
HSL color Cylindrical-coordinate representation of color #931431: hue angle of 346.3º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931431 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 49 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.42 |
| HSL | 346.3º | 0.76% | 0.33% | - |
| HSV(B) | 346.3º | 0.86% | 0.58% | - |
| XYZ | 12.84 | 6.93 | 3.57 | - |
| YUV | 61.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 49 | 0 | 0.86 | 0.67 | 0.42 | 346.3 | 0.76 | 0.33 |
| Hex | 93 | 14 | 31 | 0 | 56 | 43 | 2A | 15A | 4C | 21 |
| Octal | 223 | 24 | 61 | 0 | 126 | 103 | 52 | 532 | 114 | 41 |
| Binary | 10010011 | 10100 | 110001 | 0 | 1010110 | 1000011 | 101010 | 101011010 | 1001100 | 100001 |
Color Harmonies of #931431
Complementary color
Monochromatic Colors of #931431
Black with #931431
Text Example
Text Example
White with #931431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931431; }
p { color: rgb(147,20,49); }
H1.HeaderClassName
{
color: #931431;
}
.AnyTagClassName
{
color: #931431;
}
</style>
background-color css
<style>
a { background-color: #931431; }
a { background-color: rgb(147,20,49); }
div.DivClassName
{
background-color: #931431;
}
.BgClassName
{
background-color: #931431;
}
</style>
border-color css
<style>
span { border-color: #931431; }
span { border-color: rgb(147,20,49); }
td.TdClassName
{
border-color: #931431;
}
.TagClassName
{
border-color: #931431;
}
</style>