Shades of Bright Red #952334
Tints of Bright Red #952334
RGB
CMYK
RGB Variations
Color information
#952334 (or 0x952334) is known color: Bright Red. HEX triplet: 95, 23 and 34. RGB value is (149,35,52). Sum of RGB (Red+Green+Blue) = 149+35+52=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952334 is #6ADCCB. Grayscale: #474747. Windows color (decimal): -7003340 or 3416981. OLE color: 3416981.
HSL color Cylindrical-coordinate representation of color #952334: hue angle of 351.05º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952334 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 52 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.42 |
| HSL | 351.05º | 0.62% | 0.36% | - |
| HSV(B) | 351.05º | 0.77% | 0.58% | - |
| XYZ | 13.62 | 7.84 | 4.04 | - |
| YUV | 71.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 52 | 0 | 0.77 | 0.65 | 0.42 | 351.05 | 0.62 | 0.36 |
| Hex | 95 | 23 | 34 | 0 | 4D | 41 | 2A | 15F | 3E | 24 |
| Octal | 225 | 43 | 64 | 0 | 115 | 101 | 52 | 537 | 76 | 44 |
| Binary | 10010101 | 100011 | 110100 | 0 | 1001101 | 1000001 | 101010 | 101011111 | 111110 | 100100 |
Color Harmonies of #952334
Complementary color
Monochromatic Colors of #952334
Black with #952334
Text Example
Text Example
White with #952334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952334; }
p { color: rgb(149,35,52); }
H1.HeaderClassName
{
color: #952334;
}
.AnyTagClassName
{
color: #952334;
}
</style>
background-color css
<style>
a { background-color: #952334; }
a { background-color: rgb(149,35,52); }
div.DivClassName
{
background-color: #952334;
}
.BgClassName
{
background-color: #952334;
}
</style>
border-color css
<style>
span { border-color: #952334; }
span { border-color: rgb(149,35,52); }
td.TdClassName
{
border-color: #952334;
}
.TagClassName
{
border-color: #952334;
}
</style>