Shades of Bright Red #951231
Tints of Bright Red #951231
RGB
CMYK
RGB Variations
Color information
#951231 (or 0x951231) is known color: Bright Red. HEX triplet: 95, 12 and 31. RGB value is (149,18,49). Sum of RGB (Red+Green+Blue) = 149+18+49=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #951231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951231 is #6AEDCE. Grayscale: #3C3C3C. Windows color (decimal): -7007695 or 3216021. OLE color: 3216021.
HSL color Cylindrical-coordinate representation of color #951231: hue angle of 345.8º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951231 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 49 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.42 |
| HSL | 345.8º | 0.78% | 0.33% | - |
| HSV(B) | 345.8º | 0.88% | 0.58% | - |
| XYZ | 13.17 | 7.04 | 3.57 | - |
| YUV | 60.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 49 | 0 | 0.88 | 0.67 | 0.42 | 345.8 | 0.78 | 0.33 |
| Hex | 95 | 12 | 31 | 0 | 58 | 43 | 2A | 15A | 4E | 21 |
| Octal | 225 | 22 | 61 | 0 | 130 | 103 | 52 | 532 | 116 | 41 |
| Binary | 10010101 | 10010 | 110001 | 0 | 1011000 | 1000011 | 101010 | 101011010 | 1001110 | 100001 |
Color Harmonies of #951231
Complementary color
Monochromatic Colors of #951231
Black with #951231
Text Example
Text Example
White with #951231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951231; }
p { color: rgb(149,18,49); }
H1.HeaderClassName
{
color: #951231;
}
.AnyTagClassName
{
color: #951231;
}
</style>
background-color css
<style>
a { background-color: #951231; }
a { background-color: rgb(149,18,49); }
div.DivClassName
{
background-color: #951231;
}
.BgClassName
{
background-color: #951231;
}
</style>
border-color css
<style>
span { border-color: #951231; }
span { border-color: rgb(149,18,49); }
td.TdClassName
{
border-color: #951231;
}
.TagClassName
{
border-color: #951231;
}
</style>