Shades of Bright Red #941D37
Tints of Bright Red #941D37
RGB
CMYK
RGB Variations
Color information
#941D37 (or 0x941D37) is known color: Bright Red. HEX triplet: 94, 1D and 37. RGB value is (148,29,55). Sum of RGB (Red+Green+Blue) = 148+29+55=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #941D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941D37 is #6BE2C8. Grayscale: #434343. Windows color (decimal): -7070409 or 3612052. OLE color: 3612052.
HSL color Cylindrical-coordinate representation of color #941D37: hue angle of 346.89º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941D37 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 55 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.42 |
| HSL | 346.89º | 0.67% | 0.35% | - |
| HSV(B) | 346.89º | 0.8% | 0.58% | - |
| XYZ | 13.34 | 7.45 | 4.35 | - |
| YUV | 67.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 55 | 0 | 0.80 | 0.63 | 0.42 | 346.89 | 0.67 | 0.35 |
| Hex | 94 | 1D | 37 | 0 | 50 | 3F | 2A | 15B | 43 | 23 |
| Octal | 224 | 35 | 67 | 0 | 120 | 77 | 52 | 533 | 103 | 43 |
| Binary | 10010100 | 11101 | 110111 | 0 | 1010000 | 111111 | 101010 | 101011011 | 1000011 | 100011 |
Color Harmonies of #941D37
Complementary color
Monochromatic Colors of #941D37
Black with #941D37
Text Example
Text Example
White with #941D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D37; }
p { color: rgb(148,29,55); }
H1.HeaderClassName
{
color: #941D37;
}
.AnyTagClassName
{
color: #941D37;
}
</style>
background-color css
<style>
a { background-color: #941D37; }
a { background-color: rgb(148,29,55); }
div.DivClassName
{
background-color: #941D37;
}
.BgClassName
{
background-color: #941D37;
}
</style>
border-color css
<style>
span { border-color: #941D37; }
span { border-color: rgb(148,29,55); }
td.TdClassName
{
border-color: #941D37;
}
.TagClassName
{
border-color: #941D37;
}
</style>