Shades of Bright Red #952C41
Tints of Bright Red #952C41
RGB
CMYK
RGB Variations
Color information
#952C41 (or 0x952C41) is known color: Bright Red. HEX triplet: 95, 2C and 41. RGB value is (149,44,65). Sum of RGB (Red+Green+Blue) = 149+44+65=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #952C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C41 is #6AD3BE. Grayscale: #4D4D4D. Windows color (decimal): -7001023 or 4271253. OLE color: 4271253.
HSL color Cylindrical-coordinate representation of color #952C41: hue angle of 348º 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 #952C41 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 65 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.42 |
| HSL | 348º | 0.54% | 0.38% | - |
| HSV(B) | 348º | 0.7% | 0.58% | - |
| XYZ | 14.25 | 8.57 | 5.9 | - |
| YUV | 77.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 65 | 0 | 0.70 | 0.56 | 0.42 | 348 | 0.54 | 0.38 |
| Hex | 95 | 2C | 41 | 0 | 46 | 38 | 2A | 15C | 36 | 26 |
| Octal | 225 | 54 | 101 | 0 | 106 | 70 | 52 | 534 | 66 | 46 |
| Binary | 10010101 | 101100 | 1000001 | 0 | 1000110 | 111000 | 101010 | 101011100 | 110110 | 100110 |
Color Harmonies of #952C41
Complementary color
Monochromatic Colors of #952C41
Black with #952C41
Text Example
Text Example
White with #952C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C41; }
p { color: rgb(149,44,65); }
H1.HeaderClassName
{
color: #952C41;
}
.AnyTagClassName
{
color: #952C41;
}
</style>
background-color css
<style>
a { background-color: #952C41; }
a { background-color: rgb(149,44,65); }
div.DivClassName
{
background-color: #952C41;
}
.BgClassName
{
background-color: #952C41;
}
</style>
border-color css
<style>
span { border-color: #952C41; }
span { border-color: rgb(149,44,65); }
td.TdClassName
{
border-color: #952C41;
}
.TagClassName
{
border-color: #952C41;
}
</style>