Shades of Bright Red #952C3E
Tints of Bright Red #952C3E
RGB
CMYK
RGB Variations
Color information
#952C3E (or 0x952C3E) is known color: Bright Red. HEX triplet: 95, 2C and 3E. RGB value is (149,44,62). Sum of RGB (Red+Green+Blue) = 149+44+62=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #952C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C3E is #6AD3C1. Grayscale: #4D4D4D. Windows color (decimal): -7001026 or 4074645. OLE color: 4074645.
HSL color Cylindrical-coordinate representation of color #952C3E: hue angle of 349.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 #952C3E is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 62 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.42 |
| HSL | 349.71º | 0.54% | 0.38% | - |
| HSV(B) | 349.71º | 0.7% | 0.58% | - |
| XYZ | 14.16 | 8.54 | 5.46 | - |
| YUV | 77.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 62 | 0 | 0.70 | 0.58 | 0.42 | 349.71 | 0.54 | 0.38 |
| Hex | 95 | 2C | 3E | 0 | 46 | 3A | 2A | 15E | 36 | 26 |
| Octal | 225 | 54 | 76 | 0 | 106 | 72 | 52 | 536 | 66 | 46 |
| Binary | 10010101 | 101100 | 111110 | 0 | 1000110 | 111010 | 101010 | 101011110 | 110110 | 100110 |
Color Harmonies of #952C3E
Complementary color
Monochromatic Colors of #952C3E
Black with #952C3E
Text Example
Text Example
White with #952C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C3E; }
p { color: rgb(149,44,62); }
H1.HeaderClassName
{
color: #952C3E;
}
.AnyTagClassName
{
color: #952C3E;
}
</style>
background-color css
<style>
a { background-color: #952C3E; }
a { background-color: rgb(149,44,62); }
div.DivClassName
{
background-color: #952C3E;
}
.BgClassName
{
background-color: #952C3E;
}
</style>
border-color css
<style>
span { border-color: #952C3E; }
span { border-color: rgb(149,44,62); }
td.TdClassName
{
border-color: #952C3E;
}
.TagClassName
{
border-color: #952C3E;
}
</style>