Shades of Bright Red #952126
Tints of Bright Red #952126
RGB
CMYK
RGB Variations
Color information
#952126 (or 0x952126) is known color: Bright Red. HEX triplet: 95, 21 and 26. RGB value is (149,33,38). Sum of RGB (Red+Green+Blue) = 149+33+38=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #952126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952126 is #6ADED9. Grayscale: #444444. Windows color (decimal): -7003866 or 2498965. OLE color: 2498965.
HSL color Cylindrical-coordinate representation of color #952126: hue angle of 357.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952126 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 38 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.42 |
| HSL | 357.41º | 0.64% | 0.36% | - |
| HSV(B) | 357.41º | 0.78% | 0.58% | - |
| XYZ | 13.29 | 7.62 | 2.6 | - |
| YUV | 68.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 38 | 0 | 0.78 | 0.74 | 0.42 | 357.41 | 0.64 | 0.36 |
| Hex | 95 | 21 | 26 | 0 | 4E | 4A | 2A | 165 | 40 | 24 |
| Octal | 225 | 41 | 46 | 0 | 116 | 112 | 52 | 545 | 100 | 44 |
| Binary | 10010101 | 100001 | 100110 | 0 | 1001110 | 1001010 | 101010 | 101100101 | 1000000 | 100100 |
Color Harmonies of #952126
Complementary color
Monochromatic Colors of #952126
Black with #952126
Text Example
Text Example
White with #952126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952126; }
p { color: rgb(149,33,38); }
H1.HeaderClassName
{
color: #952126;
}
.AnyTagClassName
{
color: #952126;
}
</style>
background-color css
<style>
a { background-color: #952126; }
a { background-color: rgb(149,33,38); }
div.DivClassName
{
background-color: #952126;
}
.BgClassName
{
background-color: #952126;
}
</style>
border-color css
<style>
span { border-color: #952126; }
span { border-color: rgb(149,33,38); }
td.TdClassName
{
border-color: #952126;
}
.TagClassName
{
border-color: #952126;
}
</style>