Shades of Bright Red #952934
Tints of Bright Red #952934
RGB
CMYK
RGB Variations
Color information
#952934 (or 0x952934) is known color: Bright Red. HEX triplet: 95, 29 and 34. RGB value is (149,41,52). Sum of RGB (Red+Green+Blue) = 149+41+52=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #952934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952934 is #6AD6CB. Grayscale: #4A4A4A. Windows color (decimal): -7001804 or 3418517. OLE color: 3418517.
HSL color Cylindrical-coordinate representation of color #952934: hue angle of 353.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952934 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 52 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.42 |
| HSL | 353.89º | 0.57% | 0.37% | - |
| HSV(B) | 353.89º | 0.72% | 0.58% | - |
| XYZ | 13.81 | 8.22 | 4.11 | - |
| YUV | 74.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 52 | 0 | 0.72 | 0.65 | 0.42 | 353.89 | 0.57 | 0.37 |
| Hex | 95 | 29 | 34 | 0 | 48 | 41 | 2A | 162 | 39 | 25 |
| Octal | 225 | 51 | 64 | 0 | 110 | 101 | 52 | 542 | 71 | 45 |
| Binary | 10010101 | 101001 | 110100 | 0 | 1001000 | 1000001 | 101010 | 101100010 | 111001 | 100101 |
Color Harmonies of #952934
Complementary color
Monochromatic Colors of #952934
Black with #952934
Text Example
Text Example
White with #952934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952934; }
p { color: rgb(149,41,52); }
H1.HeaderClassName
{
color: #952934;
}
.AnyTagClassName
{
color: #952934;
}
</style>
background-color css
<style>
a { background-color: #952934; }
a { background-color: rgb(149,41,52); }
div.DivClassName
{
background-color: #952934;
}
.BgClassName
{
background-color: #952934;
}
</style>
border-color css
<style>
span { border-color: #952934; }
span { border-color: rgb(149,41,52); }
td.TdClassName
{
border-color: #952934;
}
.TagClassName
{
border-color: #952934;
}
</style>