Shades of Bright Red #952134
Tints of Bright Red #952134
RGB
CMYK
RGB Variations
Color information
#952134 (or 0x952134) is known color: Bright Red. HEX triplet: 95, 21 and 34. RGB value is (149,33,52). Sum of RGB (Red+Green+Blue) = 149+33+52=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952134 is #6ADECB. Grayscale: #454545. Windows color (decimal): -7003852 or 3416469. OLE color: 3416469.
HSL color Cylindrical-coordinate representation of color #952134: hue angle of 350.17º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952134 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 52 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.42 |
| HSL | 350.17º | 0.64% | 0.36% | - |
| HSV(B) | 350.17º | 0.78% | 0.58% | - |
| XYZ | 13.56 | 7.73 | 4.03 | - |
| YUV | 69.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 52 | 0 | 0.78 | 0.65 | 0.42 | 350.17 | 0.64 | 0.36 |
| Hex | 95 | 21 | 34 | 0 | 4E | 41 | 2A | 15E | 40 | 24 |
| Octal | 225 | 41 | 64 | 0 | 116 | 101 | 52 | 536 | 100 | 44 |
| Binary | 10010101 | 100001 | 110100 | 0 | 1001110 | 1000001 | 101010 | 101011110 | 1000000 | 100100 |
Color Harmonies of #952134
Complementary color
Monochromatic Colors of #952134
Black with #952134
Text Example
Text Example
White with #952134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952134; }
p { color: rgb(149,33,52); }
H1.HeaderClassName
{
color: #952134;
}
.AnyTagClassName
{
color: #952134;
}
</style>
background-color css
<style>
a { background-color: #952134; }
a { background-color: rgb(149,33,52); }
div.DivClassName
{
background-color: #952134;
}
.BgClassName
{
background-color: #952134;
}
</style>
border-color css
<style>
span { border-color: #952134; }
span { border-color: rgb(149,33,52); }
td.TdClassName
{
border-color: #952134;
}
.TagClassName
{
border-color: #952134;
}
</style>