Shades of Bright Red #951936
Tints of Bright Red #951936
RGB
CMYK
RGB Variations
Color information
#951936 (or 0x951936) is known color: Bright Red. HEX triplet: 95, 19 and 36. RGB value is (149,25,54). Sum of RGB (Red+Green+Blue) = 149+25+54=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #951936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951936 is #6AE6C9. Grayscale: #414141. Windows color (decimal): -7005898 or 3545493. OLE color: 3545493.
HSL color Cylindrical-coordinate representation of color #951936: hue angle of 345.97º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951936 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 54 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.42 |
| HSL | 345.97º | 0.71% | 0.34% | - |
| HSV(B) | 345.97º | 0.83% | 0.58% | - |
| XYZ | 13.41 | 7.35 | 4.2 | - |
| YUV | 65.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 54 | 0 | 0.83 | 0.64 | 0.42 | 345.97 | 0.71 | 0.34 |
| Hex | 95 | 19 | 36 | 0 | 53 | 40 | 2A | 15A | 47 | 22 |
| Octal | 225 | 31 | 66 | 0 | 123 | 100 | 52 | 532 | 107 | 42 |
| Binary | 10010101 | 11001 | 110110 | 0 | 1010011 | 1000000 | 101010 | 101011010 | 1000111 | 100010 |
Color Harmonies of #951936
Complementary color
Monochromatic Colors of #951936
Black with #951936
Text Example
Text Example
White with #951936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951936; }
p { color: rgb(149,25,54); }
H1.HeaderClassName
{
color: #951936;
}
.AnyTagClassName
{
color: #951936;
}
</style>
background-color css
<style>
a { background-color: #951936; }
a { background-color: rgb(149,25,54); }
div.DivClassName
{
background-color: #951936;
}
.BgClassName
{
background-color: #951936;
}
</style>
border-color css
<style>
span { border-color: #951936; }
span { border-color: rgb(149,25,54); }
td.TdClassName
{
border-color: #951936;
}
.TagClassName
{
border-color: #951936;
}
</style>