Shades of Bright Red #952938
Tints of Bright Red #952938
RGB
CMYK
RGB Variations
Color information
#952938 (or 0x952938) is known color: Bright Red. HEX triplet: 95, 29 and 38. RGB value is (149,41,56). Sum of RGB (Red+Green+Blue) = 149+41+56=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #952938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952938 is #6AD6C7. Grayscale: #4B4B4B. Windows color (decimal): -7001800 or 3680661. OLE color: 3680661.
HSL color Cylindrical-coordinate representation of color #952938: hue angle of 351.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 #952938 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 56 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.42 |
| HSL | 351.67º | 0.57% | 0.37% | - |
| HSV(B) | 351.67º | 0.72% | 0.58% | - |
| XYZ | 13.9 | 8.26 | 4.6 | - |
| YUV | 75 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 56 | 0 | 0.72 | 0.62 | 0.42 | 351.67 | 0.57 | 0.37 |
| Hex | 95 | 29 | 38 | 0 | 48 | 3E | 2A | 160 | 39 | 25 |
| Octal | 225 | 51 | 70 | 0 | 110 | 76 | 52 | 540 | 71 | 45 |
| Binary | 10010101 | 101001 | 111000 | 0 | 1001000 | 111110 | 101010 | 101100000 | 111001 | 100101 |
Color Harmonies of #952938
Complementary color
Monochromatic Colors of #952938
Black with #952938
Text Example
Text Example
White with #952938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952938; }
p { color: rgb(149,41,56); }
H1.HeaderClassName
{
color: #952938;
}
.AnyTagClassName
{
color: #952938;
}
</style>
background-color css
<style>
a { background-color: #952938; }
a { background-color: rgb(149,41,56); }
div.DivClassName
{
background-color: #952938;
}
.BgClassName
{
background-color: #952938;
}
</style>
border-color css
<style>
span { border-color: #952938; }
span { border-color: rgb(149,41,56); }
td.TdClassName
{
border-color: #952938;
}
.TagClassName
{
border-color: #952938;
}
</style>