Shades of Bright Red #951A1F
Tints of Bright Red #951A1F
RGB
CMYK
RGB Variations
Color information
#951A1F (or 0x951A1F) is known color: Bright Red. HEX triplet: 95, 1A and 1F. RGB value is (149,26,31). Sum of RGB (Red+Green+Blue) = 149+26+31=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #951A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A1F is #6AE5E0. Grayscale: #3F3F3F. Windows color (decimal): -7005665 or 2038421. OLE color: 2038421.
HSL color Cylindrical-coordinate representation of color #951A1F: hue angle of 357.56º 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 #951A1F is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 26 | 31 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.42 |
| HSL | 357.56º | 0.7% | 0.34% | - |
| HSV(B) | 357.56º | 0.83% | 0.58% | - |
| XYZ | 13.01 | 7.23 | 2.01 | - |
| YUV | 63.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 31 | 0 | 0.83 | 0.79 | 0.42 | 357.56 | 0.7 | 0.34 |
| Hex | 95 | 1A | 1F | 0 | 53 | 4F | 2A | 166 | 46 | 22 |
| Octal | 225 | 32 | 37 | 0 | 123 | 117 | 52 | 546 | 106 | 42 |
| Binary | 10010101 | 11010 | 11111 | 0 | 1010011 | 1001111 | 101010 | 101100110 | 1000110 | 100010 |
Color Harmonies of #951A1F
Complementary color
Monochromatic Colors of #951A1F
Black with #951A1F
Text Example
Text Example
White with #951A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951A1F; }
p { color: rgb(149,26,31); }
H1.HeaderClassName
{
color: #951A1F;
}
.AnyTagClassName
{
color: #951A1F;
}
</style>
background-color css
<style>
a { background-color: #951A1F; }
a { background-color: rgb(149,26,31); }
div.DivClassName
{
background-color: #951A1F;
}
.BgClassName
{
background-color: #951A1F;
}
</style>
border-color css
<style>
span { border-color: #951A1F; }
span { border-color: rgb(149,26,31); }
td.TdClassName
{
border-color: #951A1F;
}
.TagClassName
{
border-color: #951A1F;
}
</style>