Shades of Bright Red #941931
Tints of Bright Red #941931
RGB
CMYK
RGB Variations
Color information
#941931 (or 0x941931) is known color: Bright Red. HEX triplet: 94, 19 and 31. RGB value is (148,25,49). Sum of RGB (Red+Green+Blue) = 148+25+49=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #941931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941931 is #6BE6CE. Grayscale: #404040. Windows color (decimal): -7071439 or 3217812. OLE color: 3217812.
HSL color Cylindrical-coordinate representation of color #941931: hue angle of 348.29º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #941931 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 25 | 49 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.42 |
| HSL | 348.29º | 0.71% | 0.34% | - |
| HSV(B) | 348.29º | 0.83% | 0.58% | - |
| XYZ | 13.11 | 7.21 | 3.61 | - |
| YUV | 64.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 49 | 0 | 0.83 | 0.67 | 0.42 | 348.29 | 0.71 | 0.34 |
| Hex | 94 | 19 | 31 | 0 | 53 | 43 | 2A | 15C | 47 | 22 |
| Octal | 224 | 31 | 61 | 0 | 123 | 103 | 52 | 534 | 107 | 42 |
| Binary | 10010100 | 11001 | 110001 | 0 | 1010011 | 1000011 | 101010 | 101011100 | 1000111 | 100010 |
Color Harmonies of #941931
Complementary color
Monochromatic Colors of #941931
Black with #941931
Text Example
Text Example
White with #941931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941931; }
p { color: rgb(148,25,49); }
H1.HeaderClassName
{
color: #941931;
}
.AnyTagClassName
{
color: #941931;
}
</style>
background-color css
<style>
a { background-color: #941931; }
a { background-color: rgb(148,25,49); }
div.DivClassName
{
background-color: #941931;
}
.BgClassName
{
background-color: #941931;
}
</style>
border-color css
<style>
span { border-color: #941931; }
span { border-color: rgb(148,25,49); }
td.TdClassName
{
border-color: #941931;
}
.TagClassName
{
border-color: #941931;
}
</style>