Shades of Bright Red #952139
Tints of Bright Red #952139
RGB
CMYK
RGB Variations
Color information
#952139 (or 0x952139) is known color: Bright Red. HEX triplet: 95, 21 and 39. RGB value is (149,33,57). Sum of RGB (Red+Green+Blue) = 149+33+57=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952139 is #6ADEC6. Grayscale: #464646. Windows color (decimal): -7003847 or 3744149. OLE color: 3744149.
HSL color Cylindrical-coordinate representation of color #952139: hue angle of 347.59º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952139 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 57 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.42 |
| HSL | 347.59º | 0.64% | 0.36% | - |
| HSV(B) | 347.59º | 0.78% | 0.58% | - |
| XYZ | 13.68 | 7.77 | 4.65 | - |
| YUV | 70.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 57 | 0 | 0.78 | 0.62 | 0.42 | 347.59 | 0.64 | 0.36 |
| Hex | 95 | 21 | 39 | 0 | 4E | 3E | 2A | 15C | 40 | 24 |
| Octal | 225 | 41 | 71 | 0 | 116 | 76 | 52 | 534 | 100 | 44 |
| Binary | 10010101 | 100001 | 111001 | 0 | 1001110 | 111110 | 101010 | 101011100 | 1000000 | 100100 |
Color Harmonies of #952139
Complementary color
Monochromatic Colors of #952139
Black with #952139
Text Example
Text Example
White with #952139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952139; }
p { color: rgb(149,33,57); }
H1.HeaderClassName
{
color: #952139;
}
.AnyTagClassName
{
color: #952139;
}
</style>
background-color css
<style>
a { background-color: #952139; }
a { background-color: rgb(149,33,57); }
div.DivClassName
{
background-color: #952139;
}
.BgClassName
{
background-color: #952139;
}
</style>
border-color css
<style>
span { border-color: #952139; }
span { border-color: rgb(149,33,57); }
td.TdClassName
{
border-color: #952139;
}
.TagClassName
{
border-color: #952139;
}
</style>