Shades of Bright Red #952137
Tints of Bright Red #952137
RGB
CMYK
RGB Variations
Color information
#952137 (or 0x952137) is known color: Bright Red. HEX triplet: 95, 21 and 37. RGB value is (149,33,55). Sum of RGB (Red+Green+Blue) = 149+33+55=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952137 is #6ADEC8. Grayscale: #464646. Windows color (decimal): -7003849 or 3613077. OLE color: 3613077.
HSL color Cylindrical-coordinate representation of color #952137: hue angle of 348.62º 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 #952137 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 55 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.42 |
| HSL | 348.62º | 0.64% | 0.36% | - |
| HSV(B) | 348.62º | 0.78% | 0.58% | - |
| XYZ | 13.63 | 7.75 | 4.39 | - |
| YUV | 70.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 55 | 0 | 0.78 | 0.63 | 0.42 | 348.62 | 0.64 | 0.36 |
| Hex | 95 | 21 | 37 | 0 | 4E | 3F | 2A | 15D | 40 | 24 |
| Octal | 225 | 41 | 67 | 0 | 116 | 77 | 52 | 535 | 100 | 44 |
| Binary | 10010101 | 100001 | 110111 | 0 | 1001110 | 111111 | 101010 | 101011101 | 1000000 | 100100 |
Color Harmonies of #952137
Complementary color
Monochromatic Colors of #952137
Black with #952137
Text Example
Text Example
White with #952137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952137; }
p { color: rgb(149,33,55); }
H1.HeaderClassName
{
color: #952137;
}
.AnyTagClassName
{
color: #952137;
}
</style>
background-color css
<style>
a { background-color: #952137; }
a { background-color: rgb(149,33,55); }
div.DivClassName
{
background-color: #952137;
}
.BgClassName
{
background-color: #952137;
}
</style>
border-color css
<style>
span { border-color: #952137; }
span { border-color: rgb(149,33,55); }
td.TdClassName
{
border-color: #952137;
}
.TagClassName
{
border-color: #952137;
}
</style>