Shades of Bright Red #952941
Tints of Bright Red #952941
RGB
CMYK
RGB Variations
Color information
#952941 (or 0x952941) is known color: Bright Red. HEX triplet: 95, 29 and 41. RGB value is (149,41,65). Sum of RGB (Red+Green+Blue) = 149+41+65=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #952941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952941 is #6AD6BE. Grayscale: #4C4C4C. Windows color (decimal): -7001791 or 4270485. OLE color: 4270485.
HSL color Cylindrical-coordinate representation of color #952941: hue angle of 346.67º 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 #952941 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 65 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.42 |
| HSL | 346.67º | 0.57% | 0.37% | - |
| HSV(B) | 346.67º | 0.72% | 0.58% | - |
| XYZ | 14.14 | 8.36 | 5.87 | - |
| YUV | 76.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 65 | 0 | 0.72 | 0.56 | 0.42 | 346.67 | 0.57 | 0.37 |
| Hex | 95 | 29 | 41 | 0 | 48 | 38 | 2A | 15B | 39 | 25 |
| Octal | 225 | 51 | 101 | 0 | 110 | 70 | 52 | 533 | 71 | 45 |
| Binary | 10010101 | 101001 | 1000001 | 0 | 1001000 | 111000 | 101010 | 101011011 | 111001 | 100101 |
Color Harmonies of #952941
Complementary color
Monochromatic Colors of #952941
Black with #952941
Text Example
Text Example
White with #952941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952941; }
p { color: rgb(149,41,65); }
H1.HeaderClassName
{
color: #952941;
}
.AnyTagClassName
{
color: #952941;
}
</style>
background-color css
<style>
a { background-color: #952941; }
a { background-color: rgb(149,41,65); }
div.DivClassName
{
background-color: #952941;
}
.BgClassName
{
background-color: #952941;
}
</style>
border-color css
<style>
span { border-color: #952941; }
span { border-color: rgb(149,41,65); }
td.TdClassName
{
border-color: #952941;
}
.TagClassName
{
border-color: #952941;
}
</style>