Shades of Bright Red #951136
Tints of Bright Red #951136
RGB
CMYK
RGB Variations
Color information
#951136 (or 0x951136) is known color: Bright Red. HEX triplet: 95, 11 and 36. RGB value is (149,17,54). Sum of RGB (Red+Green+Blue) = 149+17+54=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #951136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951136 is #6AEEC9. Grayscale: #3C3C3C. Windows color (decimal): -7007946 or 3543445. OLE color: 3543445.
HSL color Cylindrical-coordinate representation of color #951136: hue angle of 343.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951136 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 54 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.42 |
| HSL | 343.18º | 0.8% | 0.33% | - |
| HSV(B) | 343.18º | 0.89% | 0.58% | - |
| XYZ | 13.26 | 7.06 | 4.15 | - |
| YUV | 60.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 54 | 0 | 0.89 | 0.64 | 0.42 | 343.18 | 0.8 | 0.33 |
| Hex | 95 | 11 | 36 | 0 | 59 | 40 | 2A | 157 | 50 | 21 |
| Octal | 225 | 21 | 66 | 0 | 131 | 100 | 52 | 527 | 120 | 41 |
| Binary | 10010101 | 10001 | 110110 | 0 | 1011001 | 1000000 | 101010 | 101010111 | 1010000 | 100001 |
Color Harmonies of #951136
Complementary color
Monochromatic Colors of #951136
Black with #951136
Text Example
Text Example
White with #951136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951136; }
p { color: rgb(149,17,54); }
H1.HeaderClassName
{
color: #951136;
}
.AnyTagClassName
{
color: #951136;
}
</style>
background-color css
<style>
a { background-color: #951136; }
a { background-color: rgb(149,17,54); }
div.DivClassName
{
background-color: #951136;
}
.BgClassName
{
background-color: #951136;
}
</style>
border-color css
<style>
span { border-color: #951136; }
span { border-color: rgb(149,17,54); }
td.TdClassName
{
border-color: #951136;
}
.TagClassName
{
border-color: #951136;
}
</style>