Shades of Bright Red #941925
Tints of Bright Red #941925
RGB
CMYK
RGB Variations
Color information
#941925 (or 0x941925) is known color: Bright Red. HEX triplet: 94, 19 and 25. RGB value is (148,25,37). Sum of RGB (Red+Green+Blue) = 148+25+37=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #941925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941925 is #6BE6DA. Grayscale: #3F3F3F. Windows color (decimal): -7071451 or 2431380. OLE color: 2431380.
HSL color Cylindrical-coordinate representation of color #941925: hue angle of 354.15º 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 #941925 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 25 | 37 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.42 |
| HSL | 354.15º | 0.71% | 0.34% | - |
| HSV(B) | 354.15º | 0.83% | 0.58% | - |
| XYZ | 12.89 | 7.12 | 2.45 | - |
| YUV | 63.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 37 | 0 | 0.83 | 0.75 | 0.42 | 354.15 | 0.71 | 0.34 |
| Hex | 94 | 19 | 25 | 0 | 53 | 4B | 2A | 162 | 47 | 22 |
| Octal | 224 | 31 | 45 | 0 | 123 | 113 | 52 | 542 | 107 | 42 |
| Binary | 10010100 | 11001 | 100101 | 0 | 1010011 | 1001011 | 101010 | 101100010 | 1000111 | 100010 |
Color Harmonies of #941925
Complementary color
Monochromatic Colors of #941925
Black with #941925
Text Example
Text Example
White with #941925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941925; }
p { color: rgb(148,25,37); }
H1.HeaderClassName
{
color: #941925;
}
.AnyTagClassName
{
color: #941925;
}
</style>
background-color css
<style>
a { background-color: #941925; }
a { background-color: rgb(148,25,37); }
div.DivClassName
{
background-color: #941925;
}
.BgClassName
{
background-color: #941925;
}
</style>
border-color css
<style>
span { border-color: #941925; }
span { border-color: rgb(148,25,37); }
td.TdClassName
{
border-color: #941925;
}
.TagClassName
{
border-color: #941925;
}
</style>