Shades of Bright Red #952835
Tints of Bright Red #952835
RGB
CMYK
RGB Variations
Color information
#952835 (or 0x952835) is known color: Bright Red. HEX triplet: 95, 28 and 35. RGB value is (149,40,53). Sum of RGB (Red+Green+Blue) = 149+40+53=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #952835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952835 is #6AD7CA. Grayscale: #4A4A4A. Windows color (decimal): -7002059 or 3483797. OLE color: 3483797.
HSL color Cylindrical-coordinate representation of color #952835: hue angle of 352.84º 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 #952835 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 53 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.42 |
| HSL | 352.84º | 0.58% | 0.37% | - |
| HSV(B) | 352.84º | 0.73% | 0.58% | - |
| XYZ | 13.8 | 8.16 | 4.22 | - |
| YUV | 74.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 53 | 0 | 0.73 | 0.64 | 0.42 | 352.84 | 0.58 | 0.37 |
| Hex | 95 | 28 | 35 | 0 | 49 | 40 | 2A | 161 | 3A | 25 |
| Octal | 225 | 50 | 65 | 0 | 111 | 100 | 52 | 541 | 72 | 45 |
| Binary | 10010101 | 101000 | 110101 | 0 | 1001001 | 1000000 | 101010 | 101100001 | 111010 | 100101 |
Color Harmonies of #952835
Complementary color
Monochromatic Colors of #952835
Black with #952835
Text Example
Text Example
White with #952835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952835; }
p { color: rgb(149,40,53); }
H1.HeaderClassName
{
color: #952835;
}
.AnyTagClassName
{
color: #952835;
}
</style>
background-color css
<style>
a { background-color: #952835; }
a { background-color: rgb(149,40,53); }
div.DivClassName
{
background-color: #952835;
}
.BgClassName
{
background-color: #952835;
}
</style>
border-color css
<style>
span { border-color: #952835; }
span { border-color: rgb(149,40,53); }
td.TdClassName
{
border-color: #952835;
}
.TagClassName
{
border-color: #952835;
}
</style>