Shades of Bright Red #951434
Tints of Bright Red #951434
RGB
CMYK
RGB Variations
Color information
#951434 (or 0x951434) is known color: Bright Red. HEX triplet: 95, 14 and 34. RGB value is (149,20,52). Sum of RGB (Red+Green+Blue) = 149+20+52=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951434 is #6AEBCB. Grayscale: #3E3E3E. Windows color (decimal): -7007180 or 3413141. OLE color: 3413141.
HSL color Cylindrical-coordinate representation of color #951434: hue angle of 345.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951434 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 52 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.42 |
| HSL | 345.12º | 0.76% | 0.33% | - |
| HSV(B) | 345.12º | 0.87% | 0.58% | - |
| XYZ | 13.26 | 7.14 | 3.93 | - |
| YUV | 62.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 52 | 0 | 0.87 | 0.65 | 0.42 | 345.12 | 0.76 | 0.33 |
| Hex | 95 | 14 | 34 | 0 | 57 | 41 | 2A | 159 | 4C | 21 |
| Octal | 225 | 24 | 64 | 0 | 127 | 101 | 52 | 531 | 114 | 41 |
| Binary | 10010101 | 10100 | 110100 | 0 | 1010111 | 1000001 | 101010 | 101011001 | 1001100 | 100001 |
Color Harmonies of #951434
Complementary color
Monochromatic Colors of #951434
Black with #951434
Text Example
Text Example
White with #951434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951434; }
p { color: rgb(149,20,52); }
H1.HeaderClassName
{
color: #951434;
}
.AnyTagClassName
{
color: #951434;
}
</style>
background-color css
<style>
a { background-color: #951434; }
a { background-color: rgb(149,20,52); }
div.DivClassName
{
background-color: #951434;
}
.BgClassName
{
background-color: #951434;
}
</style>
border-color css
<style>
span { border-color: #951434; }
span { border-color: rgb(149,20,52); }
td.TdClassName
{
border-color: #951434;
}
.TagClassName
{
border-color: #951434;
}
</style>