Shades of Bright Red #951E3C
Tints of Bright Red #951E3C
RGB
CMYK
RGB Variations
Color information
#951E3C (or 0x951E3C) is known color: Bright Red. HEX triplet: 95, 1E and 3C. RGB value is (149,30,60). Sum of RGB (Red+Green+Blue) = 149+30+60=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #951E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E3C is #6AE1C3. Grayscale: #444444. Windows color (decimal): -7004612 or 3939989. OLE color: 3939989.
HSL color Cylindrical-coordinate representation of color #951E3C: hue angle of 344.87º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E3C is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 60 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.42 |
| HSL | 344.87º | 0.66% | 0.35% | - |
| HSV(B) | 344.87º | 0.8% | 0.58% | - |
| XYZ | 13.67 | 7.64 | 5.03 | - |
| YUV | 69 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 60 | 0 | 0.80 | 0.60 | 0.42 | 344.87 | 0.66 | 0.35 |
| Hex | 95 | 1E | 3C | 0 | 50 | 3C | 2A | 159 | 42 | 23 |
| Octal | 225 | 36 | 74 | 0 | 120 | 74 | 52 | 531 | 102 | 43 |
| Binary | 10010101 | 11110 | 111100 | 0 | 1010000 | 111100 | 101010 | 101011001 | 1000010 | 100011 |
Color Harmonies of #951E3C
Complementary color
Monochromatic Colors of #951E3C
Black with #951E3C
Text Example
Text Example
White with #951E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E3C; }
p { color: rgb(149,30,60); }
H1.HeaderClassName
{
color: #951E3C;
}
.AnyTagClassName
{
color: #951E3C;
}
</style>
background-color css
<style>
a { background-color: #951E3C; }
a { background-color: rgb(149,30,60); }
div.DivClassName
{
background-color: #951E3C;
}
.BgClassName
{
background-color: #951E3C;
}
</style>
border-color css
<style>
span { border-color: #951E3C; }
span { border-color: rgb(149,30,60); }
td.TdClassName
{
border-color: #951E3C;
}
.TagClassName
{
border-color: #951E3C;
}
</style>