Shades of Bright Red #951C3A
Tints of Bright Red #951C3A
RGB
CMYK
RGB Variations
Color information
#951C3A (or 0x951C3A) is known color: Bright Red. HEX triplet: 95, 1C and 3A. RGB value is (149,28,58). Sum of RGB (Red+Green+Blue) = 149+28+58=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #951C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C3A is #6AE3C5. Grayscale: #434343. Windows color (decimal): -7005126 or 3808405. OLE color: 3808405.
HSL color Cylindrical-coordinate representation of color #951C3A: hue angle of 345.12º 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 #951C3A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 58 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.42 |
| HSL | 345.12º | 0.68% | 0.35% | - |
| HSV(B) | 345.12º | 0.81% | 0.58% | - |
| XYZ | 13.57 | 7.53 | 4.74 | - |
| YUV | 67.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 58 | 0 | 0.81 | 0.61 | 0.42 | 345.12 | 0.68 | 0.35 |
| Hex | 95 | 1C | 3A | 0 | 51 | 3D | 2A | 159 | 44 | 23 |
| Octal | 225 | 34 | 72 | 0 | 121 | 75 | 52 | 531 | 104 | 43 |
| Binary | 10010101 | 11100 | 111010 | 0 | 1010001 | 111101 | 101010 | 101011001 | 1000100 | 100011 |
Color Harmonies of #951C3A
Complementary color
Monochromatic Colors of #951C3A
Black with #951C3A
Text Example
Text Example
White with #951C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C3A; }
p { color: rgb(149,28,58); }
H1.HeaderClassName
{
color: #951C3A;
}
.AnyTagClassName
{
color: #951C3A;
}
</style>
background-color css
<style>
a { background-color: #951C3A; }
a { background-color: rgb(149,28,58); }
div.DivClassName
{
background-color: #951C3A;
}
.BgClassName
{
background-color: #951C3A;
}
</style>
border-color css
<style>
span { border-color: #951C3A; }
span { border-color: rgb(149,28,58); }
td.TdClassName
{
border-color: #951C3A;
}
.TagClassName
{
border-color: #951C3A;
}
</style>