Shades of Bright Red #951E35
Tints of Bright Red #951E35
RGB
CMYK
RGB Variations
Color information
#951E35 (or 0x951E35) is known color: Bright Red. HEX triplet: 95, 1E and 35. RGB value is (149,30,53). Sum of RGB (Red+Green+Blue) = 149+30+53=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #951E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E35 is #6AE1CA. Grayscale: #444444. Windows color (decimal): -7004619 or 3481237. OLE color: 3481237.
HSL color Cylindrical-coordinate representation of color #951E35: hue angle of 348.4º 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 #951E35 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 53 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.42 |
| HSL | 348.4º | 0.66% | 0.35% | - |
| HSV(B) | 348.4º | 0.8% | 0.58% | - |
| XYZ | 13.5 | 7.58 | 4.12 | - |
| YUV | 68.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 53 | 0 | 0.80 | 0.64 | 0.42 | 348.4 | 0.66 | 0.35 |
| Hex | 95 | 1E | 35 | 0 | 50 | 40 | 2A | 15C | 42 | 23 |
| Octal | 225 | 36 | 65 | 0 | 120 | 100 | 52 | 534 | 102 | 43 |
| Binary | 10010101 | 11110 | 110101 | 0 | 1010000 | 1000000 | 101010 | 101011100 | 1000010 | 100011 |
Color Harmonies of #951E35
Complementary color
Monochromatic Colors of #951E35
Black with #951E35
Text Example
Text Example
White with #951E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E35; }
p { color: rgb(149,30,53); }
H1.HeaderClassName
{
color: #951E35;
}
.AnyTagClassName
{
color: #951E35;
}
</style>
background-color css
<style>
a { background-color: #951E35; }
a { background-color: rgb(149,30,53); }
div.DivClassName
{
background-color: #951E35;
}
.BgClassName
{
background-color: #951E35;
}
</style>
border-color css
<style>
span { border-color: #951E35; }
span { border-color: rgb(149,30,53); }
td.TdClassName
{
border-color: #951E35;
}
.TagClassName
{
border-color: #951E35;
}
</style>