Shades of Bright Red #952337
Tints of Bright Red #952337
RGB
CMYK
RGB Variations
Color information
#952337 (or 0x952337) is known color: Bright Red. HEX triplet: 95, 23 and 37. RGB value is (149,35,55). Sum of RGB (Red+Green+Blue) = 149+35+55=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952337 is #6ADCC8. Grayscale: #474747. Windows color (decimal): -7003337 or 3613589. OLE color: 3613589.
HSL color Cylindrical-coordinate representation of color #952337: hue angle of 349.47º 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 #952337 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 55 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.42 |
| HSL | 349.47º | 0.62% | 0.36% | - |
| HSV(B) | 349.47º | 0.77% | 0.58% | - |
| XYZ | 13.69 | 7.87 | 4.41 | - |
| YUV | 71.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 55 | 0 | 0.77 | 0.63 | 0.42 | 349.47 | 0.62 | 0.36 |
| Hex | 95 | 23 | 37 | 0 | 4D | 3F | 2A | 15D | 3E | 24 |
| Octal | 225 | 43 | 67 | 0 | 115 | 77 | 52 | 535 | 76 | 44 |
| Binary | 10010101 | 100011 | 110111 | 0 | 1001101 | 111111 | 101010 | 101011101 | 111110 | 100100 |
Color Harmonies of #952337
Complementary color
Monochromatic Colors of #952337
Black with #952337
Text Example
Text Example
White with #952337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952337; }
p { color: rgb(149,35,55); }
H1.HeaderClassName
{
color: #952337;
}
.AnyTagClassName
{
color: #952337;
}
</style>
background-color css
<style>
a { background-color: #952337; }
a { background-color: rgb(149,35,55); }
div.DivClassName
{
background-color: #952337;
}
.BgClassName
{
background-color: #952337;
}
</style>
border-color css
<style>
span { border-color: #952337; }
span { border-color: rgb(149,35,55); }
td.TdClassName
{
border-color: #952337;
}
.TagClassName
{
border-color: #952337;
}
</style>