Shades of Bright Red #952836
Tints of Bright Red #952836
RGB
CMYK
RGB Variations
Color information
#952836 (or 0x952836) is known color: Bright Red. HEX triplet: 95, 28 and 36. RGB value is (149,40,54). Sum of RGB (Red+Green+Blue) = 149+40+54=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #952836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952836 is #6AD7C9. Grayscale: #4A4A4A. Windows color (decimal): -7002058 or 3549333. OLE color: 3549333.
HSL color Cylindrical-coordinate representation of color #952836: hue angle of 352.29º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952836 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 54 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.42 |
| HSL | 352.29º | 0.58% | 0.37% | - |
| HSV(B) | 352.29º | 0.73% | 0.58% | - |
| XYZ | 13.82 | 8.17 | 4.34 | - |
| YUV | 74.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 54 | 0 | 0.73 | 0.64 | 0.42 | 352.29 | 0.58 | 0.37 |
| Hex | 95 | 28 | 36 | 0 | 49 | 40 | 2A | 160 | 3A | 25 |
| Octal | 225 | 50 | 66 | 0 | 111 | 100 | 52 | 540 | 72 | 45 |
| Binary | 10010101 | 101000 | 110110 | 0 | 1001001 | 1000000 | 101010 | 101100000 | 111010 | 100101 |
Color Harmonies of #952836
Complementary color
Monochromatic Colors of #952836
Black with #952836
Text Example
Text Example
White with #952836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952836; }
p { color: rgb(149,40,54); }
H1.HeaderClassName
{
color: #952836;
}
.AnyTagClassName
{
color: #952836;
}
</style>
background-color css
<style>
a { background-color: #952836; }
a { background-color: rgb(149,40,54); }
div.DivClassName
{
background-color: #952836;
}
.BgClassName
{
background-color: #952836;
}
</style>
border-color css
<style>
span { border-color: #952836; }
span { border-color: rgb(149,40,54); }
td.TdClassName
{
border-color: #952836;
}
.TagClassName
{
border-color: #952836;
}
</style>