Shades of Bright Red #952122
Tints of Bright Red #952122
RGB
CMYK
RGB Variations
Color information
#952122 (or 0x952122) is known color: Bright Red. HEX triplet: 95, 21 and 22. RGB value is (149,33,34). Sum of RGB (Red+Green+Blue) = 149+33+34=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #952122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952122 is #6ADEDD. Grayscale: #434343. Windows color (decimal): -7003870 or 2236821. OLE color: 2236821.
HSL color Cylindrical-coordinate representation of color #952122: hue angle of 359.48º 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 #952122 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 34 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.42 |
| HSL | 359.48º | 0.64% | 0.36% | - |
| HSV(B) | 359.48º | 0.78% | 0.58% | - |
| XYZ | 13.23 | 7.59 | 2.28 | - |
| YUV | 67.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 34 | 0 | 0.78 | 0.77 | 0.42 | 359.48 | 0.64 | 0.36 |
| Hex | 95 | 21 | 22 | 0 | 4E | 4D | 2A | 167 | 40 | 24 |
| Octal | 225 | 41 | 42 | 0 | 116 | 115 | 52 | 547 | 100 | 44 |
| Binary | 10010101 | 100001 | 100010 | 0 | 1001110 | 1001101 | 101010 | 101100111 | 1000000 | 100100 |
Color Harmonies of #952122
Complementary color
Monochromatic Colors of #952122
Black with #952122
Text Example
Text Example
White with #952122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952122; }
p { color: rgb(149,33,34); }
H1.HeaderClassName
{
color: #952122;
}
.AnyTagClassName
{
color: #952122;
}
</style>
background-color css
<style>
a { background-color: #952122; }
a { background-color: rgb(149,33,34); }
div.DivClassName
{
background-color: #952122;
}
.BgClassName
{
background-color: #952122;
}
</style>
border-color css
<style>
span { border-color: #952122; }
span { border-color: rgb(149,33,34); }
td.TdClassName
{
border-color: #952122;
}
.TagClassName
{
border-color: #952122;
}
</style>