Shades of Bright Red #951C3B
Tints of Bright Red #951C3B
RGB
CMYK
RGB Variations
Color information
#951C3B (or 0x951C3B) is known color: Bright Red. HEX triplet: 95, 1C and 3B. RGB value is (149,28,59). Sum of RGB (Red+Green+Blue) = 149+28+59=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #951C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C3B is #6AE3C4. Grayscale: #434343. Windows color (decimal): -7005125 or 3873941. OLE color: 3873941.
HSL color Cylindrical-coordinate representation of color #951C3B: hue angle of 344.63º 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 #951C3B is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 59 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.42 |
| HSL | 344.63º | 0.68% | 0.35% | - |
| HSV(B) | 344.63º | 0.81% | 0.58% | - |
| XYZ | 13.6 | 7.54 | 4.88 | - |
| YUV | 67.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 59 | 0 | 0.81 | 0.60 | 0.42 | 344.63 | 0.68 | 0.35 |
| Hex | 95 | 1C | 3B | 0 | 51 | 3C | 2A | 159 | 44 | 23 |
| Octal | 225 | 34 | 73 | 0 | 121 | 74 | 52 | 531 | 104 | 43 |
| Binary | 10010101 | 11100 | 111011 | 0 | 1010001 | 111100 | 101010 | 101011001 | 1000100 | 100011 |
Color Harmonies of #951C3B
Complementary color
Monochromatic Colors of #951C3B
Black with #951C3B
Text Example
Text Example
White with #951C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C3B; }
p { color: rgb(149,28,59); }
H1.HeaderClassName
{
color: #951C3B;
}
.AnyTagClassName
{
color: #951C3B;
}
</style>
background-color css
<style>
a { background-color: #951C3B; }
a { background-color: rgb(149,28,59); }
div.DivClassName
{
background-color: #951C3B;
}
.BgClassName
{
background-color: #951C3B;
}
</style>
border-color css
<style>
span { border-color: #951C3B; }
span { border-color: rgb(149,28,59); }
td.TdClassName
{
border-color: #951C3B;
}
.TagClassName
{
border-color: #951C3B;
}
</style>