Shades of Bright Red #951C1F
Tints of Bright Red #951C1F
RGB
CMYK
RGB Variations
Color information
#951C1F (or 0x951C1F) is known color: Bright Red. HEX triplet: 95, 1C and 1F. RGB value is (149,28,31). Sum of RGB (Red+Green+Blue) = 149+28+31=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #951C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C1F is #6AE3E0. Grayscale: #404040. Windows color (decimal): -7005153 or 2038933. OLE color: 2038933.
HSL color Cylindrical-coordinate representation of color #951C1F: hue angle of 358.51º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C1F is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 31 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.42 |
| HSL | 358.51º | 0.68% | 0.35% | - |
| HSV(B) | 358.51º | 0.81% | 0.58% | - |
| XYZ | 13.06 | 7.32 | 2.02 | - |
| YUV | 64.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 31 | 0 | 0.81 | 0.79 | 0.42 | 358.51 | 0.68 | 0.35 |
| Hex | 95 | 1C | 1F | 0 | 51 | 4F | 2A | 167 | 44 | 23 |
| Octal | 225 | 34 | 37 | 0 | 121 | 117 | 52 | 547 | 104 | 43 |
| Binary | 10010101 | 11100 | 11111 | 0 | 1010001 | 1001111 | 101010 | 101100111 | 1000100 | 100011 |
Color Harmonies of #951C1F
Complementary color
Monochromatic Colors of #951C1F
Black with #951C1F
Text Example
Text Example
White with #951C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C1F; }
p { color: rgb(149,28,31); }
H1.HeaderClassName
{
color: #951C1F;
}
.AnyTagClassName
{
color: #951C1F;
}
</style>
background-color css
<style>
a { background-color: #951C1F; }
a { background-color: rgb(149,28,31); }
div.DivClassName
{
background-color: #951C1F;
}
.BgClassName
{
background-color: #951C1F;
}
</style>
border-color css
<style>
span { border-color: #951C1F; }
span { border-color: rgb(149,28,31); }
td.TdClassName
{
border-color: #951C1F;
}
.TagClassName
{
border-color: #951C1F;
}
</style>