Shades of Bright Red #951920
Tints of Bright Red #951920
RGB
CMYK
RGB Variations
Color information
#951920 (or 0x951920) is known color: Bright Red. HEX triplet: 95, 19 and 20. RGB value is (149,25,32). Sum of RGB (Red+Green+Blue) = 149+25+32=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #951920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951920 is #6AE6DF. Grayscale: #3E3E3E. Windows color (decimal): -7005920 or 2103701. OLE color: 2103701.
HSL color Cylindrical-coordinate representation of color #951920: hue angle of 356.61º 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 #951920 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 32 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.42 |
| HSL | 356.61º | 0.71% | 0.34% | - |
| HSV(B) | 356.61º | 0.83% | 0.58% | - |
| XYZ | 13 | 7.19 | 2.07 | - |
| YUV | 62.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 32 | 0 | 0.83 | 0.79 | 0.42 | 356.61 | 0.71 | 0.34 |
| Hex | 95 | 19 | 20 | 0 | 53 | 4F | 2A | 165 | 47 | 22 |
| Octal | 225 | 31 | 40 | 0 | 123 | 117 | 52 | 545 | 107 | 42 |
| Binary | 10010101 | 11001 | 100000 | 0 | 1010011 | 1001111 | 101010 | 101100101 | 1000111 | 100010 |
Color Harmonies of #951920
Complementary color
Monochromatic Colors of #951920
Black with #951920
Text Example
Text Example
White with #951920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951920; }
p { color: rgb(149,25,32); }
H1.HeaderClassName
{
color: #951920;
}
.AnyTagClassName
{
color: #951920;
}
</style>
background-color css
<style>
a { background-color: #951920; }
a { background-color: rgb(149,25,32); }
div.DivClassName
{
background-color: #951920;
}
.BgClassName
{
background-color: #951920;
}
</style>
border-color css
<style>
span { border-color: #951920; }
span { border-color: rgb(149,25,32); }
td.TdClassName
{
border-color: #951920;
}
.TagClassName
{
border-color: #951920;
}
</style>