Shades of Bright Red #952B37
Tints of Bright Red #952B37
RGB
CMYK
RGB Variations
Color information
#952B37 (or 0x952B37) is known color: Bright Red. HEX triplet: 95, 2B and 37. RGB value is (149,43,55). Sum of RGB (Red+Green+Blue) = 149+43+55=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #952B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B37 is #6AD4C8. Grayscale: #4C4C4C. Windows color (decimal): -7001289 or 3615637. OLE color: 3615637.
HSL color Cylindrical-coordinate representation of color #952B37: hue angle of 353.21º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B37 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 55 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.42 |
| HSL | 353.21º | 0.55% | 0.38% | - |
| HSV(B) | 353.21º | 0.71% | 0.58% | - |
| XYZ | 13.95 | 8.39 | 4.5 | - |
| YUV | 76.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 55 | 0 | 0.71 | 0.63 | 0.42 | 353.21 | 0.55 | 0.38 |
| Hex | 95 | 2B | 37 | 0 | 47 | 3F | 2A | 161 | 37 | 26 |
| Octal | 225 | 53 | 67 | 0 | 107 | 77 | 52 | 541 | 67 | 46 |
| Binary | 10010101 | 101011 | 110111 | 0 | 1000111 | 111111 | 101010 | 101100001 | 110111 | 100110 |
Color Harmonies of #952B37
Complementary color
Monochromatic Colors of #952B37
Black with #952B37
Text Example
Text Example
White with #952B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B37; }
p { color: rgb(149,43,55); }
H1.HeaderClassName
{
color: #952B37;
}
.AnyTagClassName
{
color: #952B37;
}
</style>
background-color css
<style>
a { background-color: #952B37; }
a { background-color: rgb(149,43,55); }
div.DivClassName
{
background-color: #952B37;
}
.BgClassName
{
background-color: #952B37;
}
</style>
border-color css
<style>
span { border-color: #952B37; }
span { border-color: rgb(149,43,55); }
td.TdClassName
{
border-color: #952B37;
}
.TagClassName
{
border-color: #952B37;
}
</style>