Shades of Bright Red #941831
Tints of Bright Red #941831
RGB
CMYK
RGB Variations
Color information
#941831 (or 0x941831) is known color: Bright Red. HEX triplet: 94, 18 and 31. RGB value is (148,24,49). Sum of RGB (Red+Green+Blue) = 148+24+49=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #941831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941831 is #6BE7CE. Grayscale: #3F3F3F. Windows color (decimal): -7071695 or 3217556. OLE color: 3217556.
HSL color Cylindrical-coordinate representation of color #941831: hue angle of 347.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941831 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 49 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.42 |
| HSL | 347.9º | 0.72% | 0.34% | - |
| HSV(B) | 347.9º | 0.84% | 0.58% | - |
| XYZ | 13.09 | 7.17 | 3.6 | - |
| YUV | 63.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 49 | 0 | 0.84 | 0.67 | 0.42 | 347.9 | 0.72 | 0.34 |
| Hex | 94 | 18 | 31 | 0 | 54 | 43 | 2A | 15C | 48 | 22 |
| Octal | 224 | 30 | 61 | 0 | 124 | 103 | 52 | 534 | 110 | 42 |
| Binary | 10010100 | 11000 | 110001 | 0 | 1010100 | 1000011 | 101010 | 101011100 | 1001000 | 100010 |
Color Harmonies of #941831
Complementary color
Monochromatic Colors of #941831
Black with #941831
Text Example
Text Example
White with #941831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941831; }
p { color: rgb(148,24,49); }
H1.HeaderClassName
{
color: #941831;
}
.AnyTagClassName
{
color: #941831;
}
</style>
background-color css
<style>
a { background-color: #941831; }
a { background-color: rgb(148,24,49); }
div.DivClassName
{
background-color: #941831;
}
.BgClassName
{
background-color: #941831;
}
</style>
border-color css
<style>
span { border-color: #941831; }
span { border-color: rgb(148,24,49); }
td.TdClassName
{
border-color: #941831;
}
.TagClassName
{
border-color: #941831;
}
</style>