Shades of Bright Red #952C37
Tints of Bright Red #952C37
RGB
CMYK
RGB Variations
Color information
#952C37 (or 0x952C37) is known color: Bright Red. HEX triplet: 95, 2C and 37. RGB value is (149,44,55). Sum of RGB (Red+Green+Blue) = 149+44+55=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #952C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C37 is #6AD3C8. Grayscale: #4C4C4C. Windows color (decimal): -7001033 or 3615893. OLE color: 3615893.
HSL color Cylindrical-coordinate representation of color #952C37: hue angle of 353.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C37 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 55 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.42 |
| HSL | 353.71º | 0.54% | 0.38% | - |
| HSV(B) | 353.71º | 0.7% | 0.58% | - |
| XYZ | 13.98 | 8.47 | 4.51 | - |
| YUV | 76.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 55 | 0 | 0.70 | 0.63 | 0.42 | 353.71 | 0.54 | 0.38 |
| Hex | 95 | 2C | 37 | 0 | 46 | 3F | 2A | 162 | 36 | 26 |
| Octal | 225 | 54 | 67 | 0 | 106 | 77 | 52 | 542 | 66 | 46 |
| Binary | 10010101 | 101100 | 110111 | 0 | 1000110 | 111111 | 101010 | 101100010 | 110110 | 100110 |
Color Harmonies of #952C37
Complementary color
Monochromatic Colors of #952C37
Black with #952C37
Text Example
Text Example
White with #952C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C37; }
p { color: rgb(149,44,55); }
H1.HeaderClassName
{
color: #952C37;
}
.AnyTagClassName
{
color: #952C37;
}
</style>
background-color css
<style>
a { background-color: #952C37; }
a { background-color: rgb(149,44,55); }
div.DivClassName
{
background-color: #952C37;
}
.BgClassName
{
background-color: #952C37;
}
</style>
border-color css
<style>
span { border-color: #952C37; }
span { border-color: rgb(149,44,55); }
td.TdClassName
{
border-color: #952C37;
}
.TagClassName
{
border-color: #952C37;
}
</style>