Shades of Bright Red #941525
Tints of Bright Red #941525
RGB
CMYK
RGB Variations
Color information
#941525 (or 0x941525) is known color: Bright Red. HEX triplet: 94, 15 and 25. RGB value is (148,21,37). Sum of RGB (Red+Green+Blue) = 148+21+37=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #941525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941525 is #6BEADA. Grayscale: #3C3C3C. Windows color (decimal): -7072475 or 2430356. OLE color: 2430356.
HSL color Cylindrical-coordinate representation of color #941525: hue angle of 352.44º degrees, saturation: 0.75, 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 #941525 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 37 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.42 |
| HSL | 352.44º | 0.75% | 0.33% | - |
| HSV(B) | 352.44º | 0.86% | 0.58% | - |
| XYZ | 12.81 | 6.97 | 2.42 | - |
| YUV | 60.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 37 | 0 | 0.86 | 0.75 | 0.42 | 352.44 | 0.75 | 0.33 |
| Hex | 94 | 15 | 25 | 0 | 56 | 4B | 2A | 160 | 4B | 21 |
| Octal | 224 | 25 | 45 | 0 | 126 | 113 | 52 | 540 | 113 | 41 |
| Binary | 10010100 | 10101 | 100101 | 0 | 1010110 | 1001011 | 101010 | 101100000 | 1001011 | 100001 |
Color Harmonies of #941525
Complementary color
Monochromatic Colors of #941525
Black with #941525
Text Example
Text Example
White with #941525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941525; }
p { color: rgb(148,21,37); }
H1.HeaderClassName
{
color: #941525;
}
.AnyTagClassName
{
color: #941525;
}
</style>
background-color css
<style>
a { background-color: #941525; }
a { background-color: rgb(148,21,37); }
div.DivClassName
{
background-color: #941525;
}
.BgClassName
{
background-color: #941525;
}
</style>
border-color css
<style>
span { border-color: #941525; }
span { border-color: rgb(148,21,37); }
td.TdClassName
{
border-color: #941525;
}
.TagClassName
{
border-color: #941525;
}
</style>