Shades of Bright Red #951A2E
Tints of Bright Red #951A2E
RGB
CMYK
RGB Variations
Color information
#951A2E (or 0x951A2E) is known color: Bright Red. HEX triplet: 95, 1A and 2E. RGB value is (149,26,46). Sum of RGB (Red+Green+Blue) = 149+26+46=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A2E is #6AE5D1. Grayscale: #414141. Windows color (decimal): -7005650 or 3021461. OLE color: 3021461.
HSL color Cylindrical-coordinate representation of color #951A2E: hue angle of 350.24º degrees, saturation: 0.7, 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 #951A2E is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 26 | 46 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.42 |
| HSL | 350.24º | 0.7% | 0.34% | - |
| HSV(B) | 350.24º | 0.83% | 0.58% | - |
| XYZ | 13.26 | 7.33 | 3.3 | - |
| YUV | 65.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 46 | 0 | 0.83 | 0.69 | 0.42 | 350.24 | 0.7 | 0.34 |
| Hex | 95 | 1A | 2E | 0 | 53 | 45 | 2A | 15E | 46 | 22 |
| Octal | 225 | 32 | 56 | 0 | 123 | 105 | 52 | 536 | 106 | 42 |
| Binary | 10010101 | 11010 | 101110 | 0 | 1010011 | 1000101 | 101010 | 101011110 | 1000110 | 100010 |
Color Harmonies of #951A2E
Complementary color
Monochromatic Colors of #951A2E
Black with #951A2E
Text Example
Text Example
White with #951A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951A2E; }
p { color: rgb(149,26,46); }
H1.HeaderClassName
{
color: #951A2E;
}
.AnyTagClassName
{
color: #951A2E;
}
</style>
background-color css
<style>
a { background-color: #951A2E; }
a { background-color: rgb(149,26,46); }
div.DivClassName
{
background-color: #951A2E;
}
.BgClassName
{
background-color: #951A2E;
}
</style>
border-color css
<style>
span { border-color: #951A2E; }
span { border-color: rgb(149,26,46); }
td.TdClassName
{
border-color: #951A2E;
}
.TagClassName
{
border-color: #951A2E;
}
</style>