Shades of Bright Red #951A1E
Tints of Bright Red #951A1E
RGB
CMYK
RGB Variations
Color information
#951A1E (or 0x951A1E) is known color: Bright Red. HEX triplet: 95, 1A and 1E. RGB value is (149,26,30). Sum of RGB (Red+Green+Blue) = 149+26+30=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #951A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A1E is #6AE5E1. Grayscale: #3F3F3F. Windows color (decimal): -7005666 or 1972885. OLE color: 1972885.
HSL color Cylindrical-coordinate representation of color #951A1E: hue angle of 358.05º 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 #951A1E is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 26 | 30 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.42 |
| HSL | 358.05º | 0.7% | 0.34% | - |
| HSV(B) | 358.05º | 0.83% | 0.58% | - |
| XYZ | 13 | 7.22 | 1.94 | - |
| YUV | 63.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 30 | 0 | 0.83 | 0.80 | 0.42 | 358.05 | 0.7 | 0.34 |
| Hex | 95 | 1A | 1E | 0 | 53 | 50 | 2A | 166 | 46 | 22 |
| Octal | 225 | 32 | 36 | 0 | 123 | 120 | 52 | 546 | 106 | 42 |
| Binary | 10010101 | 11010 | 11110 | 0 | 1010011 | 1010000 | 101010 | 101100110 | 1000110 | 100010 |
Color Harmonies of #951A1E
Complementary color
Monochromatic Colors of #951A1E
Black with #951A1E
Text Example
Text Example
White with #951A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951A1E; }
p { color: rgb(149,26,30); }
H1.HeaderClassName
{
color: #951A1E;
}
.AnyTagClassName
{
color: #951A1E;
}
</style>
background-color css
<style>
a { background-color: #951A1E; }
a { background-color: rgb(149,26,30); }
div.DivClassName
{
background-color: #951A1E;
}
.BgClassName
{
background-color: #951A1E;
}
</style>
border-color css
<style>
span { border-color: #951A1E; }
span { border-color: rgb(149,26,30); }
td.TdClassName
{
border-color: #951A1E;
}
.TagClassName
{
border-color: #951A1E;
}
</style>