Shades of Bright Red #952C36
Tints of Bright Red #952C36
RGB
CMYK
RGB Variations
Color information
#952C36 (or 0x952C36) is known color: Bright Red. HEX triplet: 95, 2C and 36. RGB value is (149,44,54). Sum of RGB (Red+Green+Blue) = 149+44+54=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #952C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C36 is #6AD3C9. Grayscale: #4C4C4C. Windows color (decimal): -7001034 or 3550357. OLE color: 3550357.
HSL color Cylindrical-coordinate representation of color #952C36: hue angle of 354.29º 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 #952C36 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 54 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.42 |
| HSL | 354.29º | 0.54% | 0.38% | - |
| HSV(B) | 354.29º | 0.7% | 0.58% | - |
| XYZ | 13.96 | 8.46 | 4.39 | - |
| YUV | 76.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 54 | 0 | 0.70 | 0.64 | 0.42 | 354.29 | 0.54 | 0.38 |
| Hex | 95 | 2C | 36 | 0 | 46 | 40 | 2A | 162 | 36 | 26 |
| Octal | 225 | 54 | 66 | 0 | 106 | 100 | 52 | 542 | 66 | 46 |
| Binary | 10010101 | 101100 | 110110 | 0 | 1000110 | 1000000 | 101010 | 101100010 | 110110 | 100110 |
Color Harmonies of #952C36
Complementary color
Monochromatic Colors of #952C36
Black with #952C36
Text Example
Text Example
White with #952C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C36; }
p { color: rgb(149,44,54); }
H1.HeaderClassName
{
color: #952C36;
}
.AnyTagClassName
{
color: #952C36;
}
</style>
background-color css
<style>
a { background-color: #952C36; }
a { background-color: rgb(149,44,54); }
div.DivClassName
{
background-color: #952C36;
}
.BgClassName
{
background-color: #952C36;
}
</style>
border-color css
<style>
span { border-color: #952C36; }
span { border-color: rgb(149,44,54); }
td.TdClassName
{
border-color: #952C36;
}
.TagClassName
{
border-color: #952C36;
}
</style>