Shades of Bright Red #952E3E
Tints of Bright Red #952E3E
RGB
CMYK
RGB Variations
Color information
#952E3E (or 0x952E3E) is known color: Bright Red. HEX triplet: 95, 2E and 3E. RGB value is (149,46,62). Sum of RGB (Red+Green+Blue) = 149+46+62=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #952E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E3E is #6AD1C1. Grayscale: #4E4E4E. Windows color (decimal): -7000514 or 4075157. OLE color: 4075157.
HSL color Cylindrical-coordinate representation of color #952E3E: hue angle of 350.68º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E3E is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 62 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.42 |
| HSL | 350.68º | 0.53% | 0.38% | - |
| HSV(B) | 350.68º | 0.69% | 0.58% | - |
| XYZ | 14.24 | 8.69 | 5.48 | - |
| YUV | 78.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 62 | 0 | 0.69 | 0.58 | 0.42 | 350.68 | 0.53 | 0.38 |
| Hex | 95 | 2E | 3E | 0 | 45 | 3A | 2A | 15F | 35 | 26 |
| Octal | 225 | 56 | 76 | 0 | 105 | 72 | 52 | 537 | 65 | 46 |
| Binary | 10010101 | 101110 | 111110 | 0 | 1000101 | 111010 | 101010 | 101011111 | 110101 | 100110 |
Color Harmonies of #952E3E
Complementary color
Monochromatic Colors of #952E3E
Black with #952E3E
Text Example
Text Example
White with #952E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E3E; }
p { color: rgb(149,46,62); }
H1.HeaderClassName
{
color: #952E3E;
}
.AnyTagClassName
{
color: #952E3E;
}
</style>
background-color css
<style>
a { background-color: #952E3E; }
a { background-color: rgb(149,46,62); }
div.DivClassName
{
background-color: #952E3E;
}
.BgClassName
{
background-color: #952E3E;
}
</style>
border-color css
<style>
span { border-color: #952E3E; }
span { border-color: rgb(149,46,62); }
td.TdClassName
{
border-color: #952E3E;
}
.TagClassName
{
border-color: #952E3E;
}
</style>